body {
	font : 12px Verdana;
	color : Black;
}
p, li {
	font : 12px Verdana;
	color : #3F3F3F;
	margin-top : 0;
	margin-bottom : 0;
}
h1 {
	font : 18px Arial;
	color : #E20000;
}
h3 {
	font : 14px Verdana;
	font-weight: bold;
	color : #710000;
}
a {
	font : 12px Verdana;
	color : #E20000;
	text-decoration : none;
}
a:hover {
	color : #FF0000;
	text-decoration : underline;
}

a.linkspage {
	color : #3F3F3F;
	font-weight: bold;
}
a.linkspage:hover {
	color : #FF0000;
	font-weight: bold;
	text-decoration : none;
}

div.footer table tr td {
	color: #7F7F7F;
	font : 10px Verdana;
}

div.footer table tr td a {
	font : 10px Verdana;
	color : #E20000;
	text-decoration : none;
}
div.footer table tr td a:hover {
	color : #FF0000;
	text-decoration : underline;
}

div.footer hr {
	border: 0;
	height: 1px;
	width: 100%;
	color: #C0C0C0;
	background-color: #C0C0C0;
	
}

p.red {
	font : 12px Verdana;
	color : #9F0000;
	margin-top : 0;
	margin-bottom : 0;
}
	
	
/*
.menulink {
	color : #C0C0C0;
	font-weight : bold;
	font-size : 12px;
	font-family : Verdana;
	text-decoration : none;
}
.menulink:hover {
	color : #FFFFFF;
	text-decoration : none;
}*/
.linktable{
	border : 1;
}
.linkcell{
	border-bottom : 1px solid #CCCCCC;
	border-top : 0;
	border-left : 0;
	border-right : 0;
}


/* LEFT MENU ELEMENTS */
div.leftmenu table {
	margin: 0px;
	padding:0px 0px 0px 0px;
	border-spacing: 0px;
	width: 160px;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-right: auto;
}

div.leftmenu table tr td.title {	
	margin: 0px;
	padding: 0px 0px 0px 16px;
	width: 144px;
	height: 20px;
	background-color: #E20000;
	
	color : #FFFFFF;
	font-weight : bold;
	font-size : 14px;
	font-family : Arial;
	text-decoration : none;
}

div.leftmenu table tr td.corner {	
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 16px;
	height: 20px;
	text-align: left;
	background-color: #E20000;
	vertical-align: top;
}

div.leftmenu table tr td.item {
	margin: 6px 0px 0px 0px;
	padding: 0px;
	width: 160px;
	height: 18px;
	color: #727272;
	font: 12px Verdana;
}

div.leftmenu tr td.item a {
	background-image: none;
	color: #7F7F7F;
	height: 18px;
	width: 160px;
	margin: 5px 0px 0px 0px;
	text-decoration: none;
	display: block;
}

div.leftmenu tr td.item a img {
	border: 0px;
}

div.leftmenu tr td.item a:hover {
	background-image: url(img/select.jpg);
	background-repeat: repeat-x;
	color: #E20000;
	height: 18px;
	width: 160px;
}
/*
div.leftmenu ul {
	margin: 6px 0px 0px 0px;
	padding: 0px;
}

div.leftmenu ul li {
	color: #727272;
	font: 12px Verdana;
}

div.leftmenu ul li a {
	color: #7F7F7F;
	text-decoration: none;
	background-image: url(img/select2.jpg);
	background-repeat: none;
	background-position: top left;
	width: 160px;
	height: 18px;
	display: block;
}

div.leftmenu ul li a:hover {
	color: #813872;
	background-color: #C0C0C0;
	background-image: url(img/select2.jpg);
	background-repeat: none;
	background-position: top left;
	width: 160px;
	height: 18px;
}*/


/* RIGHT BOX ELEMENTS */
div.rightbox {
	background-color: #C0C0C0;
	width: 256px;
	text-align: left;
	margin-left: auto;
	margin-right: 0px;
	padding: 0px 0px 0px 0px;
	
	color : #000000;
	font-weight : bold;
	font-size : 14px;
	font-family : Arial;
	text-decoration : none;
}

div.rightbox table{
	margin: 0px;
	padding: 2px 0px 0px 0px;
	border-spacing: 1px;
	width: 256px;
	background-color: #C0C0C0;
	margin-left: auto;
	margin-right: 0px;
}

div.rightbox table tr td {	
	margin: 0px;
	padding: 6px;
	width: 256px;
	height: 23px;
	background-color: #FFFFFF;
	
	color : #000000;
	font-weight : normal;
	font-size : 12px;
	font-family : Verdana;
	text-decoration : none;
}

div.rightbox a.header {
	color : #000000;
	font-weight : bold;
	font-size : 14px;
	font-family : Arial;
	text-decoration : none;
}
div.rightbox a.header:hover {
	color : #FF0000;
	text-decoration : underline;
}

	

/* HIGHLIGHTED RIGHT BOX ELEMENTS */
div.rightbox_h {
	background-color: #E20000;
	width: 256px;
	text-align: left;
	margin-left: auto;
	margin-right: 0px;
	padding: 3px 0px 0px 0px;
}

div.rightbox_h table{
	margin: 0px;
	padding: 2px 0px 0px 0px;
	border-spacing: 1px;
	width: 256px;
	background-color: #E20000;
	margin-left: auto;
	margin-right: 0px;
}

div.rightbox_h table tr td {	
	margin: 0px;
	padding: 4px;
	width: 256px;
	height: 23px;
	background-color: #FFFFFF;
}

/* TOP MENU ELEMENTS */
table.topmenu {
	text-align: left;
	margin-left: 0px;
	margin-right: auto;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
}

table.topmenu tr td {
	background-color: #000000;
	background-image: url(img/topbar_sel.gif);
	background-repeat: repeat-x;
	height: 24px;
	width: 100px;
	vertical-align: middle;
	text-align: center;
}

table.topmenu tr td.first {
	background-color: #000000;
	background-image: url(img/topbar_sel.gif);
	background-repeat: repeat-x;
	height: 24px;
	width: 70px;
	vertical-align: middle;
	text-align: left;
}	

table.topmenu tr td.curve {
	background-color: #000000;
	background-image: url(img/topbar_sel.gif);
	background-repeat: repeat-x;
	height: 24px;
	width: 52px;
	vertical-align: middle;
	text-align: left;
}	

table.topmenu tr td.sep {
	background-color: #000000;
	height: 24px;
	width: 1px;
	vertical-align: top;
}
/*
table.topmenu tr td:hover {
	background-image: url(img/topbar_h.gif);
}
table.topmenu tr td.first:hover {
	background-image: url(img/topbar_h.gif);
}
*/
table.topmenu a {
	color : #E0E0E0;
	font-weight : bold;
	font-size : 12px;
	font-family : Verdana;
	text-decoration : none;
	display: block;
}

table.topmenu a:hover {
	color : #FFFFFF;
	text-decoration : none;
}


table.pricelist {
	width : 600;
}

table.pricelist th {
	padding:0px 10px 0px 10px;
	
	text-align: left;
	font-weight: bold;
	font-size : 12px;
	font-family : Verdana;
	
}

table.pricelist td {
	padding:0px 10px 0px 10px;
	
	text-align: left;
	vertical-align: middle;
	font-size : 12px;
	font-family : Verdana;
}

table.pricelist td.subhead {
	padding:0px 10px 0px 10px;
		
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	font-size : 12px;
	font-family : Verdana;
	
	background-color: #C0C0C0;
}

table.blankspaced td {
	padding:0px 10px 0px 10px;
	
	text-align: left;
	vertical-align: middle;
}

table.content {
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
}

table.content td {
	padding: 0px 0px 0px 0px;
	text-align: left;
	vertical-align: top;
}