@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
body {
	background-color:#000033;
}
#wrapper {
	width:960px;
	background:url(media/bg.jpg) no-repeat;
	min-height:753px;
	margin:0 auto;
}
#header {
	height:387px;
}
#content h2 {
	font-weight:bold;
	font-size:17px;
}
strong {
	font-size:13px;
}
#content {
	font-size:13px;
}
#footer {
	font-size:9px;
	padding-left:64px;
	margin-bottom:20px;
}
tr td.left {
	padding-left:64px;
	font-size:15px;
	width:221px;
	padding-right:10px;
}
tr td.right {
	width:580px;
	padding-left:10px;
}
a {
	text-decoration:none;
}
a:hover {
	font-weight:bold;
	color:#FE9C09;
}
ul li {
	list-style:square;
	list-style-position:inside;
	font-size:12px;
}
.style1 {
	color: #FE9C09
}


