/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #8A483C;
}
body,td,th {
	font-family: Arial;
	color: #FFFFFF;
	font-size: 12px;
}
.bg {
	background-color: #000000;
	background-image: url(images/line_y_2.png);
	background-repeat: repeat-y;
	background-position: right top;
}
.copyright {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

.copyright:hover {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	text-align: center;
}


h1 {
	font-size: 16px;
	color: #FFFFFF;
}
h2 {
	font-size: 14px;
	color: #B45B4B;
}
h3 {
	font-size: 12px;
	color: #FFFFFF;
}

a:link {
	color: #FFFFFF;
}
a:hover {
	color: #88463A;
}

.text {
	font-family: 12;
	color: #FFFFFF;
	text-align: justify;
	text-indent: 5px;
}

.style1 {color: #B45B4B}
