/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
}
.cart{
	font-family: Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	background: #CCCCCC;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #0254A6;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
hr {
	color:#666666;
	text-align: center;
}

a.nav {
	font-size: 12px;
	font-weight: bolder;
	color: #217AD3;
	text-decoration: none;
	display:block;
}
a.nav:hover {
	font-size: 12px;
	font-weight: bolder;
	color: #ffffff;
	text-decoration: none;
	display:block;
}
.foot {font-size: 9px;}a.foot:link {
	font-size: 11px;
	font-weight: bold;
	color: #221E1F;
	text-decoration: none;
}
a.foot:visited {
	font-size: 11px;
	font-weight: bold;
	color: #221E1F;
	text-decoration: none;
}
a.foot:hover {

	font-size: 11px;
	font-weight: bold;
	color: #217AD3;
	text-decoration: underline;
}
a.foot:active {


	font-size: 11px;
	font-weight: bold;
	color: #217AD3;
	text-decoration: underline;
}
a {
	font-weight: bold;
	color: #0254A6;
	text-decoration: none;
}
a:hover {
	color:#00CCCC;
}
table.main {
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
}
