.border {
	border: 1px solid #000000;
}

.border2 {
	border: 1px solid #5E87BE;
}
a {
	color : #B47A2C;
	font-size: 10pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color : #000000;
	text-decoration: underline;
}
.a1 {
	color : #ffffff;
	font-size: 10pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
.a1:hover {
	color : #B47A2C;
	text-decoration: underline;
}
.bot_border {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.links {
	color : #956524;
	font-size: 10pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
.links:hover {
	color : #36150C;
	text-decoration: underline;
}

.small_text{
	font-size: 8pt;
	color: black;
	font-style: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.red{
	font-size: 8pt;
	color: black;
	font-style: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.form_err
{
	font-size: 8pt;
	color: Red;
	font-style: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.form_buttons
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	font-weight:normal;
	font-size: 8pt;
	border-left: gray 1px solid;
	color: black;
	border-bottom: gray 1px solid;
	font-family: Verdana;
	background-color: #CBCB96;
}
.form_txt_labels
{
	font-weight: bold;
	font-size: 8pt;
	color: gray;
	font-family: Verdana;
	background-color: #FFFFFF;
}

.email {
	color : #173A8B;
	font-size: 10pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
.email:hover {
	color : #000000;
	text-decoration: underline;
}
.click {
	color : #173A8B;
	font-size: 8pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.click:hover {
	color : #FBB24D;
	text-decoration: underline;
}
.date {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.top_border {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;

}
.border_top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;

}
.border_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;

}
.border_bot_left {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.imgfloatright { float : right }

.imgfloatleft { float : left }