/* body elements */
body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #411808;
}
body {
	background: #000000 url('/images/bg_main.jpg') no-repeat top center;
	margin: 0px;
	height: 100%;
}
a:link {
	color: #9E2525;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9E2525;
}
a:hover {
	text-decoration: underline;
	color: #E11C1C;
}
a:active {
	text-decoration: underline;
	color: #E11C1C;
}

/* texts */
p.ind {
	text-indent: 1cm;
}

.t1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #9E2525;
	text-indent: 1cm;
	font-weight: bold;
}
A.t1:link {
	color: #9E2525;
	text-decoration: none;
}
A.t1:visited {
	text-decoration: none;
	color: #9E2525;
}
A.t1:hover {
	text-decoration: underline;
	color: #9E2525;
}
A.t1:active {
	text-decoration: underline;
	color: #9E2525;
}

.t2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #9E2525;
	font-weight: bold;
}
A.t2:link {
	color: #9E2525;
	text-decoration: none;
}
A.t2:visited {
	text-decoration: none;
	color: #9E2525;
}
A.t2:hover {
	text-decoration: underline;
	color: #9E2525;
}
A.t2:active {
	text-decoration: underline;
	color: #9E2525;
}

.copy {
	font-size: 10px;
	color: #FFBC20;
}
A.copy:link {
	color: #FFBC20;
	text-decoration: none;
}
A.copy:visited {
	text-decoration: none;
	color: #FFBC20 	;
}
A.copy:hover {
	text-decoration: underline;
	color: #FFE2A0;
}
A.copy:active {
	text-decoration: underline;
	color: #FFE2A0;
}

/* objects */
.l {
	float: left;
}
.r {
	float: right;
}
.maintable {
	background: url('/images/bg_body.jpg') repeat-y;
	padding-left: 107px;
	padding-right: 107px;
	text-align: left;
	padding-bottom: 17px;
}
.top {
	text-align: left;
	padding-top: 86px;
}
.footer {
	background: url('/images/bg_footer.jpg') no-repeat;
	padding-left: 75px;
	padding-right: 55px;
	padding-top: 7px;
	padding-bottom: 90px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFBC20;
}
.image {
	padding: 3px;
	background:  #661901;
	float: left;
	margin-right: 22px;
	margin-bottom: 22px;
}
A.image:link {
	background: #661901;
}
A.image:visited {
	background: #661901;
}
A.image:hover {
	background: #A92A2A;
}
A.image:active {
	background: #A92A2A;
}
