@charset "UTF-8";
/* CSS Document */


body {
	background-color: #000000;
	background-image: url();
	background-repeat: repeat-x+y;
	font-family: "Gill Sans", "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}


p
{ 
text-align: left
} 

.bodytext {
	font-size: 14px;
	font-family: "Gill Sans", "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
}



a:link {
	color: #5aa096;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5aa096;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #5aa096;
}


.headings {
	font-size: 18px;
	color: #5aa096; text-align: left;
}