#content_container {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content {
	background-image: url(images/body.gif);
	background-repeat: repeat-y;
	padding-top: 3px;
	padding-left: 130px;
	padding-right: 130px;
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}
.smalltext {
	font-size: 10px;
}
.largebold {
	font-size: 16px;
	font-weight: bold;
}
h1 {
	color: #E00000;
	text-align: center;
	line-height: 43px;
}
h2 {
	font-size: 24px;
	color: #E00000;
	line-height: 30px;
}
body {
	background-color: #1F306D;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.bold {
	font-size: 16px;
	font-weight: bold;
}
.largeboldhighlight {
	font-size: 16px;
	font-weight: bold;
	background-color: #FFFF66;
}
a:link {
	color: 0000cc;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: 0000cc;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: 0000cc;
}
.style1 {color: #999999}
