/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454545;
	background-color: #ffffff;
}
/* ************************************ */
p.tag {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px; 
}
/* ************************************ */
p.gray {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	padding-left: 10px;
}
/* ************************************ */
p.price {
	font-size: 15px;
	color: #F67600;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
}
/* ************************************ */
p.priceXout {
	font-size: 15px;
	color: #666666;
	text-decoration: line-through;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
}
/* ************************************ */
img.bb {
	padding-left: 10px;
	border: 1px solid #aaaaaa;
}
/* ************************************ */
.BodyText {
	FONT-SIZE: 12px; 
	COLOR: #454545; 
	LINE-HEIGHT: 15px; 
}
A.BodyText:link {
	COLOR: #0033CC
}
A.BodyText:visited {
	COLOR: #0033CC
}
A.BodyText:hover {
	COLOR: #000000
}
/* ************************************ */
.Footer {
	FONT-SIZE: 11px;
	COLOR: #666666;
	LINE-HEIGHT: 18px;
	padding: 16px;
	text-align: justify;
}
/* ************************************ */
.menu_item {
	FONT-SIZE: 11px;
	COLOR: #454545;
	LINE-HEIGHT: 20px;
	font-weight: bold;
	text-decoration: none;
}
A.menu_item:link {
	text-decoration: none;
	COLOR: #454545;
}
A.menu_item:visited {
	text-decoration: none;
	COLOR: #454545;
}
A.menu_item:hover {
	COLOR: #ff0000;
}
/* ************************************ */
.mnuLeft {
	FONT-SIZE: 12px; 
	COLOR: #454545; 
	LINE-HEIGHT: 15px; 
}
A.mnuLeft:link {
	COLOR: #0033CC
}
A.mnuLeft:visited {
	COLOR: #0033CC
}
A.mnuLeft:hover {
	COLOR: #000000
}
/* ************************************ */
.tdHeader
{
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	background-image: url(../images/hdBlue.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-decoration: none;
}
/* ************************************ */
.tdItem {
	font-size: 12px;
	color: #000000;
	background-color: #F5F5F5;
	text-decoration: none;
	border: 1px solid #FFFFFF;
}
/* ************************************ */
.tdPrice {
	font-size: 12px;
	color: #ff0000;
	text-decoration: none;
	padding-left: 16px;
}
/* ************************************ */
.tdSmHeader
{
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	background-image: url(../images/hdBlue.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-decoration: none;
}
/* ************************************ */
.tblLightFrame {
	border: 1px solid #cccccc;
	padding: 4px;
}
/* ************************************ */
.copyright
{
	font-size: 10px;
	text-transform: uppercase;
	color: gray;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
}