﻿body 
{
     background-color: #EAEAEA;
     font-size: medium;
     font: 13px Arial;
}

table.header
{
    background-color: #B1B1B1;
    background-image: url('images/logo.jpg' );
    background-repeat: no-repeat;
    background-position: left top;
    
}
td.smallFont
{
    font:  small-caps 900 12px arial
}
    



td.menuFont
{
    font: 900 11px arial;
    color: #FFFFFF;
    background-color: #6E42AA;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url('images/wired.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
}

a.one:link {color: #E2E2E2; text-decoration: none}
a.one:visited {color: #CCC8C8; text-decoration: none}
a.one:hover {color: #FFFFFF; text-decoration: none}

a.top:link {color: #FFFFFF; text-decoration: none}
a.top:visited {color: #FFFFFF; text-decoration: none}
a.top:hover {color: #AB5243; text-decoration: none}



div.smallFont
{
    font:  900 12px arial 
}

div.footerFont
{
    font:  10px arial; 
    color: #6C6C6C;
}

div.greyFont
{
    font:  900 12px arial ;
    color: #8E8E8E;
}

div.bodyFont
{
    font:  12px verdana;
    
}

table.content
{
    background-color: #F0F0F0;
    background-image: url('images/bg.gif');
    background-repeat: no-repeat;
}

td.navi
{
    

}

b.green
{
    color:green
}
b.red
{
    color:red
}

tr.dataHeader 
{
    background-color: #b0c4de;
}
tr.dataContent
{
    background-color: white;
}
tr.dataFooter 
{
    background-color: #5BAB43;
}


div.h1
{
   font:  small-caps 900 14px arial;
   color: #6E42AA;
   
}

/* column setup for reports */

div.col1
{
	float:left;
	width:auto;
	margin: 0 auto;
	background-color: #5bab43;
	padding:10px 10px 10px 10px;
	border: 1px solid #1e4d10;
	color: White;
}
div.col2
{
	float:left;
	width:auto;
	margin:0 auto;
}
	