HTML,BODY {
   margin: 0px;
   cursor: default;
}


HTML,BODY,TD,P {
   font-family: tahoma,sans-serif;
   font-size:10pt;
} 

A {
	color: #000;
}

TD.header {
   background: url("/lib/images/header_background.jpg") repeat-y top right #6c8dc8;
   width: 770px;
   height: 125px;
}

TD.midbar {
   background: url("/lib/images/mid_back.jpg") no-repeat top right #6c8dc8;
   width: 770px;
}

TD.linksbar {
   background: url("/lib/images/links_back.jpg") repeat-x top left #6c8dc8;
   padding: 0px;
   width: 770px;
   height: 25px;
   font-family: tahoma, arial, sans-serif;
   font-size:10pt;
   font-weight: bold;
}

TD.linksbartext {
   font-family: tahoma, arial, sans-serif;
   font-size:10pt;
   font-weight: bold;
}

TD.leftbar {
   width: 200px;
   background: #f0f0f0;
   vertical-align: top;
}

TD.leftbarcontent {
	font-size: 8pt;
	padding: 10px;
}

TD.leftbar_title {
   background: url("/lib/images/leftbar_back.jpg") repeat-x top left;
}

TD.maincontent {
   width: 570px;
   background: #fff;
}

.maincontentcell {
	vertical-align: middle;
	font-size: 9pt;
	font-family: tahoma, arial, sans-serif;
}

.maincontenttitle {
	font-size: 12pt;
	color: #6c8dc8;
	font-weight: bold;
}

.maincontentsubtitle {
	font-size: 9pt;
	font-weight: bold;
}

TD.footer {
   width: 770px;
   padding: 5px;
   font-family: tahoma, arial, sans-serif;
   font-size: 8pt;
   background: #6c8dc8 url('/lib/images/header_background.jpg') no-repeat top right;
   color: #fff;
}

TD.footer A {
   text-decoration: none;
   color: #fff;
}

TD.footer A:hover {
   text-decoration: underline;
}

UL.mainul {
   list-style-type: none;
   margin-left: 18px;
   padding-left: 0px;
   list-style-image: url('/lib/images/ul_bullet.gif');
}

INPUT.contact {
   font-family: tahoma, arial, sans-serif;
   font-size: 8pt;
}

TEXTAREA.contact {
   font-family: tahoma, arial, sans-serif;
   font-size: 8pt;
}

.links {
   font-family: tahoma, arial, sans-serif;
   font-size: 10pt;
   font-weight: bold;
   width: 100px;
   height: 17px;
   line-height: 17px;
   vertical-align: middle;
   text-align: center;
   border: 1px;
   cursor: pointer;
   margin: 1px;
   padding: 1px;
   color: #fff;
}
.links A {
   color: #000;
   text-decoration: none;
}

.productInfo {
	font-weight: bold;
	font-size:8pt;
	color: #6c8dc8;
}

.quicklinks {
	font-family: tahoma,arial,sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
.quicklinks A {
	color: #6c8dc8;
}
