@charset "utf-8";
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #E1F3FD;
}


/* ID Styles */

#navigation td {
	border-bottom: 1px solid #F4FFE4;
	}
	
#navigation a {
	color: #FF80FF;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}
	
#navigation a:hover {
	color:#CC0066;
	background-color: #FF80FF;
	}
a.top-link-normal:link     {
	color: #CC0066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-left:10px;
	padding-right:10px;
}

a.top-link-normal:visited   {
	color: #CC0066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-left:10px;
	padding-right:10px;

}
a.top-link-normal:hover  {
	color: #FF80FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-left:10px;
	padding-right:10px;

}
	
a.top-link-normal:active   {
	color: #CC0066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-left:10px;
	padding-right:10px;

}
.divider-links   {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
}
.commontext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left:10px;
	padding-right:10px;
}
.titletext {
	font-family: "Arial Black";
	font-size: 20px;
	color: #000;
	text-align: center;
}
.subtitletext {
	font-family: Verdana;
	font-size: 13px;
	color: #000;
	text-align: center;
	font-weight: bold;
}
.contenttext {
	font-family: Verdana;
	font-size: 13px;
	color: #000;
	text-align: justify;
	font-weight: normal;
}
.boldtext {
	font-family: Verdana;
	font-size: 16px;
	color: #000;
	text-align: center;
	font-weight: bold;
}
.footertext {
	font-family: Verdana;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	text-align: center;
}
