@charset "utf-8";
/* CSS Document */
.headerlinks{

	font-family: Tahoma;
	font-size: 11px;
	font-weight: none;
	color: #ffffff;	
	text-decoration: none;
    PADDING-LEFT: 5px;
}

.headerlinks :hover {
	text-decoration: underline;
}

.Headings {

	font-family: Tahoma;

	font-size: 12px;

	font-weight: bold;

	color: #336699;	

	text-decoration: none;

}

.text {

	font-family: Tahoma;

	font-size: 11px;

	font-weight: normal;
	text-align:justify;

	color: #808080;	

	text-decoration: none;

}

.maintext {

	font-family: Tahoma;

	font-size: 10px;

	font-weight: bold;

	color: #000000;	

	text-decoration: none;

}

.subheadings {

	font-family: Tahoma;

	font-size: 12px;

	font-weight: bold;

	color: #336699;	

	text-decoration: none;
	padding-left:15px;

}
.footertext {

	font-family: Tahoma;

	font-size: 9px;

	font-weight: none;

	color: #ffffff;	

	text-decoration: none;
	
	padding-left:30px;

}
.evolve {

	font-family: Tahoma;

	font-size: 9px;

	font-weight: none;

	color: #ffffff;	

	text-decoration: none;
    padding-right:20px;
}

.evolve a:hover {
	text-decoration: underline;
	color: #00ff00;
}


					