/* CSS Document */



/* default font 
---------------------------*/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}


/*footer
---------------------------*/
.footer {
		font-size:9px;
}


/* default links
---------------------------*/

a:link, a:visited {
	text-decoration: none;
	color: #029012;
}

a:hover, a:active {
	text-decoration: underline;
	color: #669933;
}



/* Main headers
---------------------------*/
h1 {
	color: #029012;
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	font-weight: bold;
}


/* Main Nav 
---------------------------*/
#nav a {
	display: block;
	width: 200px;
	padding: 5px;
	line height: 1.4;
	font-weight:bold;
	color: #FFF;
	text-indent:30px;
	text-decoration:none;
}

#nav a:hover {
	display: block;
	width: 200px;
	padding: 5px;
	line height: 1.4;
	font-weight:bold;
	color: #FFF;
	text-indent:30px;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	text-decoration:none;
}
