@charset "utf-8";
/* CSS Document */
/* Comment */

/* background  */



a:link {
	color: #CCCCCC;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #339900;
}
a:active {
	color: #000000;
}



/* h1 is the main header with store name */
h1 
{
text-align:center; color: #990011; font-family: Geneva, Helvetica; font-size: 24px; font-weight: bold; line-height: 30px;
}


/* h2 is the menu / links navigation toolbar */
h2 
{
text-align:center; color: black; font-family: geneva, helvetica, verdana; font-size: 18px
}

/* h3 is page topic */
h3 
{
	text-align:center;
	color: #339900;
	font-family: didot; 
	font-size: 24px
}

/* h4 is held for "myths", related to h5 */
{
	text-align:left;
	color: black;
	font-family: geneva, helvetica;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
}

/* h5 is page text */
h5 
{
	text-align:left;
	color: black;
	font-family: geneva, helvetica;
	font-size: 14px;
	line-height: normal;
}

/* h6 is the fine print, like the copyright notice */

h6 
{
text-align:center; color: black; font-family: geneva, helvetica, verdana; font-size: 12px; 
}




td {
	text-align: left;
	vertical-align: top;
	font-family:tahoma;
	font-size:10px;
	color:#505050;
	line-height:12px;
	
}
a {
	text-decoration: none;
	color:#530202;
}

.copy {	color:#EBE3E3;
		text-decoration:none;
		font-family:tahoma}
		
body  {	margin:0px;padding:0px; background-color:#CCCACA}
		
.scroll_blue {scrollbar-face-color:#CCCACA;
		scrollbar-track-color:#008AFF;
		scrollbar-arrow-color:#008AFF;
		scrollbar-3Dlight-color:#008AFF;
		scrollbar-base-color:#008AFF;
		scrollbar-shadow-color:#008AFF;
		scrollbar-darkshadow-color:#008AFF;
		scrollbar-highlight-color:#008AFF;}
		
.scroll_or {scrollbar-face-color:#CCCACA;
		scrollbar-track-color:#FF8F00;
		scrollbar-arrow-color:#FF8F00;
		scrollbar-3Dlight-color:#FF8F00;
		scrollbar-base-color:#D4C8BA;
		scrollbar-shadow-color:#FF8F00;
		scrollbar-darkshadow-color:#FF8F00;
		scrollbar-highlight-color:#FF8F00;}
		
.scroll_gray {scrollbar-face-color:#505050;
		scrollbar-track-color:#BFBDBD;
		scrollbar-arrow-color:#BFBDBD;
		scrollbar-3Dlight-color:#BFBDBD;
		scrollbar-base-color:#BFBDBD;
		scrollbar-shadow-color:#BFBDBD;
		scrollbar-darkshadow-color:#BFBDBD;
		scrollbar-highlight-color:#BFBDBD;}
		
.scroll_l_gray {scrollbar-face-color:#9D9D9D;
		scrollbar-track-color:#EBEBEB;
		scrollbar-arrow-color:#EBEBEB;
		scrollbar-3Dlight-color:#EBEBEB;
		scrollbar-base-color:#EBEBEB;
		scrollbar-shadow-color:#EBEBEB;
		scrollbar-darkshadow-color:#EBEBEB;
		scrollbar-highlight-color:#EBEBEB;}
		
.gray {color:#505050; text-decoration:none}
.blue {color:#1292FF; text-decoration:none}
.white {color:#ffffff; text-decoration:none}
.orange {color:#DC7D03; text-decoration:none}
.big { font-size:11px}
.sm { font-size:10px}
.t {text-transform:uppercase}
.u {text-decoration:underline}

a:hover {text-decoration:underline}
#a:hover {text-decoration:none}
