/* CSS Document */
body {
margin: 0px;
background: #ccd4d2;
}
#navigation {
	background-color: #ccd4d2;
	padding: 2px 0px 2px 0px;
	margin-top: 4px;
	margin-bottom: 15px;
	border-top: 1px solid #757a79;
	border-bottom: 1px solid #757a79;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, Times New Roman;
	font-size: x-small;
}
#navigation a {
	background-color: #ccd4d2;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
	color: #757a79;
	font-weight: bold;
}

#navigation a:hover {
	background-color: #ccd4d2;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#body {
	background-image: url(indexgfx/bg.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, Times New Roman;
	font-size: 10pt;
	padding-left: 10px;
	padding-right: 10px;
}

.headertext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	}
.textbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	}
.textplain{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	}
.textsmalli{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
	}
.pp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	}
