body {
	font-family: "Trebuchet MS", Arial, sans-serif; font-size: 12pt; font-style: normal; font-weight: normal; color: #ffffff; 	margin: 0;
	padding: 0; scrollbar-face-color:#8C6238; scrollbar-track-color:#333333; scrollbar-arrow-color:#FFFFFF; scrollbar-shadow-color:#333333; scrollbar-dark-shadow-color:#1B1B1B; scrollbar-3dlight-color:#999999; scrollbar-highlight-color:#666666;
}
 div
 
 {scrollbar-face-color:#8C6238; scrollbar-track-color:#333333; scrollbar-arrow-color:#FFFFFF; scrollbar-shadow-color:#333333; scrollbar-dark-shadow-color:#1B1B1B; scrollbar-3dlight-color:#999999; scrollbar-highlight-color:#666666;

}

/* ----------------------------------text styles - Dark-------------------------------------------------*/

.h1 {
	font-family: "Times New Roman", Times, serif; font-size: 22pt; font-weight: normal; color: #8C6238; text-transform: capitalize;
}
.h2 {
	font-family: "Times New Roman", Times, serif; font-size: 19pt; font-weight: normal; color: #8C6238; text-transform: capitalize;
}
.h3 {
	font-family: "Times New Roman", Times, serif;  font-size: 16pt; font-weight: normal; color: #8C6238; text-decoration: none; text-transform: capitalize;
}
.body {
	font-family: "Trebuchet MS", Arial, sans-serif; font-size: 12pt; font-style: normal; font-weight: normal; color: #C3AF9A;
}

.body-small {
	font-family: "Trebuchet MS", Arial, sans-serif; font-size: 10pt; font-style: normal; font-weight: normal; color: #896F54;
}

.body-bold {
	font-family: "Trebuchet MS", Arial, sans-serif;  font-size: 12pt; font-style: normal; font-weight: bold; color: #8C6238;
}

.body-italic {
	font-family: "Trebuchet MS", Arial, sans-serif;  font-size: 12pt; font-style: italic; font-weight: normal; color: #8C6238;
}


/* ----------------------------------Light Text Styles -------------------------------------------------*/

.light-h1 {
	font-family: "Times New Roman", Times, serif; font-size: 22pt; font-weight: normal; color: #ffffff; text-transform: capitalize;
}
.light-h2 {
	font-family: "Times New Roman", Times, serif; font-size: 19pt; font-weight: normal; color: #ffffff; text-transform: capitalize;
}
.light-h3 {
	font-family: "Times New Roman", Times, serif;  font-size: 16pt; font-weight: normal; color: #ffffff; text-decoration: none; text-transform: capitalize;
}
.light-body {
	font-family: "Trebuchet MS", Arial, sans-serif; font-size: 12pt; font-style: normal; font-weight: normal; color: #ffffff;
}

.light-body-small {
	font-family: "Trebuchet MS", Arial, sans-serif; font-size: 10pt; font-style: normal; font-weight: normal; color: #8C6238;
}

.light-body-bold {
	font-family: "Trebuchet MS", Arial, sans-serif;  font-size: 12pt; font-style: normal; font-weight: bold; color: #ffffff;
}

.light-body-italic {
	font-family: "Trebuchet MS", Arial, sans-serif;  font-size: 12pt; font-style: italic; font-weight: normal; color: #ffffff;
}

/* ----------------------------------basic links -------------------------------------------------*/

a:link{
	font-family: Arial, Helvetica, sans-serif; font-size: 14px;color: #896F54;text-decoration: underline; font-weight: bold;
}	
a:visited{
	font-family: Arial, Helvetica, sans-serif;font-size: 14px;color: #896F54;text-decoration: underline; font-weight: bold;
}
a:hover{
	font-family: Arial, Helvetica, sans-serif;font-size: 14px;color: #DAE5EC; text-decoration: none; font-weight: bold;
}
a:active{
	font-family: Arial, Helvetica, sans-serif;font-size: 14px;color: #896F54 ;text-decoration: none; font-weight: bold;
}


/* ----------------------------------light link -------------------------------------------------*/



a.light-nav:link{
	font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #E0D5C5; text-decoration: none; letter-spacing:1px;
}	
a.light-nav:visited{
	font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #E0D5C5; text-decoration: none; letter-spacing:1px;
}
a.light-nav:hover{
	font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #E0D5C5; text-decoration: underline overline; letter-spacing:1px; 
}
a.light-nav:active{
	font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #E0D5C5; text-decoration: none; letter-spacing:1px;
}
