/* Global Styles */

body {
	margin:0px;
	}
	
/* Class Styles */
	
.bodytext {
	color:#333333;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	}
	
.pageName{
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: lighter;
	font-style: normal;
	font-variant: normal;
	letter-spacing: 0.1em;
	}
			
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	display: block;
	width: 210px;
	line-height: 25px;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	border-top-width: thin;
	border-top-style: none;
	border-top-color: #666666;
	font-weight: bolder;
}								

.navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	text-decoration: none;
	display: block;
	width: 210px;
	background-color: #FFFFFF;
	line-height: 25px;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

