/* Global Styles */

body {
	margin:0px;
	}
	
a {
	color: #006699;
	}
	
a:hover {
	color: #006699;
	text-decoration: none;
	}

/* ID Styles */

#navigation td {
	border-bottom: 1px solid #EEE3B7}

#navigation a {
	font:10px Arial, Helvetica, sans-serif;
	color: #006699;
	line-height:16px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 8px 22px;
	}
	
#navigation a:hover {
	color:#000033;
	background-color: #F4EAAF;
	}

/* Class Styles */
	
.bodyText {
	font:12px Arial, Helvetica, sans-serif;
	color:#000033;
	line-height:18px;
	margin-top:0px;
	}
	
.pageName{
	font:18px Arial, Helvetica, sans-serif;
	color: #4992B4;
	line-height:50px;
	letter-spacing:0.1em;
	}

.smallText {
	color:#003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
.navText {
	font:10px Georgia, Times New Roman, Times, serif;
	color: #003366;
	line-height:14px;
	text-decoration: none;
	}
