@charset "utf-8";
/* CSS Document */

body
	{	background-color:#90C5C5; font-family:Verdana, Arial, Helvetica, sans-serif  }

a:link 
	{	color: #008596;	text-decoration: none;}

a:visited 
	{	color:#008596;	text-decoration: none;}

a:hover 
	{	color: #008596;	text-decoration: underline;}

a:active 
	{	text-decoration: none;}

.footer 
	{	font-size: 9px; text-align:center; }
	
.footerBottom 
	{ 	font-size: 9px; text-align:center; vertical-align:bottom;	}
	
.normal
	{	color:#333333; font-size:11px; margin-left:20px; margin-right:20px; text-align:left;}

.title
	{ color: #008596; font-weight: bold; font-size: 12px; margin-left:5px; padding-top:4px; }

.whiteTitle
	{	color: #FFFFFF; font-size: 11px;  }

.topWhiteTitle
	{	color: #FFFFFF; font-size: 11px; padding: 3px 2px 5px 2px; border-top: 0px; border-bottom: 2px solid #FFFFFF; 
		border-left: 2px solid #FFFFFF;  }

.topWhiteLeftRight
	{	color: #FFFFFF; font-size: 11px; padding: 3px 2px 5px 2px; border-top: 0px; border-bottom: 2px solid #FFFFFF; 
		border-left: 2px solid #FFFFFF; border-right: 2px solid #FFFFFF;  }

.whiteRight
	{	border-right: 2px solid #FFFFFF;  }

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	font-weight: normal;
	font-size:11px;
	padding: 5px 2px 5px 2px;	/* Top, Right, Bottom, Left  */
	color: #FFFFFF;
	border-top: 0px;
	border-bottom: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF; 
}

#sectionLinks a:hover{
	font-weight: normal;
	color:#000000;
	background-color: #EAF2F2;
	border-top: 0px;
	border-bottom: 2px solid #FFFFFF;
	text-decoration:none;
}
#sectionLinks img{
	border:none;
	padding: 0px 0px 0px 8px;
}

/********* END **********/


ul
	{	font-weight:bold;}

li
	{	font-weight:normal;	text-indent:18px; padding-right:25px;}