/* ********************************************************************** */
/* *** global styles *** */

/* ********************************************************************** */
A:LINK {
	text-decoration : none;
}

A:ACTIVE {
	text-decoration : none;
}

A:HOVER {
	text-decoration : underline;
}


body 
{  
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 11px; color: #000000;
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px
}


/* ********************************************************************** */
/* Main Styles */
/* ********************************************************************** */

.regtext /* *** text style used for basic text throughout the site *** */
{  
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000;
	text-decoration: none;

}
	.regtext  a:link { color:#666699; text-decoration: none}
	.regtext  a:visited { color:#666699; text-decoration: none}
	.regtext  a:active { color:#003399; text-decoration: none}
	.regtext  a:hover { color:#FF0000; text-decoration: underline}
	
.navtext /* *** text style used for navigation menu in member area *** */
{  
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold; 
	color: #003399;
	text-decoration: none;

}
	.navtext  a:link { color:#000066; text-decoration: none}
	.navtext  a:visited { color:#000066; text-decoration: none}
	.navtext  a:active { color:#000066; text-decoration: none}
	.navtext  a:hover { color:#FF0000; text-decoration: underline}

.small
{  
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 9px; 
	color: #000000
}

	.small  a:link { color:#071956}
	.small  a:visited { color:#071956}
	.small  a:active { color:#071956}
	.small  a:hover { color:#FB3203}


.submit /* used on all submit and reset boxes */
{  
    font-family: Arial, Verdana, mono; 
    font-size: 10px; color: #000000;
    background-color: #FFFFFF;
}

.login
{  
    font-family: Arial, Verdana, mono; 
    font-size: 9px; color: #FB3203;
}

.register
{  
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #000000;
}

.bold
{  
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: bold; 
	color: #000066;
}
.highlight
{  
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000066;
}

.warning
{  
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #CC0000;
	text-decoration: none;
}

.borderless
{  
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000;
	text-decoration: none;
	border-style: none;
}
