/* COLORS */

A:link { color:#3333FF }
H1 { color:#9C9B9B}
H2 { color:#999999;}
HR { color:#4B675C;}

.LightColor { background-color:#E9DCB9 }
.MediumColor { background-color:#284349}
.DarkColor { background-color:#B6BFCE }
.BorderColor { background-color:#898072 }

.headerText{
	font-family:Helvetica, Verdana, Arial,  sans-serif;
	font-size:20pt; 
	font-weight : bold;
	color:#000000;
}

.tools,
.tools:active,
.tools:link,
.tools:visted{
	font-family:Verdana, Trebuchet, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#000000;
	text-decoration:none;
}

/* TESTIMONIAL */
.testimonialBorder{
	border: solid 1px #898072;
	margin : 10;
}

.testimonialBody{
	font-family:Helvetica, Verdana, Arial,  sans-serif;
	font-size:8pt;
	color:#284349;
}

.testimonialTitle{
	font-family:Helvetica, Verdana, Arial,  sans-serif;
	font-size:8pt;
	font-weight : bold;
}

.testimonialBy{
	font-family:Helvetica, Verdana, Arial,  sans-serif;
	font-size:8pt;
	font-weight : bold;
	font-style : italic;
}

/* BACK TO TOP */
.backToTop,
.backToTop A,
.backToTop A:link,
.backToTop A:visted,
.backToTop A:action {
	font-family:Helvetica, Verdana, Arial,  sans-serif;
	font-size:8pt;
	color:#898072;
	text-decoration:none;
}

.backToTop:hover{
	text-decoration:underline;
}

/* NAVIGATION */
.navigationDivider{
	background-color:#4B675C
}

.navigationOff,
.navigationOff:active,
.navigationOff:link,
.navigationOff:visited { 
	font-family :Verdana,Trebuchet,Arial,Helvetica,sans-serif;
	font-size:9pt;
	color:#888188;
	font-weight : bold;
	text-decoration:none;
 } 
 
.navigationOff:hover  { 
	color:#A774A9;
} 

.navigationOn,
.navigationOn:active,
.navigationOn:link,
.navigationOn:visted{
	font-family :Verdana,Trebuchet,Arial,Helvetica,sans-serif;
	font-size:9pt;
	color:#504889;
	font-weight : bold;
	text-decoration:none;
}

/* TEXT NAVIGATION */
.textNavigationOff,
.textNavigationOff:active, 
.textNavigationOff:link,
.textNavigationOff:visted {
	font-family:Helvetica, Verdana, Arial,  sans-serif;
	font-size:8pt;
	color:#9C9B9B;
	text-decoration:underline;
}

.textNavigationOn {
	font-family:Helvetica, Verdana, Arial,  sans-serif;
	font-size:8pt;
	color:#A57EA6;
	text-decoration:underline;
}

.copyright {
	font-family:Helvetica, Verdana, Arial,  sans-serif;
	font-size:8pt;
}

