@charset "utf-8";
/* CSS Document */

body
{
/*	background:url("images/bghd.jpg");
	background-repeat:repeat-x;*/
	background-color:#ccf1ff;
	margin:0px 0px 0px 0px; 
	font-family:Verdana, Tahoma;
	font-size:10pt;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ffffff', endColorStr='#40a5e9', gradientType='0');
}

.fontwhite
{
	font-family:Verdana, Tahoma;
	font-size:10pt;
	color:white;
}

.fontblue
{
	font-family:Verdana, Tahoma;
	font-size:10pt;
	color:#003399;
}

.font8
{
	font-family:Verdana, Tahoma;
	font-size:8pt;
	color:#003399;
}
.font10
{
	font-family:Verdana, Tahoma;
	font-size:10pt;
	color:#003399;
}
.font12
{
	font-family:Verdana, Tahoma;
	font-size:12pt;
	color:#003399;
}

.fonthead
{
	font-family:Tahoma;
	font-size:14pt;
	color:#003399;
}

.fontmenu
{
	font-family:Tahoma;
	font-size:8pt;
	color:#003399;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:20px;
	cursor:hand;
}

.fontproduct
{
	font-family:Tahoma;
	font-size:25pt;
	color:#003399;
}

.fontproductimage
{
	font-family:Tahoma;
	font-size:10pt;
	font-weight:bold;
	color:#40a5e9;
}
a
{
	font-family:Verdana, Tahoma;
	font-size:10pt;
	color:blue;
	text-decoration:none;
}

a:hover
{
	font-family:Verdana, Tahoma;
	font-size:10pt;
	color:blue;
	text-decoration:none;
}

.divshadow
{
	font-family:Verdana, Tahoma;
	font-size:10pt;
	color:#003399;
	padding:4 4 4 4;
	background-color:white;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#555555,direction=145,strength=2);
}

.bodyshadow
{
	font-family:Verdana, Tahoma;
	font-size:10pt;
	color:#003399;
	background-color:white;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#555555,direction=145,strength=2);
	background:url("images/bghd.jpg");
	background-repeat:repeat-x;
	background-color:white;
	border-left: 1px solid #003399;
	border-right: 1px solid #003399;
	border-bottom: 1px solid #003399;
}
.td
{
	background-color:#F2F2F2;
}
.tdHead
{
	background-color:#FFFFFF;
	text-align:right;
}
.tdHead2
{
	background-color:#0033FF;
	text-align:center;
	color:#FFFFFF;
}
.td2
{
	background-color:#99CCFF;
	text-align:center;
}