/* CSS Document */
body {
	background-color: #586D97;
	background-image: url(images/bg_gradient.gif);
	background-repeat: repeat-x;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	vertical-align : middle;
	}
	
p, td, div, ul, ol, blockquote {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	}
	
.blueheader {font-size: 14px; font-weight: bold; color: #586d97; }
.bluetext {font-size: 11px; color: #003366; }
	
a:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
a:hover {
	color: #FFFFB9;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
a:active {
	color: #FFFFB9;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

.link:link { color: #FFFFB9; text-decoration: none; }
.link:visited { color: #FFFFB9; text-decoration: none; }
.link:hover { color: #FFFFB9; text-decoration: underline; font-weight: bold;}
.link:active {color: #FFFFB9; text-decoration: none; }

.blue:link { color: #586D97; text-decoration: none; }
.blue:visited { color: #586D97; text-decoration: none; }
.blue:hover { color: #003366; text-decoration: underline; font-weight: bold;}
.blue:active {color: #586D97; text-decoration: none; }

.navigation { font-size: 13px; }
.small { font-size: 13px; }
.title {font-size: 16px; font-weight: bold; color: #ffffff; }
.header {font-size: 14px; font-weight: bold; }
.copyright { font-size: 10px; }
.indent {
	padding-left: 20px;
	}
	

img {
	border: none;
	}	
