

/* body
----------------------------------------------- */

body { 
	font-family:Arial, Helvetica, sans-serif;
	background-color: #333333; 
	margin: 0px; 
	padding: 20px;
}



/* typography
----------------------------------------------- */

.text-h1 {
	color: 7EBA39;
	font:'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-weight: bold;
	font-size:24px;
}

.text-h2 {
	color: #ffffff;
	font:'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-weight: normal;
	font-size:12px;
}

.text-h3 {
    color: #999999;
    font:'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-weight: normal;
	font-size:12px;
}



/* links
----------------------------------------------- */

.links {
    font-size: 12px;
    color: #7EBA39; 
	text-decoration: underline;
}

a:hover, a:active {
    font-size: 12px;
    color: #CB0000; 
	text-decoration: underline;
}



/* vert-one = menu
----------------------------------------------- */

ul.vert-one {margin:0px; padding:0; list-style-type:none; display:block; font:12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; line-height:250%; width:160px;}
ul.vert-one li {margin:0; padding:0; border-bottom:1px solid #000000;}
ul.vert-one li a {display:block; text-decoration:none; color:#ffffff; background:#333333; padding:0px 0px 0px 10px; width:160px;}
ul.vert-one li a:hover {text-decoration:none; color:#ffffff; background:#8DC250}
ul.vert-one li a.current,ul.vert-one li a.current:hover {background:#7EBA39}



