body {
	background-image: url("images/background.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #191919;
	margin: 0px;
}
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #FFFFFF;
	line-height: 1.35em;
	text-align: justify;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #FFFFFF;
	line-height: 1.6em;
}
a:link {
	color: #FFB7B7;
}
a:visited {
	color: #FFDDDD;
}
a:hover {
	color: #FF1A1A;
}
a:active {
	color: #FF1A1A;
}
.headerbg {
	background-color: #FDFDFB;
	background-image: url("images/headerbackground.jpg");
}
.contentpadding {
	padding: 15px;
}
.tablecontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #FFFFFF;
	line-height: 1.35em;
}
.photoborder {
	border: 1px solid #FFFFFF;
	margin: 1px;
}
.photoonleftborder {
	border: 1px solid #FFFFFF;
	margin-right: 10px;
}
.photoonrightborder {
	border: 1px solid #FFFFFF;
	margin-left: 10px;
}
.formaltcolor {
	font-weight: normal;
	color: #000000;
	background-color: #E7E8EA;
}
.formsmallhead {
	font-weight: normal;
	color: #000000;
	background-color: #E7E8EA;
	font-size: 0.8em;
	text-align: center;
	line-height: 1em;
}
.bottomblackborder {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
}
.footerborder {
	border: 1px solid #000000;
}
