a {
	color: #536514;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #362F2D;
	text-decoration: underline;
	font-weight: bold;
}

body {
	scrollbar-face-color: #E1DCDD;
	scrollbar-shadow-color: #808584;
	scrollbar-highlight-color: #F7F4F0;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #3A1E12;;
	scrollbar-track-color: #F7F4F0;
	scrollbar-arrow-color: #4F5352;
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	text-align:justify;

}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363636;
}
form {
display: inline;
margin: 0px;
}
.button {
	background: #F4F4E9;
	border: 2px;
	border-style: outset;
	color: #7C7766;
}

input {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	background-color: #F4F4E9;
	border: 1px solid #7C7766;
	color: #737373;
}
select {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	background-color : #F4F4E9;
	border: 1px solid #7C7766;
	color: #737373;
}
textarea {
	background-color: #F4F4E9;
	border: 1px solid #7C7766;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color: #737373;
}
hr	{
	height: 0px;
	border: solid #7C7766 0px;
	border-top-width: 1px;
}
.smallest {
	font-family : Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #737373;
	
}
.small {
	font-family : Arial, Helvetica, sans-serif;
	font-size:11px;
}

.title {
	font-family : Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight : bold;
	color: #101614;
}

.footer {
	color: #7a7a7a;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.imgTrans{
	filter:revealTrans(duration=0.4,transition=12);
	/*filter:blendTrans(duration=0.4);*/
}
.h1, .h2, .h3 {
	font-family : Arial, Helvetica, sans-serif;
	color: #7c7666;
	font-weight: bold;
}
.h1 { font-size: 15px; }
.h2 { font-size: 14px; }
.h3 { font-size: 12px; }

h1, h2, h3 {
	font-family : Arial, Helvetica, sans-serif;
	color: #7c7666;
	font-weight: bold;
}
h1 { font-size: 15px; }
h2 { font-size: 14px; }
h3 { font-size: 12px; }

#topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #971B4E;
	border-bottom:1px solid #707070;
	border-top:1px solid #707070;
	padding: 5px 0px 5px 0px;
}

#topnav a {
	color: #971B4E;
	text-decoration: none;
}

#topnav a:hover {
	color: #707070;
	text-decoration: none;
}

.headerimage {
	border-bottom:1px solid #707070;
}