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

body {
	background-image: url('bg.png');
	background-attachment: repeat;

	font-family: Verdana, Helvetica, Arial, sans-serif; 
	font-size:12px;
	color: #ffffff;
	margin-top: 0px;
	line-height: 18px;
	text-align: justify;}



/* 
------------------------------
TEXT
------------------------------ 
*/


.newsdate {
	font-size : 11px;
	line-height: 1.6;
	color: #000000;
	letter-spacing:3px;
}


.newstitle {
	font-size : 11px;
	line-height: 1.6;
	color: #000000;
	letter-spacing:3px;
		font-weight:bold;

}
 
 
.blue14 {
	font-size : 14px;
	line-height: 1.6;
	color: #1366a0;
	font-weight:bold;
}


.purple {
	line-height: 1.6;
	color: #ad20bd;
}

.purplebold {
	line-height: 1.6;
	color: #ad20bd;
		font-weight:bold;

}




.white10 {
	font-size : 10px;
	color: #ffffff;
}
.black10 {
	font-size : 10px;
	color: #000000;
}

.white14 {
	font-size : 16px;
	color: #fff;
		font-weight:bold;

}

.greenonblack11 {
	color: #ced140;
	font-size : 11px;
	font-weight:bold;


}





/* 
------------------------------
links
------------------------------ 
*/



a:link, a:visited, a:active {
	color:#f1ed81;
	text-decoration: none;
	font-size : 12px;


}
	
a:hover {
	color:#ea564c;
	text-decoration: none;
	font-size : 12px;


}


a.small:link, a.small:visited, a.small:active {
	color:#ad20bd;
	text-decoration: none;
	font-size : 12px;
			font-weight:normal;


}
	
a.small:hover {
	color:#000000;
	text-decoration: none;
	font-size : 12px;
				font-weight:normal;


}



a.nav:link {
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	font-size: 14px; 
	color: #ffffff;
	text-decoration: none;
		margin: 0px;
	padding-top: 4px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;	
	display: block;
					font-weight:normal;

	}

a.nav:visited {
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	font-size: 14px; 
	color: #ffffff;
	text-decoration: none;
		margin: 0px;
	padding-top: 4px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;	display: block;
					font-weight:normal;

	}
	
a.nav:hover {
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	font-size: 14px; 
	color: #ffffff;
	text-decoration: none;
	margin: 0px;
	padding-top: 4px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;	display: block;
	background-color:#252525;
	font-weight:normal;

	}
	
a.nav:active {
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	font-size: 14px; 
	color: #ffffff;
	text-decoration: none;
	margin: 0px;
	padding-top: 4px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;	display: block;
	background-color:#252525;
					font-weight:normal;

	}




/* 
------------------------------
images
------------------------------ 
*/



img.border {
	border-width: 1px;
	border-color:#000;
	margin-left: 5px;
	
	}
	
	
	
/* 
------------------------------
misc
------------------------------ 
*/
	
	.hidden {
  display: none;
}



/* 
------------------------------
tables
------------------------------ 
*/

table.mainimage {
		background-image: url('img/home_image_notext.jpg');
}
