/*                        */
/* Main text decorations  */
/* (content area)         */
/*                        */
body {
	font-family: Verdana;
	font-size: 80%;
	color: #000; 
}

img {
	border-style: none;
}

a {
	font-weight: bold;
	color: #26840d;
	text-decoration: none;
}

a:hover {
	color: #84C225;
	text-decoration: underline;
}

a.active {
	text-decoration: underline;
}


h1, h2, h3, h4, h5, h6 {
	color: #00923f;
	font-weight: bold !important;
	font-family: Arial;
}

h1 {font-size: 125%;}
h2 {font-size: 110%;}
h3, h4, h5, h6 {font-size: 100%;}

p {
	margin: 0px 0px 12pt 0px;
	padding: 0px;
}

.warn, .error {
	color: red;
	font-weight: bold;
}