/* CSS Document */
A:link {color: #8AD0FF; text-decoration:underline; font-weight: bold;}
A:visited {color: #8AD0FF; text-decoration:underline; font-weight: bold;}

p, h1, h2, h3, h4, h5, td, tr, li, ul {
	font-family: Verdana, Arial, serif;
	}
	
.main {
	font-size: 12px;
	line-height: 1.9;
	color: #FFFFFF;
	}

.submain {
	font-size: 12px;
	color: #ffffff;
	}

.header {
	font-size: 16px;
	color: #FFD95C;
	font-weight: bold;
	}

.subheader {
	font-size: 12px;
	color: #FFD95C;
	font-weight: bold;
	}
	
.footer { 
	font-family: verdana;
	font-size: 11px; 
	color: #000000;	
	}
