body 
{
	margin: 0;
	font-family: Arial;
        font-size: 12px;
        color: #000000;
}

.text
{
	margin: 0;
	font-family: Arial;
        font-size: 12px;
        color: #000000;
}

P
{
	font-size: 12px;
       }


H1
{
	margin: 0;
	font-family: Arial;
        font-size: 20px;
        color: #DE801E;
}

H2
{
	margin: 0;
	font-family: Arial;
        font-size: 14px;
        color: #006666;
}

H3
{
	margin: 0;
	font-family: Arial;
        font-size: 16px;
        color: #DE801E;
}

OL
{
	font-size: 12px;
       }
UL
{
	font-size: 12px;
       }

.menu_table
{
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	white-space: nowrap;
	color: #006C85;
	background-color: #006C85;
	border-right-color: #000000;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}

.menu_table a
{
	color: #000000;

}


.success
{
	color: #DE801E;
}

.error
{
	color: red;
}


a           {   color: #DE801E; }
a:hover     {   color: #DE801E; }
a:link      {   color: #DE801E; }
a:visited   {   color: #DE801E; }
a:active    {   color: #DE801E; }

.cms_form_table_heading
{
 font-family: Arial;
 font-size: 12px;
 text-align: left;
 color: #000000;
 font-weight:bold; 
}




#content
{
height:450px;



}















.cms_newsletter_table_heading
{
 font-family: Arial;
 font-size: 12px;
 text-align: left;
 color: #000000;
 font-weight:bold; 
}

/*
*  Table with black line under heading, then gray lines between rows.
*/
table.cms_bb_table
{
	border-collapse: collapse; 
	empty-cells: show;
}
table.cms_bb_table th
{
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid black;
	border-left: 1px solid gray;	
	border-right: 1px solid gray;	
	background-color: #f8f8f8;
}
table.cms_bb_table tr#row_even
{
	background-color: #f8f8f8;
}
table.cms_bb_table td
{
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid gray;	
	border-left: 1px solid gray;	
	border-right: 1px solid gray;	
	font-size: 0.8em;
}
table.cms_bb_table td#first_col
{
	border-left: none;	
}
