body {
	font-size: 11px;
	font-family: Tahoma, Verdana;
  background: #FFFFFF;
  color: #000000;
  margin: 0px;
}

h1 {
	font-size: 14px;
	font-family: Tahoma, Verdana;
}

.large {
  font-size: 12px;
  line-height: 1.5;
}

.xlarge {
  font-size: 18px;
}

td,p {
	font-size: 11px;
	font-family: Tahoma, Verdana;
}

a:link {
	text-decoration: underline;
	color: #000000;
}

a:active {
	text-decoration: underline;
	color: #D59A22;
}

a:visited {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #D59A22;
}

a.cov {
	text-decoration: none;
	color: #000000;
}
a.cov:hover {
	text-decoration: none;
	color: #000000;
}


A.blue { 
  color: #0000ff; 
  text-decoration: underline; 
}
A.blue:hover { 
  color: #D59A22; 
  text-decoration: none; 
}

/* small font size for the footer */
.smallfont {
  font-size: 11px;
}

/* over line for footer NOT links */
.overline {
	border-top: thin solid #1E365D;
}

/* underline to seperate table sections in view NOT the links themselves */
.underline {
	border-bottom: thin solid #1E365D;
}

/* background image in the header */
.bgimage {
	background: url(images/logo_bg.jpg);
}

/* small font for link date and hits */
.small {
	font-size: 7pt;
	color: #000000;
}

img {
	border: 0px;
}

/* get rid of the stuborn white space
   that comes after every from */
form {
    margin: 0px;
}

input,select {
	font-size: 10px;
	border: thin solid #1E365D;
}

textarea {
	font-size: 10px;
	border: thin solid #1E365D;
}

table.border {
	border: thin solid #f2f2f3;
  background: #f2f2f3;
}

/* thick under line in the menu */
.thick_line {
	border-bottom: medium solid #1E365D;
}

/* alternating colors for the displayed links */
.alt_color1 {
	background-color: #ffffff;
}
.alt_color2 {
	background-color: #F9F9F9;
}

/* table background color for section titles and main page */
.bg_color {
	background-color: #ffffff;
}

/* url color under link name */
.url {
	color: green;
	font-style: italic;
	font-size: xx-small;
}

