/* CSS Document */
h1,h2,h3,h4,h5,h6{
margin-bottom: 5px;
padding-bottom: 5px;

margin-top: 2px;
padding-top: 2px;
}


h1 {/*title*/
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:14px;
	margin-top: 5px;
	padding-top: 5px;
	/*border-bottom: 1px dotted #FFFFFF;*/
}
h2, h2 a:link, h2 a:visited{/*menu*/
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:11px;
	color:#333333;
	font-weight: normal;
	text-decoration:none;
}
h2 a:hover, h2 a:active{/*menu*/
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:11px;
	color:#333333;
	font-weight: normal;
	background-color:#C6FF17;
}
h3 {/*content*/
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:11px;
	font-weight: normal;
	line-height: 15px;
	padding-bottom: 3px;
}
h3 #myContentTitle {/*content title*/
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:11px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
	background-color:#663300;
	float: left;
	/*border-bottom: 1px dotted #666666;*/
	line-height: 15px;
	padding: 2px 10px 2px 10px;/*top right bot left*/
}
h3 #myContentTitle a:link, #myContentTitle a:visited{/*content title*/
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:11px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
	background-color:#663300;
	float: left;
	/*border-bottom: 1px dotted #666666;*/
	line-height: 15px;
	/*padding: 2px 10px 2px 0px;top right bot left*/
}
h3 #myContentTitle a:hover, #myContentTitle a:active {/*content title*/
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:11px;
	font-weight: bold;
	color:#FFCC00;
	background-color:#663300;
	/*border-bottom: 1px dotted #666666;*/
	line-height: 15px;
	/*padding: 2px 10px 2px 0px;top right bot left*/
}
h3 #myContentTitleRight {
	float: right;
}
h3 #myContentWithBg{/*content title*/
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:11px;
	color:#000000;
	background-color:#CCCCCC;
	line-height: 15px;
	padding: 10px;
	margin-top:15px;
	border-bottom: 1px dotted #666666;
}
h3 a:link, h3 a:visited {/*content*/
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:11px;
	font-weight: normal;
	line-height: 15px;
	color:#333333;
}
h3 a:hover, h3 a:active {/*content*/
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:11px;
	font-weight: normal;
	line-height: 15px;
	background-color:#C6FF17;
}
h3 #mytable{/*content table - less bottom padding*/
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:11px;
	font-weight: normal;
	line-height: 8px;
}
.phone {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:22px;
	color:#666666;
}
.phone a:link, .phone a:visited {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:14px;
	font-weight: normal;
	color:#858585;
	text-decoration:none;
}
.phone a:hover, .phone a:active {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:14px;
	font-weight: normal;
	color:#333333;
	text-decoration:none;
	background-color:#C6FF17;
}
.clients_area a:link, .clients_area a:visited {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-decoration:none;
	color:#999999;
	border: 1px solid #999999;
	padding: 2px 5px 1px 5px;
}
.clients_area a:hover, .clients_area a:active {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-decoration:none;
	color:#333333;
	border: 1px solid #333333;
	padding: 2px 5px 1px 5px;
}
.copyright, .copyright a:link,.copyright a:visited {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#999999;
	text-decoration:none;
	border:0;
}
.copyright a:hover,.copyright a:active {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#333333;
	text-decoration:none;
}
.special-heading-1 {
	color: #FF6600;
	font-weight: bold;
	font-size: 12px;
}
.special-heading-2 {
	color: #FF3300;
	font-weight: bold; 
	font-size: 12px;
}
.special-heading-3 {
	color: #006600;
	font-weight: bold; 
	font-size: 12px;
}
.myfield {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 150px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.myarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
UL 	 { 	 
	margin: 0px;
	padding: 0px;
}
UL LI { 	
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
	border: 0px;
	/*line-height: 5px;*/
}
UL LI.first   	{
 	margin-top: 0px;
}