/* CSS Document */

#bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 15px;
	text-align: justify;
	}
	
.background {
	background-repeat: no-repeat;
	}
	
.hometext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
	background-repeat:no-repeat;
	}
	
.headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #CCCCCC;
	padding-right: 40px;
	padding-bottom: 25px;
	}
	
.headlines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	}
	
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:underline;
	}
	
#bodytext a:link, #bodytext a:visited {
	color: #FFCC33;
	text-decoration:none;
	}
	
#bodytext a:hover {
	color: #FFCC33;
	text-decoration:underline;
	}
		
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	font-weight: bold;
	}
