/* CSS Document */

BODY {
	SCROLLBAR-FACE-COLOR: #BEC0BB; 
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-SHADOW-COLOR: #e2edc2; 
	SCROLLBAR-3DLIGHT-COLOR: #ffffff; 
	SCROLLBAR-ARROW-COLOR: #ffffff; 
	SCROLLBAR-TRACK-COLOR: #ffffff; 
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff; 
	BACKGROUND-COLOR: #ffffff;
	font-family: verdana;
	color: #000000;
}

a {
	color: #336699;
	text-decoration: underline;
}

a:hover {
	color: Gray;
	text-decoration: none;
}

a.subMenu {
	color: Gray;
	text-decoration: none;
	font-size: 8pt;
}

a:hover.subMenu {
	color: Silver;
	text-decoration: none;
}

a.subMenu2 {
	color: Gray;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
}

a:hover.subMenu2 {
	color: Silver;
	text-decoration: none;
	font-weight: bold;
}

a.thisPage {
	color: #336699;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
}

a:hover.thisPage {
	color: Gray;
	text-decoration: none;
}

a.boldGray {
	color: #363636;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
}

a:hover.thisPage {
	color: Gray;
	text-decoration: none;
}

a.subNav {
	color: #336699;
	text-decoration: none;
	font-size: 8pt;
}

a.logText {
	color: #c1272d;
	text-decoration: none;
	font-size: 8pt;
}

a.logText2 {
	color: #c1272d;
	text-decoration: underline;
	font-size: 8pt;
}

a.footer {
	color: #336699;
	text-decoration: none;
}

a.footerRed {
	color: #c1272d;
	font-size:7pt;
	text-decoration: none;
}

a.footerRedU {
	color: #c1272d;
	font-size:7pt;
	text-decoration: underline;
}

a:hover.footerRedU {
	color: #c1272d;
	font-size:7pt;
	text-decoration: none;
}

a:hover.subNav {
	color: Gray;
	text-decoration: none;
}
td
{
font-family:verdana;
font-size: 11px;
}

hr.email {
	size: 1px;
	color: #336699;
}

input {
	font: verdana;
	font-size: 8pt;
}

select {
	font: verdana;
	font-size: 8pt;
}

option {
	font: verdana;
	font-size: 8pt;
}

.price
{	font: tahoma;
	font-size: 8pt;
	font-weight: bold;
	color:#c1272d;
}
.item
{	font: tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: #4b4545;
}

.footer {
	font-size: 7pt;
}
.heading
{
	font-family:verdana;
	color:#ffffff;
	font-size: 13px;
	font-weight: bold;
	text-transform: lowercase;

}
.caption
{
	font-family:verdana;
	font-size: 15px;
	font-weight: bold;

}

.caption2
{
	font-family:verdana;
	color:#ffffff;
	font-size: 11px;
	font-weight: bold;

}
.topnav
{
	font-family:verdana;
	color:#ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;

}
.topnav:hover
{
	font-family:verdana;
	color:#ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;

}
.content {
	font-family:verdana;
	color:#ffffff;
	font-size: 11px;
	line-height: 18px;
}
.button
{
	font-family:verdana;
	color:#000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;

}

.button:hover
{
	font-family:verdana;
	color:#000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;

}

.top
{
	font-family:verdana;
	color:#7E7E7E;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;

}
.top:hover
{
	font-family:verdana;
	color:#7E7E7E;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;

}

.right
{
	font-family:verdana;
	color:#000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;

}
.right:hover
{
	font-family:verdana;
	color:#000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;

}

.itemAdds
{
	background-image: url(images/itemCornerLeft.gif);
	background-repeat: no-repeat;
	background-color: Black;
}

.itemAddsBorder
{
	border: 1px;
	border-color: White;
	border-style: solid;
}

.itemAddsBorderG
{
	border: 1px;
	border-color: #ECECEC;
	border-style: solid;
}

.blue {
	color: #336699;
}