﻿body 
{
	font-size: 10pt;
	color: Black;
	font-family: Arial, Tahoma, Verdana;
}

A
{	color: blue;
	text-decoration: none;}
	
A:hover
{	color: red;
	text-decoration: none;}
	
.header_text
{
	font-size: 9pt;
	color: White;
	font-family: Arial, Tahoma, Verdana;
	text-align: center;
}

.header_break {
	width:100%;
	height:21px;
	background:url(images/header_yellowdivider_back.gif) top left repeat-x;
}

.header_bg_spray {
	width:100%;
	height:178px;
	background:url(images/header_background_spray1px.gif) top left repeat-x;
}


.content_top {
	width:100%;
	height:21px;
	background:url(images/content_back.gif) top left repeat-x;
}

.ContentTitle
{
	font-size: 11pt;
	font-weight: bold;
	font-family: Arial, Tahoma, Verdana;
}
	
.footer_wrap {
	width:100%;
	height:21px;
	background:url(images/footer_back.gif) top left repeat-x;
}

.footer_break {
	width:100%;
	height:21px;
	background:url(images/footerbreak_back.gif) top left repeat-x;
}


.FooterText
{
	background-color: #0c52aa;
	font-size: 7pt;
	color: White;
	font-family: Arial, Tahoma, Verdana;
}

A.FooterText
{
	background-color: #0c52aa;
	font-size: 7pt;
	color: White;
	font-family: Arial, Tahoma, Verdana;
}

A.FooterText:hover
{
	background-color: #0c52aa;
	font-size: 7pt;
	color: White;
    text-decoration:underline;
	font-family: Arial, Tahoma, Verdana;
}

.GrayTable
{ 
  background-color:#dddddd;
  border: 1px solid black; 
  padding: 7px;
  cursor: default; 
}

.OptionsHeading
{
	background-color: #3366FF;
	font-size: 10pt;
	color: White;
	font-weight: bold;
	font-family: Arial, Tahoma, Verdana;
}

.LoginError
{
	font-size: 12pt;
	color: Red;
	font-weight: bold;
	font-family: Arial, Tahoma, Verdana;
}

.SuccessTable
{
    background-color: #b0e57c; 
	border-style: solid;
	border-width: 1px;
	border-color: #006b31; 
}

.FailedTable
{
    background-color: #ebd9d9; 
	border-style: solid;
	border-width: 1px;
	border-color: #7f0b0b;
}

.Watermarked
{
	background-color: #c1d7ff; 	
	font-size: 9pt;
}
