body, table {
	background: white; /*page background*/
	font-family: Arial;
	color: black; /*general text*/
	font-size: 12px;
}

body {
	margin: 0;
}

img {
	border: 0;
}

h1 {
	font-size: 18px;
	color: #005189; /*page title*/
	font-weight: bold;
}

a {
	color: #005189; /*general link*/
}

a:hover {
	color: #005189; /*general link hover*/
}




table.header {
	width: 100%;
	background: white; /*header background*/

	color: black; /*header text*/
	font-size: 11px;
}

table.header td#right {
	padding-right: 20px;
}


table.homebar {
	width: 100%;
	background: #0B1E38; /*trail background*/
	font-size: 12px;
}


table.homebar td {
	padding: 2 8;
}

table.homebar {
	color: white; /*trail text*/
}

table.homebar a {
	color: white; /*trail text*/
}

table.homebar a:hover {
	color: #808285; /*trail text hover*/
}


table.main {
	width: 100%;
}

table.main td#left {
	width: 160px;
	padding: 5px;
	background: #f1f1f1; /*left background*/
	border-right: 1px solid;
	border-color-right: #999999; /*left border*/

	font-family: Verdana;
	font-size: 11px;
}

table.sidebar {
	font-size: 11px;
}

table.sidebar caption {
	color: white; /*sidebar title*/
	border: 1px solid;
	border-color: #005189; /*sidebar border*/
	border-bottom: 0;
	font-size: 12px;
	padding: 2 5;
	background: #0B1E38; /*sidebar title background*/
}

table.sidebar  {
	width: 100%;
	color: black; /*sidebar text*/
	font-size: 11px;
	border: 1px solid;
	border-color: #005189; /*sidebar border*/
	border-top: 0;
	padding: 3;
	margin-bottom: 10;
}

table.sidebar div {
	font-size: 11px;
}


table.sidebar#categories {
	font-weight: bold;
	padding: 2px;
}

table.sidebar#categories td.l1,
table.sidebar#categories td.l1_over {
	padding: 2px 5px;
}

table.sidebar#categories td.l1 a {
	color: black; /*category level1*/
	text-decoration: none;
}

table.sidebar#categories td.l1 a:hover {
	color: #808285; /*category level1 hover*/
}

table.sidebar#categories td.l2,
table.sidebar#categories td.l2_over {
	padding: 2px 10px;
}

table.sidebar#categories td.l2 a {
	
	color: #49494A; /*category level2*/
	text-decoration: none;
}

table.sidebar#categories td.l2 a:hover {
	
	color: black; /*category level2 hover*/
}

table.main td#right {
	background: #f1f1f1; /*right background*/
	width: 150px;
	padding: 10px;
	border-left: 1px solid;
	border-color-left: #005189; /*right border*/
}

table.main td#center {
	padding: 8px;
}



table.footer {
	background: #005189; /*footer background*/
	width: 100%;
	padding: 3 8;
	margin-bottom: 30;

	color: white; /*footer text*/
	font-size: 11px;
}

table.footer a {
	color: white; /*footer link*/
	text-decoration: none;
}

table.footer a:hover {
	color: #999999; /*footer link hover*/
	text-decoration: underline;
}


table.buybox td {
	padding: 4 12;
}



























