@charset "UTF-8";


body {
	text-align: center;
	margin: 0;
	color: #CCCCCC;
	line-height: 140%;
	font-family: Calibri;
	font-size: 16px;
	text-decoration: none;
	background-image: url(Images/background_grey.jpg);
}
h1 {
	font-family: Calibri;
	font-size: 24px;
	color: #CCCCCC;
}
h2 {
	font-size: 18px;
	color: #CCCCCC;
}
#container .style5 {
	font-size: 16px;
	color: #333333;
}

div#container {
	width: 1000px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	height: 750px;
	top: 100px;
h2 {
;
}
 
a:link {
	color: #CCCCCC;
	text-decoration: none;
}

a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
}
