html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background-color: #333;	
}	

a:link {
	text-decoration: none;
	color: #06C;
}

a:hover {
	text-decoration: underline;
	color: #06C;
}

a:visited {
	text-decoration: none;
	color: #069;
}

a:active {
	text-decoration: underline;
}


.normaltext {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #333;
}

.mediumtext {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333;
}

.smalltext {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	line-height: 14px;
	color: #333;
}


.title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #036;
	line-height: 30px;
	font-style: oblique;
}


.pictureborder {
	border: 2px solid #000000;
}

#content {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

.footnote {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #FFF;
}

