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

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

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

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

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

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

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


/* ----------------------------------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: #ffffff;
}

.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;
}

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

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

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


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



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