body {
	font-family: Arial, Helvetica,sans-serif;
	font-size: 10pt;
	color: #262720;
	border: none;
	background: url('/images/Background.jpg');
	background-repeat: repeat-y;
	background-color: #75cac5;
}
form {
/*	font-family: times,serif;*/
	font-size: 10pt;
}
table {
/*	font-family: times,serif;*/
	font-size: 10pt;
}
a {
/*	font-family: times,serif;*/
	font-size: 8pt;
}
.imageLink {
	cursor:pointer;
	cursor:hand;
}
.loneImageBorder {
	border: 4px solid #75cac5;
}
.nobullet {
	list-style-type: none;
}
.nobulletcenter {
	list-style-type: none;
	text-indent: -5em;
}
pre {
/*	font-family: times,serif;*/
	font-size: 10pt;
}
.NavPosition {
	position: fixed;
}
.ContentPosition {
	position: absolute;
	left: 155px;
	width: 600px;
}
.darkField {
	background-color: #262720;
	color: #ffffff;
/*	font-family: times,serif;*/
	border: 1px solid #ccffff;
}
.UpdateButton {
	background-color: #7777aa;
	color: #ffffee;
	padding: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-color: #ffffff;
	border-width: 1;
	border-style:solid;
	text-decoration: none;
	max-width: 50px;
	min-width: 50px;
	vlink: #ffffee; 
	alink: #ffffee;
}
