@charset "UTF-8";
body{
	color:#333;
	font:75%/140% Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	background-color:#dde7ec;
}

a{}/* Avoid using as will assign it to <a name=""> */
a:link{
    color:#0082D6;
	text-decoration:none;
}
a:visited{
    color:#0062A4;
	text-decoration:none;
}
a:hover{
    color:#1AA4FF;
    text-decoration:underline;
}
fieldset{
    border:none;
    margin:0px;
    padding:0px;
}
form{
    margin:0px;
    padding:0px;
}
h1,h2,h3,h4,h5,h6{
    color:#000;
    font-weight:normal;
	margin:4px 0 10px;
}

h1{
    font-size:180%; /*170%*/
	padding:12px 10px 10px 5px;/*GW- added top padding //padding:8px 10px 10px 5px;*/
	}

.h1a{
display:none;
}

.h1b{ 
display:none;
}


h2{
	color:#306FA3;
	font-size:150%;
}
h3{
    color:#000;
    font-size:120%;
}
h4{
    font-size:110%;
    font-weight:bold;
}
h5{
    color:#0081C6;
    font-size:100%;
    font-weight:bold;
}
h6{
    color:#6c5545;
    font-size:100%;
}
hr{
    color:#EFEAE4;
    height:2px;
}
img{
    border:none;
}
p{
	margin:5px 0px;
}
sup a{
	text-decoration:none;
}
html div{
	position: relative;
}



.prodArticle ol li {
list-style-type: decimal;
}

.prodArticle ul li {
list-style-type: disc;
}