BODY, body
{
   background-color: #FFFFFF; 
   margin: 10px;
   font-family: arial, verdana, helvetica, sans-serif;
   font-size: 10pt;
   font-weight: normal;
}

H1, H2, H3, H4, H5, h1, h2, h3, h4, h5
{
   font-family: arial, verdana, helvetica, sans-serif;
   font-weight: bold;
   font-size: 12pt;
}

H2, h2 { font-size: 10pt; }
H3, h3 { font-size: 8pt; }
H4, h4 { font-size: 10pt; font-style: italic; }
H5, h5 { font-size: 8pt; font-style: italic; }
   
TD, td
{
   font-family: arial, verdana, helvetica, sans-serif;
   font-size: 10pt;
   font-weight: normal;
}

blockquote {
    font-style: italic;
}

HR, hr
{ 
	COLOR: #c0c0c0; 
	HEIGHT: 1px; 
}

P, p
{
   font-family: arial, verdana, helvetica, sans-serif;
   font-size: 10pt;
   font-weight: normal;
}
.SMALL {    font-size: 8pt; font-weight: normal; }

DIV.PAGEBANNER, div.pagebanner {
   margin-top: 0px;
   margin-bottom: 10px;
   background-color: #000080;
	color: #FFFFFF;
   border-bottom: solid 1px #000;
   padding: 5px;
   font-weight: bold;
   text-align: left;
   text-transform: capitalize;
   z-index: 20;	
}

DIV.SINGLE, div.single {
   position: absolute;
   top: 45px;
   left: 20px;
   width: 95%;
   z-index: 20;	
}

DIV.FIRST, DIV.SECOND, div.first, div.second {
   position: absolute;
   top: 45px;
   left: 20px;
   width: 45%;
   z-index: 20;	
}

DIV.SECOND, div.second {
   left: 50%;
}

IMG.BOXED, img.boxed
{
	border: 1px solid #c0c0c0;
	padding: 3px;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
}

DIV.IMGL, DIV.IMGR, div.IMGL, div.IMGR {
   float: left;
   margin: 0px;
   padding: 0px;
   padding-bottom: 5px;
   padding-right: 5px;
}
DIV.IMGR, div.IMGR {
   float: right;
   padding-left: 5px;
}

SPAN.NAME, span.NAME
{
	font-weight: bold;
}

DIV.NAVBAR, div.NAVBAR
{
   margin-top: 5px;
   margin-bottom: 5px;
	color: #000000;
	border-top: solid 1px #c0c0c0;
   padding: 4px;
   padding-left: 5px;
   padding-right: 5px;
   z-index: 20;	
}



