@charset "utf-8";
/* CSS Document */


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
}
body {
	background-color: #FFF;
}
h1 {
	font-size: 24px;
	color: #82151B;
}
h2 {
	font-size: 18px;
	color: #82151B;
}
h3 {
	font-size: 16px;
	color: #000;
}
h4 {
	font-size: 10px;
	color: #000;
}

.green
{
	color: green;
}

.blue
{
	color: blue;
}


.red
{
	color: red;
}


a {
	font-size: 20px;
}
a:link {
	text-decoration: none;
	color:#000;
}
a:visited {
	text-decoration: none;
		color:#000;
}
a:hover {
	text-decoration: none;
	color: #82151B;
}
a:active {
	text-decoration: none;
		color:#000;
}


.content {
	position: static;
	margin: auto;
	padding-right: 320px;
	width:550px;
	top: 290px;
	text-align:left;
}

.rightside {
	position: absolute;
	margin-left: 130px;
	top: 297px;
	width: 300px;
	text-align: left;
	left: 50%;
}

.footer {
	position: static;
	font-size: 10px;
	color: #FFF;
	background-color: #82151B;
	text-align: center;
	width: 875px;
	margin: auto;

}

.bottom a {
	font-size: 5px;
	color: #fff;
}
.bottom a:link {
		font-size: 5px;
	text-decoration: none;
	color:#fff;
}
.bottom a:visited {
		font-size: 5px;
	text-decoration: none;
		color:#fff;
}
.bottom a:hover {
		font-size: 5px;
	text-decoration: none;
	color: #fff;
}
.bottom a:active {
		font-size: 5px;
	text-decoration: none;
		color:#fff;
}

