/*---- BASE STYLES -----*/

body {
  margin: 0px;
  padding: 0px;
  background: #464646 url("images/tile.jpg") top center no-repeat fixed;
}

body, div, td { 
  font: 10px Verdana, Arial, Helvetica, sans-serif;
  color: #ffffff;
}

a:hover { color: #ffffff; }
a:visited { color: #b7dafd; }
a:link { color: #b7dafd; }
a:active { color: #ffffff; }

embed, form, object { 
  margin: 0px;
  padding: 0px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 20px; line-height: 22px;
  color: #ffffff; }

h2 {
  margin-top: 0px;
  font-size: 16px;
  color: #ffffff;
}

h3 { 
  margin-top: 0px;
  font-size: 12px;
  color: #ffffff;
}

strong { color: #003399; }

sup, sub { font-size: 10px; }
input, textarea { font-size: 10px; }

p { margin: 0em 0em 1.2em 0em; }

ol, ul { 
  margin-top: 0em;
  margin-bottom: 1.2em;
}

input.largefield { display: none; }

/*---- GENERIC STYLES -----*/

.callout { color: #ffffff; font-size: 10px; }
.callout strong { color: #ffffff; }
.callout a:link { color: #ffffff; }
.callout a:hover { color: #ffffff; }
.callout a:active { color: #ffffff; }
.callout a:visited { color: #ffffff; }

.small { font-size: 10px; }

.copyright { font-size: 9px; color: #818181; }

.contact_fld {
	background-color : #FEF4D0;
	border : 1px solid #7F91A0;
	width: 160px;
	height: 14px;
	font-size: 11px;
	font-weight : normal;
	font-family : Arial,Helvetica,sans-serif; 
}

.contact_fld_comment {
	background-color : #FEF4D0;
	border : 1px solid #7F91A0;
	width: 300px;
	height: 200px;
	font-size: 11px;
	font-weight : normal;
	font-family : Arial,Helvetica,sans-serif; 
}
.search_fld {
	background-color : #999999;
	border : 1px solid #333333;
	width: 115px;
	height: 14px;
	font-size: 11px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif; 
}

.home { 
  font: 14px Verdana, Arial, Helvetica, sans-serif; line-height: 20px;
  color: #cccccc;
}

.home2 { 
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  color: #ffffff; 
}
.home2 a:link { color: #b7dafd; }
.home2 a:hover { color: #ffffff; }
.home2 a:active { color: #b7dafd; }
.home2 a:visited { color: #b7dafd; }

.home-callout { 
  font: 9px Arial, Verdana, Helvetica, sans-serif;
  color: #F8B024;
}

.home-callout a:link { color: #F8B024; }
.home-callout a:hover { color: #ffffff; }
.home-callout a:active { color: #F8B024; }
.home-callout a:visited { color: #F8B024; }

.content-white { font-size: 11px; color: #cccccc; line-height: 22px; }
.content-list { font-size: 11px; color: #cccccc; line-height: 16px; }
.content-list a:link { font-size: 11px; color: #ffffff; line-height: 16px; }

.excerpts { font-size: 9px; color: #b7dafd; }
.excerpts a:link { color: #b7dafd; }
.excerpts a:hover { color: #ffffff; }
.excerpts a:active { color: #ffffff; }
.excerpts a:visited { color: #b7dafd; }
