body {
	font:12px Arial, sans-serif;
	color:#444444;
}

a:focus {
	outline:1px dotted invert
}

hr {
	border:0 #ccc solid;
	border-top-width:1px;
	clear:both;
	height:0
}

a {
	color: #005957;
	text-decoration: underline;
}

a:hover {
	color:#444444;
	text-decoration: none;
}

a:visited {
	color:#444444;
	text-decoration:underline;
}

h1 {
	font-family: Arial, sans-serif ;
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	text-align: left;
	color:#005957;

}

h2 {
	font-family: Arial, sans-serif;
	font-size:14px;
	line-height:18px;
	text-align: left;
	color:#d4891d;
}

h3 {
	font-family: Arial, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#444444;
}

h4 {
	background:url(../images/title_background.gif) repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif ;
	font-size:14px;
	font-weight:bold;
	text-align: left;
	color:#FFFFFF;
	height: 22px;
	padding-left:5px;
}

h5 {
	font-style:italic;
	font-family: Arial, sans-serif;
	color:#d4891d;
}

h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif ;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
}

p {
/*	border: 1px solid #666;*/
	overflow: hidden;
	padding: 0px 0px;
	padding-bottom: 10px;
	text-align: left;
}	
	
	
	
	
