/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #6a6a6a;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.gif);
}
.small10px {font-size: 10px}
a:link {
	color: #21A9E1;
}
a:visited {
	color: #21A9E1;
}
a:hover {
	color: #21A9E1;
}
a:active {
	color: #21A9E1;
}

a.NavMainLink {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	margin: 0px;
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
	font-weight: normal;
	line-height: 25px;
}
a.NavMainLink:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.NavMainLink:hover {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 17px;
	background-image: url(images/nav-hot.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
a.NavMainLink:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.NavBottomLink {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
}
a.NavBottomLink:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.NavBottomLink:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.NavBottomLink:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.DarkBlueLink {
	color: #243E8D;
	text-decoration: none;
	font-size: 14px;
}
a.DarkBlueLink:visited {
	color: #243E8D;
	text-decoration: none;
}
a.DarkBlueLink:hover {
	color: #243E8D;
	text-decoration: underline;
}
a.DarkBlueLink:active {
	color: #243E8D;
	text-decoration: none;
}

.Bold14px {font-size: 14px; font-weight: bold; }
.blue14pxBold {
	color: #21A9E1;
	font-size: 14px;
	font-weight: bold;
}
.White14px {color: #FFFFFF; font-size: 14px; }
form {
	margin: 0px;
	padding: 0px;
}

