body {
	background-color: #333333;
	margin-left: 25px;
	margin-top: 25px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style2 {
	color: #CCCCCC;
	font-size: 9px;
}
.style5 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style8 {
	font-size: xx-small;
	background-color: #FF0000;
	font-weight: bold;
}
.style9 {
	color: #FFFFFF;
	font-size: medium;
}
.style10 {
	font-size: xx-small;
	color: #FFFFFF;
	font-weight: bold;
}
.style11 {
	font-size: xx-small;
	background-color: #FFFFFF;
}
.style12 {
	color: #FFFFFF;
	font-weight: bold;
}
.style13 {
	font-size: x-small;
	cursor: hand;
	background-color: #FFFFFF;
	font-weight: bold;
}
a:link {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #FF3300;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #FF0000;
	background-color: #FFFFFF;
}
.style7 {
	font-size: xx-small;
	background-color: #D2F0FF;
	border-left-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-bottom-width: medium;
	text-align: left;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	cursor: hand;
	filter: Glow(Color=FFFFFF, Strength=6);
	color: #FF3300;
}
.style14 {
	font-size: xx-small;
	cursor: hand;
	font-weight: bold;
	color: #000066;
}
.style15 {

	font-size: 10px;
	cursor: hand;
	font-weight: bold;
}
.style7a {

	font-size: xx-small;
	background-color: #82D7FF;
	border-left-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-bottom-width: medium;
	text-align: center;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	cursor: hand;
	filter: Glow(Color=FFFFFF, Strength=6);
	color: #FF3300;
}
/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	background-color: #E8E8E8;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
	background-color: #0033CC;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url("bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #FF0000;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #FF0000;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
