BODY
{
	font-family: Verdana;
	font-size: 12px;
	color: #EEE8AA;
	background-color: Black;
}

.parentLayer { width:820px; margin:0 auto; position:relative; text-align:left}
.childLayer {
	position:absolute;
	top:0px;
	left:0px;
	visibility: visible;
}


.regText {
	font-family: Verdana;
	font-size: 10px;
	color: #EEE8AA;
	text-decoration: none;
}
a.regText:hover, {
	font-family: Verdana;
	font-size: 10px;
	color: #EEE8AA;
	text-decoration: none;
	background-color: #D4FFAA;
}
a.regText:active, a.regText:link, a.regText:visited {
	font-family: Verdana;
	font-size: 10px;
	color: #EEE8AA;
	text-decoration: underline;
}
.regTextHeader {
	font-family: Verdana;
	font-size: 11px;
	color: #EEE8AA;
	font-weight: bold;
}
a.newsLine:active, a.newsLine:link, a.newsLine:visited {
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
	text-decoration:none
}
a.newsLine:hover, a.newsLine:focus{
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	text-decoration:underline;
}
a.gGreyText:active, a.gGreyText:visited, a.gGreyText:Link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8D8D8D;
	text-decoration:none;
}
a.gGreyText:hover, a.gGreyText:focus{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration:underline;
}
.footerText, a.footerText:hover, a.footerText:focus, a.footerText:active, a.footerText:visited, a.footerText:Link {
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
}
.cleartype {
	font-family: Verdana; 
	font-size: 2px; 
	color: #EEE8AA;	
	text-align: center;	
	line-height : 1px;	
	cursor : default; 
	display: none;
}


/***********************************************************/ 
/* anark                    */  
/* developer: jkt           */ 
/* original: 11.25.03       */ 
/* last revised: 9.23.04    */ 
/***********************************************************/

/***********************************************************/ 
/* link properties  */  
/***********************************************************/ 

a:link {font-family: Verdana; font-size: 10px; color: #C8EE17; text-decoration: underline;}
a:visited {font-family: Verdana; font-size: 10px; color: #C8EE17; text-decoration: underline;}
a:active {font-family: Verdana; font-size: 10px; color: #C8EE17; text-decoration: underline;}
a:hover {font-family: Verdana; font-size: 10px; color: #C8EE17; text-decoration: none;}

a.large:link {font-family: Verdana; font-size: 12px; color: #C8EE17; text-decoration: underline;}
a.large:visited {font-family: Verdana; font-size: 12px; color: #D3D3D3; text-decoration: underline;}
a.large:active {font-family: Verdana; font-size: 12px; color: #C8EE17; text-decoration: underline;}
a.large:hover {font-family: Verdana; font-size: 12px; color: #C8EE17; text-decoration: none;}


/***********************************************************/ 
/* td properties   */  
/***********************************************************/ 

TD
{
	font-family: Verdana;
	font-size: 10px;
	color: #EEE8AA; 
}

TD.small_text
{
	font-family: Verdana;
	font-size: 8px;
	color: #EEE8AA; 
}

TD.large_text
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;	
	color: #EEE8AA; 
}

TD.text_main
{
	font-family: Verdana; 
	font-size: 10px;
	color: #d3d3d3;
}

TD.forum_title_white
{
	font-family: Verdana; 
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background: #696969;
}

TD.forum_cell
{
	font-family: Verdana; 
	font-size: 10px;
	color: #EEE8AA;
	background-color : #FFFFFF;
}

TD.forum_info
{
	font-family: Verdana;
	font-size: 10px;
	color: #EEE8AA;
	background: #f7f7f7;  
}


/***********************************************************/ 
/* tr properties   */  
/***********************************************************/  
TR.form_row_2
{
	font-family: Verdana;
	font-size: 10px;
	color: #EEE8AA;
	background: #f7f7f7;  
}

TR.form_row_3
{
	font-family: Verdana; 
	font-size: 10px; 
	font-weight: bold;
	color: #EEE8AA;	
	background: #E5E5E5;
}

TR.forum_category
{
	background-color: #AFCD0F;
}


/***********************************************************/ 
/* input properties */  
/***********************************************************/
TEXTAREA
{ 
	font-family: Verdana; 
	font-size: 10px;  
	/* background : #ffffff; */
}
    
INPUT.newsletter
{ 
	font-family: Verdana; 
	font-size: 10px; 
	background : #d3d3d3;
}
    
INPUT, SELECT
{ 
	font-family: Verdana; 
	font-size: 10px; 
	/* background : #ffffff; */
}

INPUT.button 
{
	background-color: #E5E5E5; 
	/* font-weight: bold; */
	font-size: 10px; 
	color: #494949;
}

