a.hlink:link{
	color: #2c995b;
	text-decoration: none;
	font-weight: normal;
}
a.hlink:hover{
	color:#3F0;
	text-decoration: underline;
	font-weight: normal;
}
a.hlink:active{
	color:#291b99;
	text-decoration: none;
	font-weight: bold;
}

#section_header {
	color: #000000;
	font: 26px "Century Gothic", sans-serif;
	background-color: #C3C3C3;
	text-align: center;
	font-weight: bold;
}

#section_title {
	color: #000000;
	font: 22px "Century Gothic", sans-serif;
	text-align: left;
	background-color: #C3C3C3;
	font-weight: bold;
}

#section_title_small {
	color: #000000;
	font: 16px "Century Gothic", sans-serif;
	text-align: left;
	background-color: #C3C3C3;
}

#section_body {
	color: #000000;
	font: 14px "Century Gothic", sans-serif;
	text-align: left;
	background-color: #C3C3C3;	
}

#section_body a:link{
	color: #2c995b;
	text-decoration: none;
	font-weight: normal;
}
#section_body a:hover{
	color: #3F0;
	text-decoration: underline;
	font-weight: normal;
}
#section_body a:active{
	color: #291b99;
	text-decoration: none;
	font-weight: bold;
}


#error_title {
	color: #000000;
	font: 28px "Century Gothic", sans-serif;
	text-align:center;
	background-color: #C3C3C3;	
}

#error_description {
	color: #000000;
	font: 18px "Century Gothic", sans-serif;
	text-align:center;
	background-color: #C3C3C3;	
}