/*TOP COLUMN*/

.atop
{
font-family: Arial;
font-size: 8pt;
color: #E7D0D6;
text-decoration: none;
}

.atop:hover
{
font-family: Arial;
font-size: 8pt;
color: #FFFFFF;
text-decoration: underline;
}

.atop1
{
font-family: Arial;
font-weight: bold;
font-size: 8pt;
color: #DDDDDD;
text-decoration: none;
}

.atop1:hover
{
font-family: Arial;
font-weight: bold;
font-size: 8pt;
color: #FFFFFF;
text-decoration: none;
}

.atoptxt
{
font-family: Arial;
font-size: 8pt;
color: #FFFFFF;
}

/*BOTTOM COLUMN*/

.abot
{
font-family: Arial;
font-size: 8pt;
color: #FFFFFF;
text-decoration: none;
}

.abot:hover
{
font-family: Arial;
font-size: 8pt;
color: #FFFFFF;
text-decoration: underline;
}

/*MAIN BODY*/

.body
{
font-family: Arial;
font-size: 8pt;
color: #C9C8C8;
}

.h1
{
font-family: Arial;
font-weight: bold;
font-size: 8pt;
color: #FFFFFF;
text-indent: 4px;
}

.h2
{
font-family: Arial;
font-weight: bold;
font-size: 8pt;
color: #FFFFFF;
text-indent: 4px;
background-color:#4A0000;
padding-top: 4px;
padding-bottom: 4px;
}

/*RIGHT COLUMN*/

.rcolh
{
font-family: Arial;
font-weight: 600;
font-size: 8pt;
color: #FFFFFF;
}

.rcoltxt
{
font-family: Arial;
font-size: 7pt;
color: #BCBCBC;
padding-top: 6px;
padding-bottom: 6px;
}

.agrey
{
font-family: Arial;
font-size: 7pt;
color: #AAAAAA;
text-decoration: none;
}

.agrey:hover
{
font-family: Arial;
font-size: 7pt;
color: #FFFFFF;
text-decoration: none;
}

TD
{
	font-size:10px;
}

.mailto {
	font-family: Arial;
	font-size: 8px;
	color: #AF2626;
	text-decoration: underline;
}

a {
	font-family: Arial;
	font-size: 9px;
	color:#e2001a;
	text-decoration: underline;
}


#error {
border:#FF0000 1px solid;
background-color:#333333;
color:#FFFFFF;
text-align:center;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
width:100%;
}

#success{
border: #003300 1px solid;
background-color:#333333;
color:#FFFFFF;
text-align:center;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
width:100%;
}