
a:link, a:visited {

	text-decoration:underline;

	font-weight:normal;

	color:#666;

	}



a:hover {

	text-decoration:none;

	font-weight:normal;

	color:#669900;

	}
	
	
.head_title a {

	padding:25px 0 0 25px;
	color:#333;
	font-size:25px;
	font-weight:bold;
	text-decoration:none;
}


	
	
/* HEADINGS */

	
h1,.componentheading {

font-size:15px;

font-weight:bold;

color:#669900;

}



h2,.contentheading {

font-size:15px;

color:#669900;

font-weight:bold;

}



h3 {

font-size:1.3em;

}



h4 {

font-size:1.2em;

}



h5 {

font-size:1.1em;

}



h6 {

font-size:1em;

font-weight:700;

}


/* MENU ARROWS */


.moduletable_menu li {

	margin:0 3px;

	padding:3px 3px 3px 27px;

	background:url(../images/arrow_green.png) left center no-repeat #F5F5F5;

	border-bottom:1px solid #CBCBCB;

	}

	

.moduletable_menu li:hover {

	background:url(../images/arrow_green.png) left center no-repeat #E4E4E4;

	}