.h1
{
	font-family : arial, helvetica, sans-serif;
	font-size : 14pt;
	text-decoration : none;
	color : black;
	font-weight : bold;
}

.h2
{
	font-family : arial, helvetica, sans-serif;
	font-size : 12pt;
	text-decoration : none;
	color : Black;
	font-weight : bold;
}

.h3
{
	font-family : arial, helvetica, sans-serif;
	font-size : 10pt;
	text-decoration : none;
	color : Black;
	font-weight : bold;
}.h1color
{
	font-family : arial, helvetica, sans-serif;
	font-size : 14pt;
	text-decoration : none;
	color : #0101c9;
	font-weight : bold;
}

.h2color
{
	font-family : arial, helvetica, sans-serif;
	font-size : 12pt;
	text-decoration : none;
	color : #0101c9;
	font-weight : bold;
}

.h3color
{
	font-family : arial, helvetica, sans-serif;
	font-size : 10pt;
	text-decoration : none;
	color : #0101c9;
	font-weight : bold;
}

.h1grey
{
	font-family : arial, helvetica, sans-serif;
	font-size : 16pt;
	text-decoration : none;
	color : #333333;
	font-weight : bold;
}

.body
{
	font-family : arial, helvetica, sans-serif;
	font-size : 10pt;
	color : Black;
	background-color : White;
}


ul#tabnav {
font: bold 11px verdana, arial, sans-serif;
list-style-type: none;
padding-bottom: 24px;
border-bottom: 1px solid #666666;
margin: 0;
}

ul#tabnav li {
float: left;
height: 21px;
background-color: #99CCFF;
margin: 2px 2px 0 2px;
border: 1px solid #666666;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4, body#tab5 li.tab5, body#tab6 li.tab6, body#tab7 li.tab7, body#tab8 li.tab8 {
border-bottom: 1px solid #fff;
background-color: #fff;
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a, body#tab5 li.tab5 a, body#tab6 li.tab6 a, body#tab7 li.tab7 a, body#tab8 li.tab8 a {
color: #000000;
}

#tabnav a {
float: left;
display: block;
color: #000000;
text-decoration: none;
padding: 4px;
}

#tabnav a:hover {
background: #fff;
}