/* CSS Document */
.menu {
	font-family: Times New Roman;
	font-size: 12px;
	color: #182741;
	font-weight:bold;
}
.menu a:link{
	color: #182741;
	text-decoration: none;
}
.menu a:visited{
	color: #182741;
	text-decoration: none;
}
.menu a:hover{
	color: #7D98CA;
	text-decoration: none;
}
.menu a:active{
	color: #7D98CA;
	text-decoration: none;
}


.copyright {
	font-family: Times New Roman;
	font-size: 11px;
	color: #182741;
}
.copyright a:link{
	color: #182741;
	text-decoration: underline;
}
.copyright a:visited{
	color: #182741;
	text-decoration: underline;
}
.copyright a:hover{
	color: #7D98CA;
	text-decoration: none;
}
.copyright a:active{
	color: #7D98CA;
	text-decoration: none;
}


.heading-lg {
	font-family: Times New Roman;
	font-size: 25px;
	color: #FFFFFF;
}


.text-main {
	font-family: Times New Roman;
	font-size: 14px;
	color: #FFFFFF;
}
.text-main a:link{
	color: #CCDE96;
	text-decoration: underline;
}
.text-main a:visited{
	color: #CCDE96;
	text-decoration: underline;
}
.text-main a:hover{
	color: #DFEBBA;
	text-decoration: none;
}
.text-main a:active{
	color: #DFEBBA;
	text-decoration: none;
}

.text-main-sm {
	font-family: Times New Roman;
	font-size: 12px;
	color: #FFFFFF;
}
.text-main-sm a:link{
	color: #CCDE96;
	text-decoration: underline;
}
.text-main-sm a:visited{
	color: #CCDE96;
	text-decoration: underline;
}
.text-main-sm a:hover{
	color: #DFEBBA;
	text-decoration: none;
}
.text-main-sm a:active{
	color: #DFEBBA;
	text-decoration: none;
}


.text-main-med {
	font-family: Times New Roman;
	font-size: 16px;
	color: #FFFFFF;
}
.text-main-med a:link{
	color: #CCDE96;
	text-decoration: underline;
}
.text-main-med a:visited{
	color: #CCDE96;
	text-decoration: underline;
}
.text-main-med a:hover{
	color: #DFEBBA;
	text-decoration: none;
}
.text-main-med a:active{
	color: #DFEBBA;
	text-decoration: none;
}

.text-testimonial {
	font-family: Times New Roman;
	font-size: 12px;
	color: #182741;
}

BODY {
scrollbar-face-color : #264463;
scrollbar-highlight-color : #325981;
scrollbar-3dlight-color : #999999;
scrollbar-darkshadow-color : #666666;
scrollbar-arrow-color : #FFFFFF;
scrollbar-shadow-color : #666666;
scrollbar-track-color: #FFFFFF;
 }