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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#header {
	width: 790px;
}

#links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	color: #999999;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	text-align: center;
	width: 550px;
}
#container {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	height: 900px;
	overflow: auto;
}
#header {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
}




#content {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	width: 790px;
}



#content p {
	font-size: 90%;
	line-height: 1.4;
}
#footer {
	clear: both;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	margin-top: 20px;
}
.grey {
	color: #999999;
}

.red {
	color: #FF0000;
}

.bigger {
	font-size: 90%;
}

.large {
	font-size: 100%;
}
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
	font-size: 140%;
}
.smaller {
	font-size: 85%;
}
.Italics {
	font-style: italic;
}
