/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	background-image: url(images/bgrdgradient.gif);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
}
a:link {
	color: #55a1d5;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #55a1d5;
}
a:hover {
	text-decoration: underline;
	color: #003768;
}
a:active {
	text-decoration: underline;
	color: #003768;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 13px;
	color: #008d7f;
	padding-bottom: 10px;
	margin-bottom: 10px;
	letter-spacing: 2px;
}
h2 {
	font-size: 12px;
	color:#003768;
	margin-top: 10px;
	padding-top: 10px;
}
.Bold {font-weight: bold}

.Footer {
	font-size: 10px;
	color: #999999;
	line-height: normal;
}
.Footer a:link {
	color: #999999;
	text-decoration: underline;
}
.Footer a:visited {
	color: #999999;
	text-decoration: underline;
}
.Footer a:hover {
	color: #333333;
	text-decoration: underline;
}
.Footer a:active {
	color: #333333;
	text-decoration: underline;
}
.MainNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #55a1d5;
	font-weight: bold;
	font-size: 11px;
	line-height: 23px;
	padding: 0px;
	margin: 0px;
}
.MainNav a:link {
	color: #55a1d5;
	text-decoration: none;
}
.MainNav a:visited {
	color: #55a1d5;
	text-decoration: none;
}
.MainNav a:hover {
	color: #003768;
	text-decoration: none;
}
.MainNav a:active {
	color: #003768;
	text-decoration: none;
}
.Highlight {color: #008d7f;}

ul,li {
	list-style-type: none;
	list-style-image: url(images/bullet_blue.gif);
}