body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.85em;
	background-color:#1D2C57;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

.table_main {
	width:790px;
	margin-top:auto;
	margin-bottom:auto;
	margin-left:auto;
	margin-right:auto;
}

.tr_white
{ 
	background-color:#FFFFFF;
}

.table_white
{
	width:100%;
	background-color:#FFFFFF;
}


.table_100 {
	width:100%;
}

.table_500px
{width:500px;
}

.td_right_border {
	border-right-color:#000000;
	border-right-width:1px;
	border-right-style:solid;
}

.table_shadow {
	background-image:url(images/table_shadow.jpg);
	width:10px;
}

.table_banner {
	width:100%;
	background-color:#CCCCCC;
}

.table_banner_no_border {
	width:100%;
	background-color:#FFFFFF;
}

.td_200_px {
	width:200px;
}

.td_390_px {
	width:390px;
}

.table_footer
{
	width:100%;
	height:22px;
	border-bottom:1px;
	border-bottom-color:#FFFFFF;
	background-color:#182752;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
a:active {
	text-decoration: bold;
	color: #FFFFFF;
	text-transform:capitalize
}

 a:link.main_text_link {
	color: #000000;
	font-size:12px;
	text-decoration: none;
}
 a:visited.main_text_link {
	color: #000000;
	font-size:12px;
	text-decoration: none;
}
 a:hover.main_text_link {
	color: #000000;
	font-size:12px;
	text-decoration:underline;
}
a:active.main_text_link  {
	color: #000000;
	font-size:12px;
	text-decoration: none;
}


 a:link.pagelink {
	color: #1D2C57;
	font-size:15px;
	text-decoration: none;
}
 a:visited.pagelink {
	text-decoration: none;
	font-size:15px;
	color: #1D2C57;
}
 a:hover.pagelink {
	color: #1D2C57;
	font-size:15px;
	text-decoration:underline;
}
a:active.pagelink  {
	text-decoration: bold;
	font-size:15px;
	color: #1D2C57;
	text-transform:capitalize
}


.td490px {
	width:490px;
}

.td350px {
	width:350px;
}

.td5px {
	width:5px;
}

.td30px {
	width:30px;
}

.td10px {
	width:10px;
}


.td100px {
	width:100px;
}

.td50px {
	width:50px;
}

.main_text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left
}

.large_main_text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.main_text_bold
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:left;
}

.main_text_header{
	font:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	text-decoration:underline;
}

.white.text
{
	color:#FFFFFF;
}

.link_white
{
	color:#FFFFFF;
}

.td_white
{
	background-color: #FFFFFF;
}

.td_orange
{
	background-color:#FF9900;
}
.tr_below_footer{
	background-color:#FFFFFF;
	height:2px
}

.bottom_right{
	vertical-align:bottom;
}

.align_right{
	text-align:right;
}

.align_left{
	text-align:left;
}

.align_left{
	text-align:center;
}

.border_right{	
	border-right:4px;
	border-right-color:#000000;
}

.td_align_top
{
vertical-align:top
}