

body
{ 
	
	font-family: verdana, arial, helvetica, 'century gothic';
	font-size: 10px;
	font-weight: normal;
	
	color: #ff0000;
	background-color: #000000;
	
	text-align: center;
	vertical-align:middle;
}


#kaPage
{
	position:relative; 
	margin-left: auto;
	margin-right: auto;
	width:992px; 
	text-align: left;
}



	
#kaBody
{
	position:relative; 
	top: 50px; 
	left: 0px; 
	width:100%; 
	height:610px;
}

#kaFooter
{
	position:relative; 
	top: 25px; 
	left: 0px; 
	width:100%; 
	height:30px;
	
	color: #cccccc;
	text-align: center;
}


.kaFooterText 
{
	font-family: verdana, arial, helvetica, 'century gothic';
	font-size: 10px;
	font-weight: normal;
	color: #cccccc;
}


A.kaFooterText:link    { color: #cccccc; text-decoration: none; font-weight: normal;}   	/* unvisited links */
A.kaFooterText:visited { color: #cccccc; text-decoration: none; font-weight: normal; } 	/* visited links   */
A.kaFooterText:hover   { color: #ffffff; text-decoration: underline; font-weight: bold; } 	/* user hovers     */
A.kaFooterText:active  { color: #eeeeee; text-decoration: underline; font-weight: normal; }   	/* active links    */
		
A.footerLinkOff:link    { color: #000000; text-decoration: none; }   		/* unvisited links */
A.footerLinkOff:visited { color: #000000; text-decoration: none; } 		/* visited links   */
A.footerLinkOff:hover   { color: #000000; text-decoration: underline; } 	/* user hovers     */
A.footerLinkOff:active  { color: #000000; text-decoration: none; }   		/* active links    */




