BODY {
	color : #336666;
	background-image: none;
	background-attachment : fixed;
	background-color: #FFFFFF;
	font-family : Arial, sans-serif, serif;
	font-size : 14px;
	margin: 0px 20px 0px 20px;
}

H1 {
	font-size: 16px;
}

H2 {
	font-size: 14px;
}

H3 {
	font-size: 14px;
}

H1, H2, H3 {
	color : #CC6633;	
	text-align: center;
	font-style : italic;
}

p {
	text-indent : 50px;
	text-align : justify;
}

td {
	font-family : Arial, sans-serif, serif;
	font-size : 14px;
	
}

hr {
	color : #FF9966;
	
}

A{
	color: #CC6633;
}

A:VISITED {
	color: #CC6633;
}

A:HOVER {
	color: #8C4529;
}

 A, A:HOVER, A:VISITED {
	text-decoration : none;
}

dt {
	color : #CC6633;			
}

#title {
	margin-top : 20px;
}

.border {
	border: 0px dashed;
}

.news {
	margin-top: 15px;
	padding: 5px;
	border-bottom: 1px solid #336666;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}