body
{
	margin: 10px;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7em;
	text-align: left;
	background-color: #ffffff;
}

#popup
{
	background-color: #eeeeee;
	width: 480px;
	margin: 0 auto 0 auto;
	padding-top: 6px;
	padding-bottom: 8px;
}

h1, h2, h3, h4, h5, h6
{
	margin: 12px 22px 4px 24px;
	font-weight: bold;
}

h1, h2, h3
{
	font-family: Arial, Helvetica, sans-serif;
	color: #cc0300;
}

h1
{
	font-size: 125%;
	text-transform: uppercase;
}

h2 { font-size: 115%; }
h3 { font-size: 105%; }
h4, h5, h6 { font-size: 100%; }

p
{
	font-size: 93%;
	margin: 0 22px 13px 36px;
}

ul, ol
{
	font-size: 93%;
	margin: 0 22px 13px 35px;
	padding: 0 0 0 26px;
}

.btt
{
	font-size: 90%;
	font-weight: normal;
	margin: 7px 7px 13px 38px;
}

.small
{
	font-size: 85%;
	line-height: 12px;
}

.smallgrey
{
	font-size: 85%;
	line-height: 1.3em;
	color: #999;
}

a:link
{
	text-decoration: none;
	font-weight: normal;
}

a:visited
{
	text-decoration: none;
	font-weight: normal;
}

a:hover
{
	text-decoration: underline;
	font-weight: normal;
	color: #ff3a0a;
}

.no_mar { margin: 0 0 9px 0; }
.zero { margin: 0 0 0px 0; }
.imgcell a { display: block; }
.tablefloat { float: right; }

#errors
{
	padding: 8px;
	border: 1px solid #9bafbe;
	margin: 12px 24px 8px 24px;
	clear: left;
	color: #FF6600;
}

#memberform
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#memberform p
{
	margin: 0 6px 0 0;
	text-align: right;
}

#memberform .center { text-align: center; }

.support_tables    /*  Support section tables  */
{
	font-size: 93%;
	line-height: 1.5em;
	margin-left: 30px;
}

.support_tables thead    /*  Support section tables  */
{
	background-color: #333;
	font-size: 93%;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFF;
}

.support_tables th    /*  Support section tables  */
{
	font-size: 93%;
	line-height: 1.5em;
	font-weight: bold;
	background-color: #333;
	color: #FFF;
}

.support_tables td    /*  Support section tables  */
{
	font-size: 93%;
	line-height: 1.5em;
	background-color: #fff;
}

.tabledescriptor    /*  Support section tables  */
{
	font-size: 93%;
	line-height: 1.5em;
	background-color: #999999;
	color: #FFF;
	font-weight: bold;
	padding: 3px 3px 3px 6px;
	border-top: 0;
	border-right: 2px #FFF solid;
	border-bottom: 0;
	border-left: 2px #FFF solid;
}

.red { color: #cc0300; }
.green { color: #090; }
