@charset "UTF-8";
/* CSS Document */

A {
	color : #5F473C;
	text-decoration : underline;
	font-weight: bold;
}
A:link {
	color : #5F473C;
	text-decoration : underline;
	font-weight: bold;
}
A:active {
	color : #000000;
	text-decoration : none;
	font-weight: bold;
}
A:visited {
	color : #5F473C;
	text-decoration : underline;
	font-weight: bold;
}
A:hover {
	color : #000000;
	text-decoration : underline;
	font-weight: bold;
	
}
P, OL, DIV, UL, DL, LI, DT, DD, TD, TH {
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	font-size: 13px; 
	line-height: 125%;
}
.body {
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	font-size: 13px; 
	line-height: 125%;
}



.header1 {
	font-family : Helvetica, Verdana, Arial, sans-serif; 
	font-size : 24px;
	color : #5F473C;
	font-weight: bold;
	margin-bottom: -5px;
}


.header2 {
	font-family : Helvetica, Verdana, Arial, sans-serif; 
	font-size : 20px;
	color : #5F473C;	
	font-weight: bold;
}

.redtext {
	color: #FF0000;	
}
.fineprint {
	font-family : Helvetica, Verdana, Arial, sans-serif; 
	font-size : 9pt;
	line-height: 14px;
}
.fineprint a:link {
	font-family :Helvetica, Verdana, Arial, sans-serif; 
	font-size : 9pt;
	
}
.fineprint a:active {
	font-family : Helvetica, Verdana, Arial, sans-serif; 
	font-size : 9pt;
	
}
.fineprint a:visited {
	font-family : Helvetica, Verdana, Arial, sans-serif; 
	font-size : 9pt;
	
}
.fineprint a:hover {
	font-family : Helvetica, Verdana, Arial, sans-serif; 
	font-size : 9pt;
	
}
.formtext {
	font-family : Helvetica, Verdana, Arial, sans-serif; 
	font-size : 12px;
}

.label1 {
	font-family : Helvetica, Verdana, Arial, sans-serif; 
	font-size : 13px;
	border: 1px solid #BFAD71;
	background-color:#e1d19e;
	color: #000;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	
}



.value1 {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 13px;
	border: 1px solid #E1D19E;
	background-color:#ffffff;
	color: #000;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
}

.label2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	background : #FFCC33;
}

.value2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	background : #f5f5f5;
}

.activeRow{background-color:#eeeeee}
.NormalRow{background-color:#ffffff}


blockquote.style1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 8px;
	background-color: #F9F4DF;
	border-top: 1px solid #e1cc89;
	border-bottom: 1px solid #e1cc89;
	margin: 15px;
	background-image: url(/images/quote_l.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: 15px;
  }
  blockquote.style1 span {
	display: block;
	background-image: url(/images/quote_r.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-right: 35px;
	padding-left: 35px;
   }

.formbutton {
	
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border: 3px double #999999;
	border-top-color: #999999;
	border-left-color: #999999;
	padding: 0.1em;
	background-color: #F9F4DF;
	color: #333333;
	font-size: 10.5pt;
	font-weight: bold;
}

.formbutton2 {
	
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border: 3px double #999999;
	border-top-color: #999999;
	border-left-color: #999999;
	padding: 0.1em;
	background-color: #eeeeee;
	color: #333333;
	font-size: 10.5pt;
	font-weight: bold;
}



.gallery {
	border-color: #064B76;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
}
