body {
	background-color: #3C0000;
	margin: 0px;
	font-family: Tahoma;
	font-size: 7pt;
	color: #FFFFFF;


scrollbar-face-color:#3C0000;
	scrollbar-shadow-color:#B9AEA6;
	scrollbar-3dlight-color:#B9AEA6;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#B9AEA6;
	scrollbar-track-color:#B9AEA6;
	scrollbar-darkshadow-color:#B9AEA6;
	scrollbar-highlight-color:#B9AEA6;
	scrollbar-shadow-color:#B9AEA6;
}
a {
	text-decoration: none;
	color: #A32323;
cursor:crosshair;

}
a:hover {
	color: #FFFFFF;

}
b {
	color: #B9AEA6;
}
strong {
	color: #A32323;
}
a img {
	border: 3px solid #FFFFFF;
}
a:hover img {
	border: 3px solid #A32323;

}
table, tr, td {
	font-size: 7pt;
	vertical-align: top;
}
textarea, input, select, button {
	background-color: #3C0000;
	border: 1px solid #6C0000;
	margin: 1px;
	font-family: Tahoma;
	font-size: 7pt;
	color: #FFFFFF;
	padding: 3px;
}
.h1 {
	background-color: #E0CAC7;
	font-size: 6pt;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	
	color: #000000;
}
.h2 {
	background-color: #D6B8B6;
	font-size: 6pt;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	
	color: #000000;
}
.main {
	background-color: #6C0000;
	text-align: justify;
	vertical-align: top;
}

.contents {
	background-color: #6C0000;
	width: 606px;
	height: 100%;
	vertical-align: top;
}
