BODY {
	color : #336666;
	background-image: url(../images/background.jpg);
	background-attachment : fixed;
	background-color: #DCDCDC;
	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, A:VISITED {
	text-decoration : none;
}

dt {
	color : #CC6633;			
}
#title {
	margin-top : 20px;
}

.title {
	margin-top : 20px;
}

.border {
	border: 1px solid #FF9966;
}
.news {
	margin-top: 15px;
	padding: 5px;
	border-bottom: 1px solid #336666;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-decoration:none;
}
.input-field {
	background-color: #DCDCDC;
	color : #003366;
}
.line {
	background-color: #C6D2CF;

}
.window {
	background-color: #DCDCDC;
	border: 1px solid #336666;
}
.caption {
    background-color: #336666;
    color: #DCDCDC;
    text-align: center;
}
.menu {
	font-weight: bold;
	font-style: italic;
	text-decoration:none;
	color: #336666;}
