@charset "UTF-8";
/* CSS Document */

body {
	background-color: #D06F1A;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#container {
	background-color: #2C144A;
	position: relative;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	width: 913px;
	height: auto;
}

#footer {
	position: relative;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	height: 18px;
	text-align: center;
}
#header {
	background-repeat: no-repeat;
	position: relative;
}
#body {
	background-color: #949494;
	position: relative;
}

.text_body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF
}

.text_body_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF
}

.text_footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF
}
