BODY {
	margin: 0px;
	background-color: white;
}

BODY, TD {
	font-family: "Lucida Grande", Tahoma, Verdana, Helvetica, Arial, Sans-serif;
	font-size: 11px;
	color: black;
}

#head {
	height: 70px;
	background: white url("images/background_head.gif") repeat-y top right;
	white-space: nowrap;
	border-bottom: 1px solid #949494;
}

#head TD {
	color: #666666;
}

#head TD A {
	color: #666666;
	text-decoration: none;
}

#head TD A:hover {
	color: #444444;
}

#menu {
	background: #CBD1E7 url("images/background_menu.gif") repeat-x top center;
	white-space: nowrap;
	border-top: 1px solid #D7D7D7;
	border-bottom: 1px solid #949494;
}

#menu TD {
	color: #2F3D71;
	font-weight: bold;
	font-size: 11px;
}

#menu TD A {
	color: #2F3D71;
	text-decoration: none;
}

#menu TD A:hover {
	color: #1A254E;
	text-decoration: none;
}

#shadow {
	height: 15px;
	background: white url("images/background_shadow.gif") repeat-x top center;
}

#shadow TD {
	font-size: 5px;
}

#content {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}

#content TD {
	color: #000000;
}

#content TD A {
	color: #000000;
}

#content TD HR {
	margin-top: 10px;
	clear: both;
	height: 1px;
	background-color: #949494;
	border: 0px;
}

#content TD DIV {
	margin-top: 20px;
}

#content TD DIV.news {
	margin-top: 10px;
	color: #555555;
	padding-left: 20px;
	background: white url("images/arrow_right_red.gif") no-repeat top left;
}

#content TD DIV.news A {
	color: #DD2D29;
	font-weight: bold;
}

#content TD DIV.more {
	margin-top: 10px;
	color: #555555;
	padding-left: 20px;
	background: white url("images/arrow_right_grey.gif") no-repeat bottom left;
}

#content TD DIV.more A {
	color: #555555;
	font-weight: bold;
}

#content TD DIV.specs {
	margin-top: 10px;
	font-size: 10px;
	color: #777777;
}

#content TD DIV.specs A {
	color: #777777;
	font-weight: bold;
}

#foot {
	margin-top: 10px;
	border-top: 1px solid #949494;
	background-color: #D2D2D2;
	white-space: nowrap;
}

#foot TD {
	color: #666666;
}

#foot TD A {
	color: #666666;
	text-decoration: none;
}

#foot TD A:hover {
	color: #444444;
}



A IMG {
	border: 0px;
}