body {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 100%;
	background-color: #000000;

	margin: 0px;
	padding: 0px;
}

a {
	color: #660000;
	text-decoration: underline;
	font-weight: bold;

}
a:hover {
	color: #000066;
	text-decoration: underline;
}
.navbar {
	color: #FFFFFF;
}

.navbar a {
	color: #FFFFFF;
	text-decoration: none;
}
.navbar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
p {
	line-height: 1.5em;
}
h1 {
	font-family: Tahoma, Arial, sans-serif;
	color: #660000;
	text-align: center;
}
h2 {
	font-family: Tahoma, Arial, sans-serif;
	color: #000000;
	text-align: center;

}
.middlebackground {
	background-image: url(/display/Image/middle.gif);
	background-repeat: repeat-y;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #DADADA;
	padding: 10px;
	border: 1px solid #999999;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
h3 {
	font-family: Tahoma, Arial, sans-serif;
	color: #660000;
	text-align: center;
}
.smtext {
	font-size: 11px;
}
.hover_text {
	font-size: 11px;
	line-height: 1em;
}
.hover_heading {
	font-family:Tahoma, Arial, sans-serif;
	font-weight:bold;
	color: #660000;
	font-size:14pt;
	text-align:center;
	padding: 10px;
}
.testphoto {
	border: 1px solid #000000;
}
.sm_heading {
	font-weight: bold;
	font-size: 10pt;
	text-align:center;
	padding-top: 10px;
	padding-bottom: 5px;
}
.error {
	color: #660000;
	font-weight: bold;
}
.cell0 {
	background-color: #DEDEDE;
}
.cell1 {
	background-color: #FFFFFF;
}

.linklist li { list-style-type: square; font-size: 12px; padding-bottom: 10px; }