/* Purpose: undo some of the default styling of common (X)HTML browsers */

/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
/*ul,ol { list-style:none }*/

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html,blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no blue linked image borders*/
a img,:link img,:visited img { border:none }

/*Search Engine Text, not visible */
.seo {
	visibility: hidden;
	display:none;
}

body 
{
	font: 12px arial, sans-serif;
	font-weight:normal;
	background-color: #000000;
	color: #FFFFFF;
}

/*Address Link Treatment */
a.address:link
{
	font: 11px arial, sans-serif; 
	font-weight:500; 
	letter-spacing:1px; 
	color: #8AADD3;
}

a.address:visited
{
	font: 11px arial, sans-serif; 
	font-weight:500; 
	letter-spacing:1px; 
	color: #8AADD3;
}

a.address:hover
{
	font: 11px arial, sans-serif; 
	font-weight:500; 
	letter-spacing:1px; 
	color: #8AADD3;
	text-decoration: underline;
}

a.address:active
{
	font: 10px arial, sans-serif; 
	font-weight:500; 
	letter-spacing:1px; 
	color: #8AADD3;
}

/*BUY NOW Link Treatment */
a.buy:link
{
	font: 10px arial, sans-serif; 
	font-weight:600; 
	letter-spacing:1px; 
	color: #F26422;
}

a.buy:visited
{
	font: 10px arial, sans-serif; 
	font-weight:600; 
	letter-spacing:1px; 
	color: #F26422;
}

a.buy:hover
{
	font: 10px arial, sans-serif; 
	font-weight:600; 
	letter-spacing:1px; 
	color: #F26422;
	text-decoration: underline;
}

a.buy:active
{
	font: 10px arial, sans-serif; 
	font-weight:600; 
	letter-spacing:1px; 
	color: #F26422;
}

/*Navigation Link Treatment */
a.nav:link
{
	font: 18px arial, sans-serif; 
	font-weight:400; 
	letter-spacing:1px; 
	color: #D5BBFA;
}

a.nav:visited
{
	font: 18px arial, sans-serif; 
	font-weight:400; 
	letter-spacing:1px; 
	color: #D5BBFA;
}

a.nav:hover
{
	font: 18px arial, sans-serif; 
	font-weight:400; 
	letter-spacing:1px; 
	color: #D5BBFA;
	text-decoration: underline;
}

a.nav:active
{
	font: 18px arial, sans-serif; 
	font-weight:400; 
	letter-spacing:1px; 
	color: #D5BBFA;
}

/* Small links on Home Page */
a.home_small:link
{
	font: 9px arial, sans-serif; 
	font-weight:600; 
	letter-spacing:1px; 
	color: #8AADD3;
}

a.home_small:visited
{
	font: 9px arial, sans-serif; 
	font-weight:600; 
	letter-spacing:1px; 
	color: #8AADD3;
}

a.home_small:hover
{
	font: 9px arial, sans-serif; 
	font-weight:600; 
	letter-spacing:1px; 
	color: #8AADD3;
	text-decoration: underline;
}

a.home_small:active
{
	font: 9px arial, sans-serif; 
	font-weight:600; 
	letter-spacing:1px; 
	color: #8AADD3;
}


/*White Link Treatment */
a.white:link
{
	font: 11px arial, sans-serif; 
	font-weight:600; 
	letter-spacing: normal; 
	color: #ffffff;
}

a.white:visited
{
	font: 11px arial, sans-serif; 
	font-weight:600; 
	letter-spacing: normal; 
	color: #ffffff;
}

a.white:hover
{
	font: 11px arial, sans-serif; 
	font-weight:600; 
	letter-spacing: normal; 
	color: #ffffff;
	text-decoration: underline;
}

a.white:active
{
	font: 11px arial, sans-serif; 
	font-weight:600; 
	letter-spacing: normal; 
	color: #ffffff;
}


/*Blue Link Treatment */
a.blue:link
{
	font: 11px arial, sans-serif; 
	font-weight:600; 
	letter-spacing: normal; 
	color: #334a9a;
	text-decoration: underline;
}

a.blue:visited
{
	font: 11px arial, sans-serif; 
	font-weight:600; 
	letter-spacing: normal; 
	color: #334a9a;
}

a.blue:hover
{
	font: 11px arial, sans-serif; 
	font-weight:600; 
	letter-spacing: normal; 
	color: #334a9a;
	text-decoration: underline;
}

a.blue:active
{
	font: 11px arial, sans-serif; 
	font-weight:600; 
	letter-spacing: normal; 
	color: #334a9a;
}

/*Purple Link Treatment */
a.purple:link
{
	font: 10px arial, sans-serif; 
	font-weight:normal;
	line-height:15px; 
	letter-spacing: normal; 
	color:#341A59;
	text-decoration: underline;
}

a.purple:visited
{
	font: 10px arial, sans-serif; 
	font-weight:normal; 
	line-height:15px;	
	letter-spacing: normal; 
	color:#341A59;
}

a.purple:hover
{
	font: 10px arial, sans-serif; 
	font-weight:normal; 
	line-height:15px;
	letter-spacing: normal; 
	color:#341A59;
	text-decoration: underline;
}

a.purple:active
{
	font: 10px arial, sans-serif; 
	font-weight:normal;
	line-height:15px; 
	letter-spacing: normal; 
	color:#341A59;
}

.scroll_area
{
	background-color:#fde306;
	border-top-style: solid;
	border-top-color:#fb9b06;
	border-top-width:16px;
	border-bottom-style: solid;
	border-bottom-color:#fb9b06;
	border-bottom-width:4px;
	
}

.purple_large
{
	font: 13px arial, sans-serif; 
	font-weight:bold; 
	color:#341A59;
}

.text_8
{
	font-size:8px;
}

.text_9
{
	font-size:9px;
}

.text_10
{
	font-size:10px;
}

.text_11
{
	font-size:11px;
}

.text_12
{
	font-size:12px;
}

.selectbox
{
	font-size: 11px;
	color: #000000; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	/*text-align: Left; */ /* Align Text */
	/*height:16px;  */
	/*width: 100px; */
	text-indent: 1px;
}

