/*Begin CSS*/

body, p, td{
font-family:verdana, sans-serif;
font-size: 8pt;
font-weight:normal;
color:#000000;
margin: 4px 0px 0px 0px;
text-align: left;
}

ul, ol, blockquote {
font-family:verdana, sans-serif;
font-size: 8pt;
font-weight:normal;
color:#000000;
padding-left: 18px;
margin: 0px 0px 0px 0px;
text-align: left;
}         

ul {
list-style-type: disc;
}

h1{
font-family:verdana, sans-serif;
font-size: 16pt;
font-weight:bold;
text-align: center;
color:#0B52AB;
margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	line-height: 30px;
}

h2{
font-family:verdana, sans-serif;
font-size: 11pt;
font-weight:bold;
color:#0B52AB;
text-align: left;
text-decoration: NONE;
margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	line-height: 20px;
}
h3{
font-family:verdana, sans-serif;
font-size: 10pt;
font-weight: normal;
font-style: italic;
color:#000000;
text-align: left;
margin: 0px;
}

a{
font-family:verdana, sans-serif;
font-size: 8pt;
font-weight:normal;
color:#000000;
margin: 0px 0px 0px 0px;
padding: 0px;
;color: #007EC4;
font-weight:normal;
text-decoration:underline;
text-align: left;
;bold;
;text-decoration:none;
}

a:hover{
color:#000000;
font-weight:bold;
text-decoration:underline;
}
a:link{
color:#007EC4;
font-weight:bold;
text-decoration:underline;
}
a:visited{
color:#007EC4;
font-weight:bold;
text-decoration:underline;
}
a:active{
color:#007EC4;
font-weight:bold;
text-decoration:underline;
}

.menu td a{
color:#ffffff;
font-size: 8pt;
font-weight:normal;
text-decoration:none;
}

.menu td a:hover{
color:#007EC4;
text-decoration:none;
}
