/* CSS Document */

/* MENU START*/
#menublue {
	padding: 1px;
	font: 11px tahoma;
	float:left;
}
#menublue a {
	margin: 0;
	padding:0;
	width: 211px;
	background: url("images/menu-blue.gif") no-repeat -211px 0;
	display:block;		
	color: #FFFFFF;
	font: 11px verdana;	
	padding-top: 5px;
	padding-bottom: 6px;
	text-decoration: none;
}
#menublue a:hover {background: url("images/menu-blue.gif") no-repeat 0 0;color:#fff;}
#menublue .currentsel  {background: url("images/menu-blue.gif") no-repeat 0 0;color:#fff;}
#menublue a:active {background: url("images/menu-blue.gif") no-repeat 0 0;color:#fff;}
#menublue span {padding-left:20px;}
#menublue ul {margin: 0;padding:0;}
#menublue li {margin-bottom: 5px;list-style-type: none;}
/*
MENU END
*/
h2 {
	margin: 0;
	color: #006699;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	padding-left:25px;
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position: 5px 3px;
}

h2 a:link, h2 a:hover, h2 a:visited {
	color: #000;
	text-decoration: none;
}
	
h1 {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #006699;
	margin: 0;
}

h1 a:link, h1 a:visited, h1 a:hover {
	text-decoration: none;
	color: #003366;
}
	
h4 {
	margin: 0;
	color: #006699;
	font-size: 12px;
	padding-top:5px;
	padding-bottom:9px;
	background-image:url(images/dots-hr-4.gif);
	background-repeat:repeat-x;
}

h3 {
	margin: 0 0 8px 0;
	color: #999;
	font-size: 19px;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
}

h5 {
	margin: 0 0 8px 0;
	color: #999;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}


a:link, a:visited {
	color: #006699;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}

