/* CSS elements */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin:0;
	padding:0;
}
td,th {padding:6px}
a:link {
	color: #017a83;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #017a83;
}
a:hover {
	text-decoration: underline;
	
}
a:active {
	text-decoration: none;
	
}
h1,h2,h3,h4,h5,h6 {
	line-height:120%;
}
h1 {
	font-size: 2.2em;
	color: #FFFFFF;
	font-style: italic;
	line-height: 1.4em;
	text-decoration: none;
	font-weight: normal;
	margin: .5em 0em;
}
h2 {	
	font-size: 1.8em;
	color:#017a83;
	/*color: #966B2F;*/
	font-style:italic;
	font-weight:normal;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
.copyright {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	}
