body {
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(images/background_main.gif);
}

img {
	border: 0px;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

a:link {
	color:#000000; 
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

a:visited{
	color:#000000; 
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

a:hover{
	color:#ED8E00;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #36A4D2;
	padding-left: 10px;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image: url(images/background_table.gif);
	padding: 10px;
	border: 1px solid #36A4D2;
}

.contentText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.list {
	line-height: 20px;
}

.footerLink a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.footerLink a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333
}

.footerLink a:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.footerLink a:hover {
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.normLink a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.normLink a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.normLink a:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.normLink a:hover {
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #36A4D2;
}

.altLink a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.altLink a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.altLink a:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.altLink a:hover {
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ED8E00;
}

.productName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-align: justify;
}

.tablemain1
{border-top-color: #609BB9;
border-top-style: solid;
border-top-width: 1px;
border-bottom-color: #609BB9;
border-bottom-style: solid;
border-bottom-width: 1px;
border-color: #609BB9 #609BB9 #609BB9 #609BB9;
border-left: 1px solid #609BB9;
border-right: 1px solid #609BB9}

.productInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.blueBorder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image: url(images/background_table.gif);
	border: 1px solid #36A4D2;
}

.logo{
font-family:Arial,helvetica, sans serif;
font-size:10px;
font-style:normal;
font-weight:bold;
text-decoration:none;
color:#000000;
}



/*the following is for the dropdown navigation on the sub navigation bar (nav2*)*/
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_examples.html
Copyright (c) 2005-<%= Response.Write(Year(Date)) %> Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* commom style for all browsers */

.menu5 {
text-align:left; position:relative; top:0px; margin:0; padding:0; list-style-type:none; height:1em;
}

.menu5 ul {
padding:0; margin:0; list-style-type:none; /* for Firefox */
}
.menu5 li {
float:left; position:relative;
}
.menu5 li a, .menu5 li a:visited {
display:block; text-decoration:none;  font-weight:bold;  color:#000000; float:left; padding-right:.45em; height:2em; line-height:1em; color:#000000; 
}
* html .menu5 li a, .menu5 li a:visited {

}
.menu5 li a.drop, .menu5 li a.drop:visited {
}
.menu5 li ul {
visibility:hidden; position:absolute; top:0em; left:1.3em; height:0; overflow:hidden;
}
.menu5 table {
margin:-1px; border-collapse:collapse; font-size:12px; /* font size for IE5.5 */
}

/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
.menu5 li:hover a,
.menu5 li a:hover {
border:0;
}

.menu5 li a:hover {
border:0;color:#ED8E00;
}
.menu5 li:hover ul,
.menu5 li a:hover ul {
visibility:visible; height:auto; width:10em; background:#EBEBEB; top:1.2em; overflow:visible;
}
.menu5 li:hover ul li a,
.menu5 li a:hover ul li a {
display:block; font-weight:bold; background:transparent; text-decoration:none; height:auto; line-height:1; padding:0.5em ; width:9em;
}
* html .menu5 li a:hover ul li a {

}

.menu5 li:hover ul li a.drop,
.menu5 li a:hover ul li a.drop {
font-weight:bold;
}
.menu5 li:hover ul li ul,
.menu5 li a:hover ul li a ul {
visibility:hidden; position:absolute; top:0; left:9em; height:0; overflow:hidden;
}
.menu5 li:hover ul li a:hover,
.menu5 li a:hover ul li a:hover {font-weight:bold;
}
.menu5 li:hover ul li:hover ul,
.menu5 li a:hover ul li a:hover ul {
visibility:visible; height:auto; background:#ffffff; width:9.5em;
} 
.menu5 li:hover ul li:hover ul.left,
.menu5 li a:hover ul li a:hover ul.left {
left:-9.3em;
}
.menu5 li:hover ul li:hover ul li a,
.menu5 li a:hover ul li a:hover ul li a {
display:block; height:auto; 
}
.menu5 li:hover ul li:hover ul li:hover a,
.menu5 li a:hover ul li a:hover ul li a:hover {
color:#ED8E00;
}

.menu5{
padding:10px 0 0 15px;
}
/*------end of sub navigation--------*/
