/* Global Styles */

body {
	margin:0px;
	font-family:Tahoma, Verdana, Arial;
	background-color:#068ad2;
	}

.header{
	background-color:#efeee9;
}

td {
	font:9pt arial;
	color:#333333;
	}
	
a {
	color: #215DC6;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #0099FF;
	text-decoration:underline;
	}

a:visited {
	color: #CC3333;
	text-decoration:underline;
	}	
/* ID Styles */

#navigation{
	 background-color:#068ad2;
}	 


#navigation a {
	font-size:9pt;
	color: #ffffff;
	text-decoration:none;
	letter-spacing:.1em;
	padding:1px;
	}
	
#navigation a:hover {
	color: #99CCFF;
	}


#navigation .navText{
	height:auto;
	padding:4px;
	}	


#navigation .navText, #navigation table td {
	background-color:#068ad2;
	font-size:9pt;
	color: #00CCFF;
	letter-spacing:.1em;
	}	
/* Class Styles */

.logo {
	font-size:14pt;
	color: #0E177C;
	color:#0068b3;
		font-weight:bold;
	background-repeat:no-repeat;
	background-position:25px left;
	padding-left:0px;
	}

.tagline {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color: #CC3300;
	letter-spacing:.2em;
	font-weight:normal;
	}


.bodyText {
	font-size::8.5pt;
	color:#333333;
	line-height:24px;
	}
	
.pageName {
	font-weight: bold;
	color: #666666;	
	font-size:12pt;
	letter-spacing:.1em;
	line-height:26px;
	}
	

	

