.border-center {
	border-right: 1px solid #a6abbf;
	border-left: 1px solid #a6abbf;
}
.margin-left {
	padding-left: 10px;
}
.tablewhite {
	background-color: #FFFFFF;
	text-align: center;
}
.spacing1 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.foot {
	font-size: 9px;
	color: #79829F;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: normal;
	padding: 20px;
}
.foot a {
	font-style : italic;
	color : #FFCC99;
	text-decoration : none;
}	
.caption {
	font-size: 11px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 10px;
	line-height: 17px;
}	
.txt {
	font-size: 13px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 10px;
	line-height: 17px;
}
.txt a {
	font-style : italic;
	font-weight : normal;
	color : #FFCC99;
	text-decoration : none;
}
.txt a:hover {
	color: #FF9900;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}
.emph1 {
	color: #FCF5EB;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-right: 10px;
}
.emph2 {

	color: #FCF5EB;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.menuhead {
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
	line-height: normal;
	font-style: italic;
}
.menuhead a {
	color : #FFFFFF;
	text-decoration : none;
}

.menuhead a:hover, a#active_menuhead {
	color : #FFCC99;
	text-decoration : none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}
.h1 {
	font-weight: bold;
	font-size: 20px;
	color: #FFCC99;
	LINE-HEIGHT: 80px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	letter-spacing: 3px;
}
.h2 {
	font-weight: bold;
	font-size: 16px;
	color: #79829F;
	font-family: Arial, Helvetica, sans-serif;
	height: 12px;
}
.h2 a {
	color: #79829F;
	text-decoration : none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}
.h2 a:hover {
	color: #FF9900;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}
.h3 {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.h3 a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration : none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}
.h3 a:hover {
	color: #FFCC99;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}
.h4 {
	color: #FF9900;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.blend {
	color: #1E1E1E;
	font-size: 9px;
}
.blend a {
	color: #1E1E1E;
	font-weight: bold;
	text-decoration : none;
}
.blend a:hover {
	color: #1E1E1E;
	text-decoration : none;
}
.pic640 {
	margin-right: 0px;
	margin-left: 0px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
	text-decoration: none;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.whitetable {
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}
.dropcap {
float:left;
color:#FCF5EB;
font-size:42px;
line-height:30px;
padding-top:3px;
font-family: Times, serif, Georgia;
}