body {
	background: #7985BC url(img/bg2b.gif) repeat-y left;
	margin: 0;
	padding: 0;
	}

body#popup {
	background-image: none;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	margin: 10px;
	text-align: center;
	}

body#popup a {
	color: #fff;
	}

body#home {
	background-image: url(img/bg2.gif);
	}

.to, .to2, .fo, .to3 {
	background-repeat: repeat-x;
	}

.to {
	background-image: url(img/bg1.gif);
	}

.to2 {
	background-image: url(img/bg1b.gif);
	}

.to3 {
	background-image: url(img/bg1c.gif);
	}

.mm {
	background: url(img/bg4.jpg) no-repeat;
	}

.fo {
	background: url(img/bg3.gif) bottom;
	height: 51px;
	}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	vertical-align: top;
	}

th {
	font-weight: bold;
	text-align: left;
	}

.ma {
	padding: 0 20px 20px 20px;
	}

.ma a {
	color: #fff;
	font-size: 13px;
	}

.ma ul {
	padding-left: 15px;
	}

.ma ul li a {
	font-size: 11px;
	}

h1 {
	font-size: 14px;
	margin: 0;
	padding: 10px 0 0 0;
	}
	
div.bar_margin {
	height: 40px;
	margin: 0;
	padding: 0;
	}
	
span.column_bg {
	background: url(img/column_bottom.gif);
	height: 51px;
	width: 335px;
	margin: 0;
	display: inline;
	}
	
table.products tr td, table.products tr th {
	padding: 2px;
	margin: 0;
	}

table.products {
	border: 1px solid darkblue;
	width: 495px;
	margin: 10px 0;
	border-collapse: collapse;
	}

.products td {
	background: #fff;
	color: #000;
	border: 1px solid darkblue;
	}
.products a {
	color: #000;
	font-size: 10px;
	}

caption {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	}

.products th {
	background: #343b65;
	text-align: center;
	}

.products th.desc {
	background: #c0c0c0;
	text-align: center;
	color: #000;
	font-weight: normal;
	}

/* footer */
.footer_links, .footer_linksb {
	margin: 15px 0 0 200px;
	text-align: center;
	}

.footer_links {
	width: 375px;
	}

.footer_linksb {
	width: 536px;
	}

.footer_links a:link, .footer_links a:visited, .footer_links a:hover, .footer_linksb a:link, .footer_linksb a:visited, .footer_linksb a:hover {
	color: #000;
	text-decoration: none;
	padding: 0 6px;
	}
/* end footer */

/* forms */
form {
	margin: 0;
	padding: 0;
	}
label {
	float: left;
	margin: 3px 10px 3px 0;
	text-align: right;
	width: 150px;
	}

.text {
	float: left;
	width: 182px;
	margin: 3px 0;
	}

form br {
	clear: both;
	}
/* end forms */