/* ********************************************************************** */
/* *** global styles *** */

/* ********************************************************************** */
A:LINK {
	text-decoration : none;
	font-weight: bold;
}

A:ACTIVE {
	text-decoration : none;
	font-weight: bold;
}

A:HOVER {
	text-decoration : underline;
	font-weight: bold;
}


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:#5691C7; text-decoration: none}
	.regtext  a:visited { color:#5691C7; text-decoration: none}
	.regtext  a:active { color:#5691C7; text-decoration: none}
	.regtext  a:hover { color:#5691C7; text-decoration: underline}

.inventory /* *** text style used for inventory listing *** */
{  
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000066;
	text-decoration: none;

}
	.inventory  a:link { color:#000066; text-decoration: none}
	.inventory  a:visited { color:#000066; text-decoration: none}
	.inventory  a:active { color:#000066; text-decoration: none}
	.inventory  a:hover { color:#FB9B16; text-decoration: underline}
	
.navtext 
{  
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: bold; 
	color: #FF0000;
	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}


.copyright 
{  
    font-family: Arial, Verdana, mono; 
    font-size: 10px; color: #FFFFFF;
}


.bold
{  
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: bold; 
	color: #FDDAA9;
}
	.bold  a:link { color:#FDDAA9}
	.bold  a:visited { color:#FDDAA9}
	.bold  a:active { color:#FDDAA9}
	.bold  a:hover { color:#2FFA00}

.highlight
{  
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	color: #9F2229;
}

.shopsearch /* *** put in here temporarily so page would look better *** */
{  
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000;
	text-decoration: none;

}

.shoptext /* *** put in here temporarily so page would look better *** */
{  
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000;
	text-decoration: none;

}

.popup
{  
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
	.popup  a:link { color:#FFFFFF; text-decoration: none}
	.popup  a:visited { color:#FFFFFF; text-decoration: none}
	.popup  a:active { color:#FFFFFF; text-decoration: none}
	.popup  a:hover { color:#FFFFFF; text-decoration: underline}

.popupbold
{  
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 15px;
	font-weight: bold;
	color: #E20202;
}

.popupbody 
{  
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.imganchor 
{
	border-color: #000000;	
}
	.imganchor  a:link { color:#000000}
	.imganchor  a:visited { color:#000000}
	.imganchor  a:active { color:#000000}
	.imganchor  a:hover { color:#000000}
