﻿body
{
    font-size: 10pt;
    color: #000000;
    font-family: Verdana;
    background-color: #448a8a;
}	

img
{  
    border-style: none;
}



.HeaderStyle
{
	background-color: #008000;
	font-size: 10pt;
	font-weight: bold;
	font-family: Verdana;
}

.HeaderStyle a:link {color: #000000; text-decoration: none; }
.HeaderStyle a:active {color: #000000; text-decoration: none; }
.HeaderStyle a:visited {color: #000000; text-decoration: none; }
.HeaderStyle a:hover {color: #000000; text-decoration: none; }

.ext_border
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    border-collapse: collapse;
}

.text_box
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    border-collapse: collapse;
    background-color: #FFFFC4;
    OVERFLOW: auto;
    height: 100%;
    width: 100%;
    
}

.border_left
{
    background-image: url('../../images/table_top_left.gif');
    width: 7px;
    height: 23px;
}

.border_right
{
	background-image: url('../../images/table_top_right.gif');
	width: 7px;
	height: 23px;
}      

.dGrid
{
	color: #000000;
}   

.dGrid th
{
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFFC4;
	height: 20px;
}   

.dGrid tr
{
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFC4;
	height: 20px;
}   

.dGrid .alt
{
	background-color: #FFFFC4;
	font-weight: normal;
}   