﻿body 
{
  font-family : Arial,Helvetica,Sans-serif;
  font-size: small;
  color: #000000; 
  text-align:center;
  min-width: 800px;
  background-color: #A5A2A5;
}

a
{
	text-decoration:none;
	color: #ff6900;
}

a:hover
{
    text-decoration: underline;
}

#frame
{
  width: 747px;
  text-align: left;
  margin: 0 auto;
  background-color: #fff;
}


.darktext
{
	color: #5D5653;
}

.graytext
{
	color:#948A84;
}

.bold
{
	font-weight:bold;
}

a.partnerlink
{
	color:#948A84;
	text-decoration:none;
}

a.partnerlink:hover
{
	color:#5D5653;
	text-decoration:none;
}

.footerlinks
{
	text-align: center;
}

.footerlinks a
{ 
	color: White;
	margin-right: 10px;
	font-size: 11px;
}

#contactinfo
{
	padding: 5px;
	text-align: center;
	font-weight:bold;
	font-size: 7pt;
	color: White;
}

#privacy
{
	padding-bottom: 5px;
	text-align: center;
	font-weight:bold;
	font-size: 7pt;
	color: White;
}

#privacy a
{
    color:White;
}

.topgradient
{
    width: 747px; 
    height: 32px; 
    background-image: url(../images/topbargradient_background.gif); 
    margin: 0px; 
    background-repeat: repeat-y;
}

.contentarea
{
	padding: 10px 10px 10px 10px;
	min-height: 450px;
}

.resetMessage
{
	margin-top:20px;
	text-align:left;
	width:550px;
	font-size:9pt;
	color:#990000;
	border:solid 1px gray;
	padding:5px;	
}

.resetMessage a
{
	color: #990000;
}

h1.title
{
	font-size: 13pt;
}

h2.subtitle
{
	font-size: 10pt;
	clear: both;
}

img.feature
{
	float:left;
}