a:link      { color: #cccccc; text-decoration: none }
a:visited   { color: #cccccc; text-decoration: none }
a:hover     { color: #ffff33; text-decoration: none }

a:link.nav      { color: #000000; text-decoration: none }
a:visited.nav  { color: #000000; text-decoration: none }
a:hover.nav     { color: #cc99ff; text-decoration: none }

a:link.textlink      { color: #036233; text-decoration: none; font-weight: bold;}
a:visited.textlink  { color: #036233; text-decoration: none;  font-weight: bold;}
a:hover.textlink     { color: #e76c24; text-decoration: none;  font-weight: bold;}

body	{margin: 0;
		}

li	{list-style-image: url('../images/li-button.gif');
	padding: 0px 0px 3px 0px;	}

.list	{padding: 0px 0px 5px 0px;
		vertical-align: top;
		}
				
.text	{font-family: Verdana, Tahoma, Arial, "Sans-Serif";
		background-color: #ffffff;
		font-size: 8pt; 
		text-align: left;
		vertical-align: top;
		}

.top_cell	{vertical-align: top;
			background-color: #036233;
				border-left: 1px solid #000000;
				border-right: 1px solid #000000;
			}
		
.middle_cell	{vertical-align: top;
				background-color: #e76c24;
				border-left: 1px solid #000000;
				border-right: 1px solid #000000;
				}

.standard_cell	{vertical-align: top;
				background-color: #ffffff;
				border-left: 1px solid #000000;
				border-right: 1px solid #000000;
				}

.ct_menu_phone	{background: url('../images/button_bar_back.gif') repeat-x;
				font-size: 14pt; 
				color: #ffffff;
				text-align: center;
		}
				
.ic_footer	{color: #000000;
		font-weight: normal;
		text-align: right;
		vertical-align: middle;
		font-size: 7pt;
		border-top: 1px solid #000000;
 }

.freeindex	{color: #000000;
		font-weight: normal;
		text-align: left;
		vertical-align: middle;
		font-size: 7pt;
		border-top: 1px solid #000000;
 }
 
.heading	{color: #e76c24;
			font-weight: bold;
			font-size: 10pt;
		}

.altheading	{color: #036233;
			font-weight: bold;
			font-size: 10pt;
		}
 
.news_text	{font-family: Verdana, Tahoma, Arial, "Sans-Serif";
		background-color: #ffffff;
		font-size: 8pt; 
		text-align: left;
		vertical-align: top;
		padding-bottom: 10px;
		border-bottom: 1px solid #036233;
		}

.box_border	{font-size: 1pt;
			border: 0px 0px 0px 0px;
}

.box_header	{background-color: #c4df9b;
			color: #e76c24;
			font-size: 14pt;
			font-weight: bold;
			text-align: left;
		}		

.box_text	{background-color: #c4df9b;
			color: #036233;
			font-size: 8pt;
			font-weight: normal;
			text-align: left;
			vertical-align: top;
			padding: 5px 0px 0px 0px;
		}	
		
		
#button-bar {
	width: 100%;
	height: 39px;
	font-size: 6pt;
	color: #ffffff;
	font-weight: bold;
	text-align: right;
	background: url(../images/button_bar_back.gif) repeat-x;
}

#buttons {
	margin: 0;
	padding: 0;
}

#buttons li {
	display: inline;
	float: left;
	text-align: center;
}

#buttons li a {
	display: block;
	height: 25px; // 
	height: 39px;
	width: 80px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 14px;
	background: url(../images/button_divider.gif) right no-repeat;
}

#buttons li a:hover {
/*	color: #c4df9b;*/
	color: #ff8f3a;
}

#buttons li.sel a {
	display: block;
	height: 25px; // 
	height: 39px;
	width: 80px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
	color: #ff8f3a;
	padding-top: 14px;
	background: url(../images/button_divider.gif) right no-repeat;
}