@charset "utf-8";
/* CSS Document */

body,td,th {
	color: #000000;
}
body {
	background-color: #730909;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {
	font-family: "Courier New", Courier, monospace;
	color: #999999;
	font-size: 14px;
}
a:link {
	text-decoration: none;
	color: #00aaea;
}
a:visited {
	text-decoration: none;
	color: #00aaea;
}
a:hover {
	text-decoration: underline;
	color: #00aaea;
}
a:active {
	text-decoration: none;
	color: #00aaea;
}

P {
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
}

table {
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#container {
	width:780px;
	background-color:#FFFFFF;
}

#header {
	clear:both;
	text-align:left;
}

#content {
	clear:both;
	text-align:left;
	padding-left:15px;
	padding-right:15px;
}

#footer {
	clear:both;
	text-align:center;
}