@charset "utf-8";
body {
	background-color: #011D27;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
}
a:link {
	color: #DE9829;
	font-size: 12px;
	text-decoration: none;
}
a:visited {
	color: #DE9829;
	font-size: 12px;
	text-decoration: none;
}
a:hover {
	color: #DE9829;
	font-size: 12px;
}
a:active {
	color: #DE9829;
	font-size: 12px;
}
.maintext_justified {
	text-align: justify;
}
.maintext_centred {
	font-size: 9px;
	text-align: center;
}
.page_title {
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
.tabletext_leftalign {
	text-align: left;
}
.tableleftalign {
	text-align: left;
}
.maintext_bold {
	font-weight: bold;
}
.main_italic {
	font-style: italic;
}
