﻿body
{
	position: relative;
	background: url(/images/bg_page.gif) repeat-x 0 0 #FFF;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	margin: 15px 0px 15px 0px;
}

p  {font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #666;}
	
hr 
{
	height:1px;}
		
	
.formFieldName 
{
	font-size:10px;
}

.bold 
{
	font-weight:bold;
}

.left 
{
	text-align:left;
}

.mainContent
{
	text-align: justify;
	padding: 15px;
	background-color: #EBEBEB;
}

.leftSide
{
	background-position:top;
	background-repeat:no-repeat;
	background-image: url(/images/side_left.jpg);
}

.rightSide
{
	background-position:top;
	background-repeat:no-repeat;
	background-image: url(/images/side_right.jpg);
}

.boldBlue
{
	font-weight:bold;
	font-size:12px;
	color:#50B3CF;
}

.footer
{
	height: 67px;
	background-image: url(/images/bg_footer.gif);
}

.footerText
{ 	
	text-align:center;
	color: #FFF;
	font-size:10px;
}

input.submit
{
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.25em;
	background-color: #EEEEEE;
	background-repeat: repeat-x;
	color: #333333;
	font-size: 80%;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	cursor: pointer;
	cursor: hand;
}

a:link, a:visited, a:active
{
	color: #666;
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}

a:hover
{
	color: #F26522;
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}

a.footerText:link, a.footerText:visited, a.footerText:active
{
	color: #FFF;
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}

a.footerText:hover
{
	color: #00CCFF;
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}

a img
{
	border: none;
}

td.mainNav
{
	background-color: #357EA1;
}
td.mainNav:hover
{
	background-color: #F26522;
}
