a:link
{
	color: rgb(1,74,65); 
}

a:visited
{
	color: rgb(108,0,6); 
} 

body
{
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	background-color: rgb(255,255,255);
	color: #000000; 
}

.regular     {font-size: 12px; line-height: 16px}
.regular-header     {font-size: 12px; line-height: 16px; color: rgb(0,0,0)}
.large       { font-size:24px }
.heading     { font-size:16px; color: rgb(108,0,6) }
.small        {
	font-size:10px;
	line-height:12px;
	
}
.smallgold        {
	font-size:10px;
	line-height:12px;
	letter-spacing : 1pt;
}
.tiny        { font-size:8px; line-height:10px }
.special-heading { font-size: 12pt; line-height: 16px; }
.faq {font-size: 12px; line-height: 14px; color: rgb(108,0,6)}
.faq li {font-size: 12px; line-height: 14px; color: rgb(108,0,6)} 

table
{
	table-border-color-light: rgb(255,255,255);
	table-border-color-dark: rgb(255,255,255); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica, Sans-serif;
}
h1
{
	color: rgb(0,0,0);
}
h2
{
	color: rgb(0,0,0); 
}
h3
{
	color: rgb(0,0,0); 
}
h4
{
	color: rgb(0,0,0);
}
h5
{
	color: rgb(0,0,0);
}
h6
{
	color: rgb(0,0,0);
}

a.cssbtn {
	display:inline; display:inline-block;
	width:30px;
	margin:0.2em; padding:1px;
	font-size:11px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:normal;
	text-decoration:none;
	text-align:left;
	background:#cdf;
	color:#333;
	border:1px solid black;
	vertical-align:middle;
	white-space:nowrap;
	cursor:hand; cursor:pointer;
	}
a.cssbtn[class] {
	width:auto;
	min-width:50px;
	}
a.cssbtn strong {
	font-weight:bold;
	background:white;
	color:#000000;
	}
a.cssbtn:hover { background:#F1A930; color:white }
a.cssbtn:hover strong { background:#ccc; color:black; }

a.btnw3c { background:#921A1D; color:white; font-size: 10px; margin:0.1em; padding:.5px;}
}
a.btnw3c:visited
{
	color: rgb(256,256,256); 
}