/* ********************************************************************** */
/* *** global styles *** */

/* ********************************************************************** */

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: 12px; 
	color: #000000
}
	.regtext  a:link { color:#003399}
	.regtext  a:visited { color:#003399}
	.regtext  a:active { color:#666699}
	.regtext  a:hover { color:#666699}

.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: #FFFFFF;
    background-color: #071956;
}

.login
{  
    font-family: Arial, Verdana, mono; 
    font-size: 9px; color: #FB3203;
}

.register
{  
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #000000
