@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height:18px;
}
p{
	padding:2px;
	margin:0px;
	}
#content{
	width:1032px;
	height:324px;
	background-image:url(images/content.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	text-align:left;
}
#content #text-content h2{
	color:#CC0000;
	padding:2px;
	margin:2px;
	}
#content #text-content{
	padding:30px;
}
a {
	color: #990000;
	text-decoration:underline;
}

a:hover {
	color: #000000;
	text-decoration:underline;
}
