/* Global Styles */

body {
	margin:0px;
	}
	
/* Class Styles */

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	text-align:left;
	color: #333333;
	font-size: 12px;
}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 17px;
	text-align:left;
	color: #333333;
	letter-spacing: 0.1em;
}

.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	text-align:left;
	color: #000000;
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #107923;
	text-decoration: none;
	display: block;
	width: 198px;
	line-height: 25px;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-top-width: thin;
	border-top-style: none;
	border-top-color: #CCCCCC;
	font-weight: bolder;
}								

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

