﻿/*
a:link {color: #FF0000}     / unvisited link /
a:visited {color: #00FF00}  / visited link /
a:hover {color: #FF00FF}   / mouse over link /
a:active {color: #0000FF}   / selected link /
*/

a{
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}	

a:hover {
	color: #CC0000;
	text-decoration: underline;
}


a.bodysmalllink
{
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	color: #3399cc;
	text-decoration: none;
}	

a.bodysmalllink:hover {
	color: #CC0000;
	text-decoration: underline;
}

a.bodylink
{
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #3399cc;
	text-decoration: none;
}	

a.bodylink:hover {
	color: #CC0000;
	text-decoration: underline;
}

.BoxBodyBackground
{
	background-image: url(  '../i/sub/bd.jpg' );
	vertical-align: top;
	font-family: Verdana;
	text-align: justify;
	font-size: small;
	color: gray;
}

.FooterMenu {
	text-decoration: none;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}


.MoreCaption {
	font-size: x-small;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
}
.MediaZoneCaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #808080;
}
.WelcomeTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #336699;
}
.XSmall {
	vertical-align: top;
	font-family: Verdana;
	text-align: justify;
	font-size: x-small;
	color: gray;
}
.ProductTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #CC0000;
}
.ProductDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #808080;
}
.Copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
}

.ProductOfTheDayCaption
{
	font-size: xx-small;
	color: #990000;
	font-style: italic;
	font-weight: normal;
}

.ProductOfTheDayTitle
{
	font-size: xx-small;
	color: #990000;
	font-style: italic;
	font-weight: bold;
}

.ProductOfTheDayDescription
{
	font-size: xx-small;
	color: #696969;
	font-style: italic;
}

.SmallAndGray
{
	font-size: x-small;
	color: #696969;

	}
	
.FastLinks
{
	font-size: x-small;
	color: #696969;

}
	
	html {
scrollbar-base-color: #5ea7d6;
scrollbar-arrow-color: #ffcc00;
/* http://www.iconico.com/CSSScrollbar/ */
}


