body
{
	background-color:#ffffff;
}
td
{
	font-family:Tahoma;
	font-size:11px;
}

.thindivider
{

	background-color:#DCDCDC;
}
.leftheading
{
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
	padding-bottom:6px;
}

.smallerheading
{
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	padding-bottom:3px;
}

.searchbox
{
	border:1px solid gray;
}

ul.nav, li.nav
{
	list-style-image: url(/images/navBullet.gif);
	padding-bottom: 5px;
	padding-top: 0px;
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: -20px;
	font-size:11px;
}
.maintext
{ font-size:12px;
}

.resulttext
{ font-size:12px;
  color:#4E4E4E;
}

.smalltext
{ font-size:10px;
}

.copyright
{ font-size:11px;
}

.pageheader
{
	font-family:Tahoma;
	font-size:22px;
	font-weight:bold;
	padding-bottom:6px;
}

.textbox
{
    border-width:1;
    border-color:#cccccc;
}
.submitbutton
{
    border-width:1;
    border-color:#000000;
	font-family:tahoma;
}

INPUT, TEXTAREA
{ 
    font:12px arial, helvetica, sans-serif;
    border-style:solid;
    border-width:0;
}
SELECT
{ 
    font:12px arial, helvetica, sans-serif;
    border-style:solid;
    border-width:0;
}



a:link 
{
	color: #84414A;
	text-decoration: 
	underline;
}
a:visited 
{
	color: #84414A;
	text-decoration: underline; 
}
a:hover 
{	color: #84414A;
	text-decoration: underline;
}
a:active 
{ 
	color: #84414A;
	text-decoration: underline; 
}	

.featureitem
{ padding-left:4px;
    padding-top:4px;
     padding-bottom:4px;
   padding-right:4px;
    background-image: url(/images/hor_dot.gif);background-repeat: repeat-x; background-position:bottom;
}
.nobackground
{
    background-image:none;
}
.featureitemwhite
{ 
    padding-left:4px;
    padding-top:4px;
     padding-bottom:4px;
    padding-right:4px;
    background-color:#ffffff;
    background-image: url(/images/hor_dot.gif);background-repeat: repeat-x; background-position:bottom;
}