﻿body 
{
	font-size: 10pt;
	font-family:Verdana, Arial, helvetica, Times New Roman;
}

.header_row 
{
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: 400;
}

.header_row a:link, .header_row a:visited, .header_row a:active
{ 
	color: #FFFFFF; 
	text-decoration: none
}

.header_row a:hover 
{
	 color: #FFFFFF; text-decoration: underline;
}

.table_cell_header 
{
	font-weight: bold;
}

.error_message 
{	
	color:red;
	font-size:9pt;
	background-color: #d3d3d3;
}

.statement_table 
{
		
}

.statement_table_header 
{
	font-weight: bold;
	background-color: #d3d3d3;
}

.statement_table_header th 
{

}

.statement_table_odd
{
	background-color: #d3d3d3;
}

.statement_table_even
{	
}
.statement_table td 
{
	
	text-align:center;
}

a:link { color: #0000ff; text-decoration: none}
a:visited { color: #0000ff; text-decoration: none }
a:hover { color: #0000ff; text-decoration: underline }
a:active { color: #0000ff; text-decoration: none }


.header_image 
{
	height: 75px;
	
	background-repeat: no-repeat;
	background-position: left, top;	
}


.statement_cycle_cell
{
	padding: 10px;
}

.statement_cycle_cell td
{
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 10px;
	padding-top: 2px;
}

.statement_button
{
	width: 120px;
}

.right_text
{
	text-align: right;	
}