/* CSS Document */
.style1 {font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		}
body {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.main {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:5px;
}
 ul
{
list-style-type: none;
padding: 0;
margin: 0;
}
td.products {
	background-color:#169582;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	}
li
{
background-image: url(images/bullet.gif);
background-repeat: no-repeat;
background-position: 0 .4em;
padding-left: 1.6em;
}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: White;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0E3292;
}
H3 {font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0E3292;}
H4 {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0E3292;}
	
.link {font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0E3292;}	
.footer {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
		}
.footert {
	padding: 3px;
	background-color:#FFFFFF;
	}
.heading {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #169582;
	font-size:12px;
	font-weight:bold;
	}
a.footer { text-decoration: underline; }
a.footer:link { color: #000000; }
a.footer:visited { color: #000000; }
a.footer:active { color: #000000; }
a.footer:hover { color: #000000; }
a.anchor {text-decoration:none;}
a.black { text-decoration: none; }
a.black:link { color: #000000; }
a.black:visited { color: #000000; }
a.black:active { color: #000000; }
a.black:hover { color: #000000; }

.aButton {
	background-color: #015CAB;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border:none;
}

hr {
	color: #169582;
	}
html {overflow-y: scroll;}