@charset "UTF-8";
a:link {
	text-decoration: none;
	color: #990000;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #990000;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 18px;
}
body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	margin: 0px;
	background-position: center top;
	background-attachment: fixed;
	background-color: #DCD9B4;
}
#nav {
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	width: 900px;
}
#header {
	margin-right: auto;
	margin-left: auto;
	height: 124px;
	width: 900px;
}
#content {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}
.pic_right {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 1px solid #002C6B;
	margin-top: 10px;
}
#content table {
}
h2 {
	color: #002C6B;
}
h3 {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}
