body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  background-color: #444444;
  margin: 0px;
}

/******************/
html>body {
	font-size: 16px; /* IE can’t read this */
}
/******************/

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #990000;
	font-size: 0.75em;
}
td input {
	font-size: 0.9em;
}
td select {
	font-size: 0.9em;
}
td textarea{
	font-size: 0.9em;
}

h1 {
	font-size: 1.0em;
	font-weight: normal;
	font-style: italic;
	color: #808080;
	text-align: center;
}

input, select, textarea {
	font-size: 0.75em;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #990000;
}

img {
	border-color: #990000;
}
img.contact {
	border-width: 1px;
	margin-bottom: 5px;
}

a {
	text-decoration: none;
	color:#808080;
}
a:hover{
	text-decoration: underline;
}
a.menu {
	font-family: Arial, helvetica, sans-serif;
	background-color: #ffffff;
	color: #808080;
	font-size: 0.9em;
	font-weight: bold;
	border: 1px solid #444444;
	padding: 3px 12px;
	margin-left: 10px;
}
a.menu:hover {
	text-decoration: none;
	background-color: #444444;
	color: #808080;
	border: 1px solid #808080;
}
a.menu-on{
	font-family: Arial, helvetica, sans-serif;
	background-color: #ffffff;
	color: #990000;
	font-size: 0.9em;
	font-weight: bold;
	border: 1px solid #444444;
	padding: 3px 12px;
	margin-left: 10px;
}
a.menu-on:hover{
	text-decoration: none;
}
a.contactlink{
	color: #990000;
	font-size: 0.9em;
	text-align:center;
}
a.contactlink:hover{
	text-decoration: none;
}
a.quicklink{
	font-size: 0.9em;
	font-style: italic;
}
a.quicklink:hover{
	text-decoration: none;
}

/* frame *********/
.frame-tl{
	background-image: url(../../images/frame-tl.gif);
	background-repeat: no-repeat;
}
.frame-top{
	background-image: url(../../images/frame-top.gif);
	background-repeat: repeat-x;
}
.frame-tr{
	background-image: url(../../images/frame-tr.gif);
	background-repeat: no-repeat;
}
.frame-left{
	background-image: url(../../images/frame-left.gif);
	background-repeat: repeat-y;
}
.frame-right{
	background-image: url(../../images/frame-right.gif);
	background-repeat: repeat-y;
}
.frame-bl{
	background-image: url(../../images/frame-bl.gif);
	background-repeat: no-repeat;
}
.frame-bottom{
	background-image: url(../../images/frame-bottom.gif);
	background-repeat: repeat-x;
}
.frame-br{
	background-image: url(../../images/frame-br.gif);
	background-repeat: no-repeat;
}
/*****************/

.content {
	background-color: #ffffff;
}

.contactdetail{
	color: #ffffff;
}

.noimage {
	border: 1px solid #990000;
	height: 75px;
	width: 55px;
	font-size: xx-small;
}
.noimagewhite {
	border: 1px solid #ffffff;
	color: #ffffff;
	height: 100px;
	width: 75px;
	font-size: xx-small;
}

.headline {
	font-size: 2em;
}

.fieldlabel {
	font-size: 0.9em;
}

.sma {
	font-size: xx-small;
}

.credit {
	color:#c0c0c0;
	font-size: xx-small;
}

.columnhead {
	font-weight: bold;
	font-size: 1em;
	background-color: #efefef;
}

.btn {
	font-size: xx-small;
	color: #171636;
	background-color: #999999;
}

.vertline{
	border-top: 20px solid #ffffff;
	border-bottom: 20px solid #ffffff;
	background-color: #990000;
}

/* emsizing hacks */
table, td p, td td, td td td {
	font-size: 100%;
}
/******************/
