BODY  {
    background-color: #4766A6;
    color: #FFFFFF;
    font: 12px Arial;
}

	H1	  { font: 22pt Verdana normal; }
 	H2	  { font: 18pt Verdana bold;   }
	H3	  { font: 16pt Verdana bold;   }
	P     { font: 12pt Arial; text-indent: 0.5in; }
	A     { text-decoration: none; color: #FFFFFF; }
        A:Visited { text-decoration: none; color: #FFFFFF;      }
        A:Active  { text-decoration: underline; color: #dc143c; }
        A:Hover   { text-decoration: underline; color: #DC143C; }

form
{
	margin-top: 0;
	margin-bottom: 0;
}

.default_table
{
	font-size: 12px;	
}

.default_th
{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.default_td
{
    font-size: 12px;
    vertical-align: top;
}
.table_lightheader A:Link {color: #FFFFFF; }
.table_lightheader A:Visited { color: #FFFFFF; }
.table_lightheader
{
	background-color: #7690C3;
	color: #FFFFFF;
}

.table_header
{
	background-color: #22427D;
	color: #FFFFFF;
}

.table_border
{
	background-color: #404040;	
}

.table_block
{
	background-color: #22427D;	
}

.header_row
{	
	background-color: #22427D;
}

.data_row A:Link { color: #990000; }
.data_row A:Visited { color: #990000; }
.data_row
{
	background-color: beige;
	color: #000000;
	 
}

.sticky_row
{
	background-color: #402020;
	color: #FFFFFF;
}

.section_title
{
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
.left_heading
{
	font-size: 12px;
	font-weight: bold;
}

.center_heading
{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.right_heading
{
	font-size: 12px;
	font-weight: bold;	
	text-align: right;
}

.details
{
	font-size: 10px;
}

.navbar
{
	font-size: 10px;
}

.copyright
{
	font-size: 10px;
	text-align: right;
}

.code
{
	font-family: Courier New;
	font-size: 12px;
}
