@charset "UTF-8";

#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background-color: #E6E6E6;
	height: 800px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	margin: 0px;
	line-height: 16px;
}
.style1 {
	font-weight: normal;
	font-size: 10px;
}
a {
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	
}
size10 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.red {
	color: #F00;
}
.centred_bold_italic {
	font-weight: bold;
	font-size: 12;
	font-style: italic;
	text-align: center;

#container #main_window .style2 .centred_bold_italic {
	text-align: center;
}
#container #main_window p {
	text-align: center;
	font-weight: bold;
}
