.adminHeader{
		font-family: Arial;
		font-size: small;
		font-weight: bold;
		color:white;
		background-color: #669933;
		height:30px;

		}
body
{
	margin: 5px 0 0 5px;
}

body.business
{
	margin: 2px 0px 0px 2px;;
}

TD
{
	font-family: Arial, Verdana, san serif;
	font-size: 10pt;
}

.required
{
	font-family: Arial, Verdana, san serif;
	font-size: 10pt;
	color: blue;
}

TD.seperator
{
	font-family: Arial, Verdana, san serif;
	font-size: 10pt;
	font-weight: 300;
	background-color: #BF0000;
	color: White;
	text-align: center;
}

TD.italic
{
	font-family: Arial, Verdana, san serif;
	font-size: 10pt;
	font-style: italic;
}

TD.small
{
	font-family: Arial, Verdana, san serif;
	font-size: 8pt;
}

Table.benefits
{
	background-color: #BF0000;
	color: White;
}

TD.indexlinks
{
	font-family: Arial, Verdana, san serif;
	font-size: 20pt;
	font-weight: bold;
}

TD.homelinks
{
	font-family: Arial, Verdana, san serif;
	font-size: 11pt;
	font-weight: bold;
}

A.main 
{
	color: black;
	text-decoration: none;
}

A.bottomlink 
{
	color: blue;
	text-decoration: none;
	font-family: Arial, Verdana, san serif;
	font-size: 10pt;
	margin-left: 15px;
	margin-right: 15px;
}

ul.noIndent 
{
	margin-left: 1em;
	padding-left: .5em;
	padding-right: .5em;
}

li.noIndent
{
	padding-top: .60em;
}

span.header 
{
	font-family: Arial, Verdana, san serif;
	font-size: 20px;
}

span.subheader 
{
	font-family: Arial, Verdana, san serif;
	font-size: 12px;
	font-weight: bold;
}

TD.main
{
	BORDER-TOP: #bf0000 2px solid;
	font-family: Arial, Verdana, san serif;
	font-size: 10pt;
}

/* Join form controls */

INPUT.max1char
{
	width:25px;
}

INPUT.max9char
{
	width:100px;
}

INPUT.max20char
{
	width:150px;
}

INPUT.max30char
{
	width:200px;
}

INPUT.max40char
{
	width:250px;
}

INPUT.max50char
{
	width:275px;
}

INPUT.max100char
{
	width:275px;
}

INPUT.ccnum
{
	width:125px;
}

TEXTAREA.BusDesc
{
	width:275px;
}

INPUT.nameoncard
{
	width:225px;
}

SELECT.country
{
	width:250px
}

SELECT.state
{
	width:250px
}

TEXTAREA.classifieds
{
	width:380px;
}

/* Added 11/4/2008 - DZ */
a.Benefits
{
	text-decoration: none;
	color: Black;
}

div.BenefitContainer
{
	border:solid 1px black;
	height: 100px;
	width: auto;
	vertical-align: middle;
}

div.BenefitHeader
{
	background-color: #BF0000;
	border: solid 1px white;
	text-align:center;
	color: White;
}

div.BenefitDesc
{
	padding: 2px 5px 5px 5px;
	text-align: justify;
}