body, table, input
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {
	font-size: medium;
	color: #6d6f2e;
}
h2 {
	font-size: small;
	color: #6d6f2e;
}
a {
	/*color: #6d6f2e;*/
}
.footer {
	font-size: xx-small;	
}
.styleAnchor {
	font-size: x-small;
	/*color:#000000;*/
	
	text-decoration:none;
}
.styleAnchor:hover {
	font-size: x-small;
	/*color:#B47528;*/
	
	text-decoration:underline;
}
.styleAnchor2 {
	font-size: x-small;
	/*color:#B47528;*/
	
	text-decoration:none;
	font-weight:bold;
}
.styleAnchor2:hover {
	font-size: x-small;
	/*color:#B47528;*/
	
	text-decoration:underline;
	font-weight:bold;
}

.bordureall
{
	border-width: 1px;
	border-color: #AFAFAF;
	border-style: double;
}
.bordureleft
{
	border-left-width: 1px;
	border-left-color: #AFAFAF;
	border-left-style: solid;
}
.bordureright
{
	border-right-width: 1px;
	border-right-color: #AFAFAF;
	border-right-style: solid;
}
.bordurebottom
{
	border-bottom-width: 1px;
	border-bottom-color: #AFAFAF;
	border-bottom-style: solid;
}
.borduretop
{
	border-top-width: 1px;
	border-top-color: #AFAFAF;
	border-top-style: solid;
}

/* Site engine styles */
.seNormalText {
	font-size: x-small;
	
}
.seTinyText {
	font-size: xx-small;
	
}
.seConfirmText {
	font-size: x-small;
	
	color: Maroon;
	font-weight: bold;
}
.seErrorText {
	font-size: x-small;
	
	color: Red;
	font-weight: bold;
}
.seBoldText {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight:bold;
}
.seTitle {
	font-size:small;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#6D6F2E;
}
.seTinyLink {
	
	font-size:x-small;
	/*color:#BE7A25;*/
}
.seHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #6D6F2E;
	font-weight: bold;
	text-decoration: none;
	background-color: #E5C9A7;
}
.seTableLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	/*color: #6D6F2E;*/
	text-decoration: underline;
}
.seTableRow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	text-decoration: none;
	background-color: #F0E1CE;
}
.seTableRowAlternate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	text-decoration: none;
	background-color: #F2DBC0;
}
.seInputControl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	text-decoration: none;
	background-color: #E5C9A7;
	padding: 1px;
	border-top: 1px solid #CECDCC;
	border-right: 1px solid #8E5004;
	border-bottom: 1px solid #8E5004;
	border-left: 1px solid #CECDCC;	
}
.seMemoControl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	text-decoration: none;
	background-color: #FEF9F4;
	border: 1px solid #D5B084;
	padding: 1px;	
}

.seNoteText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #C07E2C;
	text-decoration: none;
	line-height: normal;
}

.divHide
{
	display:none;
}

.tdZip
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	border: 1px solid #B47528;
	background-color: #FFFFFF;
	padding: 5px;
}
