body, p, ul, ol, span, tr, td, a {
	font-size:8pt;
	line-height:10pt;
	font-family: Arial, Helvetica, sans-serif;
	color:#444
}

p { 
	margin-top: 0px;
	margin-bottom: 7px;
}

p.header {
	font-size:9pt;
	font-weight:bold;
	margin-bottom:8px;

}

ul {
	list-style-image: url(../images/bullet.gif);
	margin-top: 0px;
	margin-bottom: 6px;
}

body { 
	background-image: url(../images/bkg2.jpg);
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	background-color: #DCDFCE;

} 

a {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



.small {
	font-size:8pt;
	color:#666666;
}

.small_quote {
	font-size:8pt;
	color:#666666;
	margin-left: 25px;
}

a.hometext {
	font-size:8pt;
	line-height:11pt;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
	text-decoration: none;
}

a.hometext:visited {
	text-decoration: none;
}

a.hometext:hover {
	text-decoration: underline;
}

h3 {
	font-size:10pt;
	line-height:12pt;
	font-weight:bold;
	font-family: Georgia, Palatino, ;
	color:#838C55;
	letter-spacing: 2px;
	text-align:center;
}

h2 {
	font-size:10pt;
	line-height:12pt;
	font-weight:bold;
	font-family: Georgia, Palatino, Times New Roman ;
	color:#8C9467; /*A9B087 */
	letter-spacing: 2px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 12px 0px;
}

.tableborder {

    border: #FFF 8px solid;
}

.footertext {
	color: #EDEDED;
	font-size:8pt;
	line-height:13pt;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
} 

a.footernav {
	color: #FCFCFC;
	font-size:8pt;
	line-height:10pt;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none
} 

a.footernav:hover {
	text-decoration: underline;
}

a.subnav {
	color: #222222;
	font-size:9pt;
	line-height:11pt;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none
} 

a.subnav:hover {
	text-decoration: underline;
}


SELECT, OPTION, TEXTAREA, INPUT {
  font-family: Arial, Helvetica, sans-serif;
  padding: 1px;
  font-size: 9pt;
  color: #333333;
  }
  
INPUT.graphicinput {
  padding: 0px;
  border: 0px;
  background-color: none;
  }

.texthead {
	padding: 3px 10px 0px 10px;
	background-color: #A6AC83;
	background-image: url(../images/top_nav_bkg.jpg);
	background-repeat: repeat-x;
	height: 18px;
	/* width: 5px; */
	margin: 0px 0px 0px 4px;
}

.textheadon {
	padding: 3px 10px 0px 10px;
	background-color: #A9B087;
	/* background-image: url(../images/top_nav_bkg.jpg); */
	/* background-repeat: repeat-x; */
	height: 18px;
	/* width: 5px; */
	margin: 0px 0px 0px 4px;
}

#footer {
	padding: 10px 0px 0px 20px; 
	background-image: url(../images/index_a_05.jpg);
	background-repeat: repeat-x;
	height: 44px;
	margin: 0px 0px 0px 0px;
}
#bodydiv {
	padding: 20px 20px 5px 20px; 
	background-image: url(../images/index_a_04_1.jpg);
	background-repeat: repeat-x;
	height: 300px;
	margin: 0px 0px 0px 0px;
}
#vertspace { 
	background-color: #FFF;
	margin: 0px 0px 0px 0px;
	height: 8px;
}

#transbox {
	width: 230px;
	height: 260px;
	margin: 0px 0px 0px 20px;
	padding: 10px 10px 10px 10px;
	background-color: #fff;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity: 0.75;
	float: right;
	border: #DCDFCE 2px solid;
	}

// '*' means 'every child' basically a wildcard for every chlid of #transbox
#transbox * {
	position: relative;
	}

// Styles the text of the div 
#transbox div {
	font-weight: bold;
	color: #000;
	}
-->

hr {
	height: 1px;
	color: #A6AC83;
}
tr.tr_ltblue {
	background-color: #C7D5DE;
	border-style: solid;
	border-color: #FFF;
	border-width: 0px 0px 1px 0px;
}