body {
	font-size: 10pt;
	font-family: Tahoma;
}

.text {
	font-family:Tahoma;
	font-size: 10pt;
}

A:hover {text-decoration: underline;}

input {
	font-family: Tahoma;
	font-size: 8pt;
	color: #000000;
}

.padding td {
	padding: 5px;
	}

.grid td {
	background-color: #FFFFFF;
	padding: 2 5px;
	}

.grid_gray td {
	background-color: #D1D1D1;
	padding: 2 5px;
	}

.grid_lt_gray td {
	background-color: #F3F3F2;
	padding: 2 5px;
	}

.large_text td{
	font-family: Tahoma;
	font-size: 10pt;
}

.bold {
    font-family: Tahoma;
    font-weight: bold;
}

.blue_bold {
    font-family: Tahoma;
    font-size: 10pt;
    color: #0000FF;
    font-weight: bold;
}

.blue_link {
    font-family: Tahoma;
    font-size: 10pt;
    color: #000080;
}
.char_bold {
    font-family: Tahoma;
    color: #596066;
    font-weight: bold;
}

.char_link {
    font-family: Tahoma;
    color: #596066;
}
.gray_bold {
    font-family: Tahoma;
    color: #B1B1B1;
    font-weight: bold;
}

.gray_link {
    font-family: Tahoma;
    color: #B1B1B1;
}
.white_bold {
    font-family: Tahoma;
    color: #FFFFFF;
    font-weight: bold;
}

.bg_gray td{
	background-color: #D1D1D1;
}

.header td {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10pt;
	font-family: Tahoma;
	padding: 0 5;
	}

.header a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10pt;
	font-family: Tahoma;
	text-decoration: underline;
	}

.red_link {
    font-family: Tahoma;
    font-size: 10pt;
    color: #d12626;
    font-weight: 100;
    text-decoration: none;
}

.red_bold {
    font-family: Tahoma;
    font-size: 10pt;
    color: #d12626;
    font-weight: bold;
}

.red_underline {
    font-family: Tahoma;
    font-size: 10pt;
    color: #d12626;
    font-weight: 100;
    text-decoration: underline;
}

.small_text{
	font-family: Tahoma;
	font-size: 6.5pt;
}

.title {
	font-family: Tahoma;
	font-size: 12pt;
	color: #FFFFFF;
}

.font_copyright {
	color: #6E6E6E;
	font-size: 6.5pt;
	font-family: Tahoma;
	font-weight: 100;
}

.grayout {
	color: #6E6E6E;
	font-size: 8pt;
	font-family: Tahoma;
	font-weight-100;
}

.link_footer {
	font-family: Tahome;
	font-size: 8pt;
	color:#4e4e4e;
	text-decoration:none
}

.td_link_active td a{
	width:100%;
	height:100%;
}

.td_link td a{
	width:100%;
	height:100%;
} 

.td_link td a:hover{
	width:100%;
	height:100%;
}

.page_div{
	width: 19px;
	height: 19px;
	background-color: #D1D1D1;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	float: left;
	margin:1px;
}

.dark_red {
background-color:#640222;
}
.dark_blue {
background-color:#000080;
}
.blue {
background-color:#006499;
}
.red {
background-color:#D12626;
}
.char {
background-color:#596066;
}
.v_lt_gray {
background-color:#F1F1F1;
}
.lt_gray {
background-color:#E1E1E1;
}
.gray {
background-color:#D1D1D1;
}
.orange {
background-color:f68f0e;
}
.paste_white {
background-color:#FAFAFA;
}
.purple_black {
background-color:#17151A;
}