/*Headers*/
H1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #DD6924;
	line-height: 18px;
	letter-spacing: 1px;
}

/*Subheaders*/
H2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #DD6924;
	line-height: 18px;
}

/*Footer*/
H4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;  
	font-weight: normal;
	color: #2A508F;
	line-height: 17px;
	letter-spacing: 1px;
}

H3 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #020202;
	line-height: 12px;
}

.separators {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;  
	font-weight: normal;
	color: #656565;
	line-height: 17px;
}

/*Footer Links*/
.footerlink {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #D9691C;
	text-decoration: none;
	line-height: 18px;
}

.footerlink:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #D9691C;
	background: #F7EDE7;
	text-decoration: none;
	line-height: 18px;
}


/*Content Links*/
.link {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #DD6924;
	text-decoration: none;
	line-height: 19px;
}

.link:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #DD6924;
	text-decoration: none;
	background: #F7EDE7;
	line-height: 19px;
}

/*Page Properties*/
body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background: none;
	background-position: top;
	background-repeat: none;
}
	
/*Content default*/
td {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 11px;  
	font-weight: normal;
	line-height: 19px; 
	color: #020202;

}

.header {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 12px;  
	font-weight: bold;
	line-height: 19px; 
	color: #DD6924;

}

/*Picture Border*/
.picborder {
	border: 1px solid; 
	border-color:#DED5CD;
}

/*Right-aligned Picture*/
.picRight {
	border: 1px solid; 
	border-color:#333333; 
	float:right; 
	margin-left:20px;
}

/*Left-aligned Picture Border*/
.picLeft {
	border: 1px solid; 
	border-color:#333333; 
	float:left; 
	margin-right:20px;
}


/*Contact Form*/
.inputSelect {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	BORDER: #B3ACAA 1px solid;
	color: #000000;
	width:225px;
	background-color: #FFFFFF;
}

.inputTextArea {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	width:275px;
	border-color: #B3ACAA;
	border-width: 1px;
	background-color: #FFFFFF;
}

.inputButton {
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px;
	CURSOR: pointer;
	COLOR: #DD6924;
	width:60px;
	background-color: #FFFFFF;
}


.tableback { 
  background-repeat: no-repeat;
}

.hr {
width: 100%; height: 1px; color: #DED5CD;
}.inputSelectSmall {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	BORDER: #B3ACAA 1px solid;
	color: #000000;
	width:100px;
	background-color: #FFFFFF;
}
