body {
	font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	margin: 0px;
	text-align: center;
}
.content_footer {
	background-image: url(../images/content_footer.gif);
	height: 57px;
	background-repeat: no-repeat;
	width: 672px;
	text-align: left;
	text-indent: 15px;
}
.top {
	background-image: url(../images/bg_top.gif);
	background-repeat: repeat-x;
	height: 38px;
}
.middle {
	background-image: url(../images/bg_middle.gif);
	background-repeat: repeat;
}
.bottom {
	background-image: url(../images/bg_bottom.gif);
	background-repeat: repeat-x;
	height: 18px;
}
.footer {
	font-size: 90%;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
}
.content_body {
	background-image: url(../images/content_body.gif);
	background-repeat: repeat-y;
	width: 672px;
	text-align: left;
	overflow: auto;
}
.content_navigation {
	height: 123px;
	width: 672px;
}
a:link {
	color: #0e00e9;
	text-decoration: none;
}
a:visited {
	color: #0e00e9;
	text-decoration: none;
}
a:hover {
	color: #E13A3E;
	text-decoration: underline;
}
.validation_error {
	background-color: #FFFFD5;
	text-align: left;
	width: 300px;
	border: thin solid #DD9988;
	color: #990000;
	padding: 10px;
}
.big_name {
	font-size: 130%;
	font-weight: bold;
}
.form_label {
	font-size: 90%;
	font-weight: bold;
}
.content_small {
	font-size: 95%;
}

