body {
 	background-color: #FFFFFF;
}
input, select, textarea {
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6D6E71;
}
td, p {
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2;
	color: #6D6E71;
}
.space {
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 2;
	color: #6D6E71;
}
.title {
	color:#E5EDF5;
	font-size: 9pt;
	line-height: 1.2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.about_title {
	color: #E5EDF5;
	font-weight: bold;
	font-size: 9pt;
	line-height: 2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.text {
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6D6E71;
}

.red {
	color: #BA141A;
}
.prodname {
	color: #BA141A;
	font-size: 10pt;
	font-weight: bold;
	line-height: 1.2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.prodnameb {
	color: #BA141A;
	font-size: 10pt;
	font-weight: bold;
	line-height: 1.2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-color: #004B6E;
	border-width: 1px;
	border-style: solid;
	text-align: center;
}
.catname {
	color: #014C6F;
	font-size: 9pt;
	font-weight: bold;
	line-height: 1.2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-color: #004B6E;
	border-width: 1px;
	border-style: solid;
	text-align: center;
}
.prodsub {
	color: #014C6F;
	font-size: 9pt;
	font-weight: bold;
	line-height: 1.2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.prodsub {
	color: #014C6F;
	font-size: 9pt;
	font-weight: bold;
	line-height: 1.2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.prodsub:hover {
	text-decoration: underline;
}
a.catlink {
	color: #014C6F;
	font-size: 9pt;
	font-weight: bold;
	line-height: 1.2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
a.catlink:hover {
	color: #FFFFFF;
}
table.main {
	background-color: white;
	border-color: #004B6E;
	border-width: 1px;
	border-style: solid;
}
.prod {
	background-color: white;

}
.ls {
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: bold;
	line-height: 1.5;
}
.ls_HL {
	color: #004B6E;
	font-size: 9pt;
	font-weight: bold;
	line-height: 1.5;
	background-color: #FFFFFF;

	border-color: #004B6E;
	border-width: 2px;
	border-style: solid;
}

.lssub {
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
	line-height: 1.5;
	height: 20px;
	text-decoration: none;	
}
.footer {
	scolor: Gray;#FFFFFF;
	font-size: 8pt;
}
a.lslink:link, a.lslink:active, a.lslink:visited, a.lslink:hover {
	scolor: #FFFFFF;
	text-decoration: none;
}
a.lscust:link, a.lscust:active, a.lscust:visited, a.lscust:hover {
	scolor: #FFFFFF;
	font-size: 8pt;
	text-decoration: none;
}
a.footer:link, a.footer:active, a.footer:visited {
	color: #004B6E;
	font-size: 8pt;
	text-decoration: none;
}
a.footer:hover {
	text-decoration: underline;
}
a:link, a:active, a:visited {
	color: #004B6E;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h2 {
	color: #BA141A;
	font-size: 9pt;
	font-weight: bold;
	line-height: 1.2;
}
h1 {
	color: #004B6E;
	font-size: 10pt;
	font-weight: bold;
	line-height: 1.2;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}
