/* CSS Document */
#wrapper {
	background-position: center top;
	width: 800px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #999999;
	border-bottom-color: #666666;
	border-left-color: #999999;
	border-right-style: none;
	border-bottom-style:none;
	background-image: url(../images/grey-bg.jpg);
}
#footer {
	height: 50px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	background-image: url(../images/grey-foot.jpg);
}
body {
	text-align: left;
	background-color: #D7D6DA;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 10px;
}
a {
	text-decoration:none;
	color: #666666;
}
a:link {
	text-decoration:none;
	color: #D8001D;
}
a:visited {
	text-decoration:none;
	color: #666666;
}
a:hover {
	text-decoration:none;
	color: #cccccc;
}
a:active {
	text-decoration:none;
	color: #666666;
}
.style1 {
	color: #FF0000;
	font-size: 13px;
}
.style3 {font-size: 13px}

p {
margin: 0 0 1em 0;
}
#frame {
width:700px;
text-align: center;
margin: auto;
}
#page {
margin: 20px 0 0 0;
}
.redheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF0000;
}
.grey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #868B89;
}
.italicsbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #868b89;
}
.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}
.italics {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #868b89;
}
