/*basics***************************************************************************************************************************/
body
{
   font-size:9pt;
   color:#000000;
   margin:0px;
   font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
   background-color:"#0d2f44" !important;
  
}
p
{
   font-size:10pt;
   color:#000000;
   font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

table, td, p, span, b, blockquote
{
   font-size:12pt;
   color:#000000;
}

h1{
	font-size:14pt;
	color:#000000;
}

h2
{
	font-size:18pt;
	color:#28566e;
}

h3
{
	font-size:9pt;
	color:#0f6fa1;	
}

h4
{
	font-size:13pt;
	color:#ffffff;
}

.mainContact a, .mainContact a:visited 
{
   font-size:13pt;
   color:#ffffff;
   text-decoration:none;
}

mainContact a:hover
{
   color:#cccccc;
}
.tiny
{
	font-size:8pt;
	color:#0f6fa1;	
}


/* header navigation ***************************************************************************************************************************/
.navigation 
{
   margin:0;
   padding:0;
   font-weight:bold;
}

.navigation a, .navigation a:visited 
{
   margin:2 0 0 0;
   font-size:9pt;
   color:#ffffff;
   text-decoration:none;

}

.navigation a:hover
{
   margin:2 0 0 0;
   color:#666666;
}

.footer
{
	font-size:8pt;
	color:#cccccc;

}
.prodtable{
	border-left:2px solid #ffffff;
	border-right:2px solid #ffffff;
	border-bottom:2px solid #ffffff;
	
}
.postimg{
	border:1px solid #000000;
}