﻿/* CSS Document */
body {
	margin: 0px;
}

TD {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
}

.bodycontent {
	text-align: center;
	vertical-align: top;
}

.bg_grey {
	background-color: #e8e8e8;
	text-align:center;
	vertical-align:top;
}

.bg_blue {
	background-color: #1c2674;
}

.bg_green {
	background-color: #7eb339;

}

.slogan {
	background-color: #7eb339;
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 5px;
	font-weight: bold;
}
.footer {
	background-color: #cfd0d1;
	text-align: center;
	height: 40px;
}

.toplink {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.toplink:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.toplink:hover {
	color: #ffae2e;
	text-decoration: none;
}

.visited-toplink {
	font-size: 13px;
	color: #ffae2e;
	text-decoration: none;
	font-weight: bold;
}

.submenulink {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.submenulink:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.submenulink:hover {
	color: #ffae2e;
	text-decoration: underline;
}

.visited-submenulink {
	font-size: 12px;
	color: #ffae2e;
	text-decoration: none;
}

.footerlink {
	font-size: 11px;
	color: #707070;
	text-decoration: none;
}
.footerlink:visited {
	color: #707070;
	text-decoration: none;
}
.footerlink:hover {
	color: #ff6603;
	text-decoration: underline;
}

.copyright {
	font-size: 11px;
	color: #707070;
	text-decoration: none;
}

.heading-white {
	color: #FFFFFF;
}

.text-white{
	color: #FFFFFF;
}

.heading-blue {
	color: #291694;
	font-weight: bold;
}

.text-blue{
	color: #291694;
	font-size: 11px;
	font-weight: bold;
}

.text-gery{
	color: #666666;
}

.heading-orange {
	font-size: 12px;
	color: #ff6603;
	font-weight: bold;	
}

.heading-orange a {
	font-size: 12px;
	color: #ff6603;
	font-weight: bold;
	text-decoration: none;	
}

.heading-orange a:hover {
	text-decoration: underline;	
}

.heading-orange a:visited {
	font-size: 12px;
	color: #ff6603;
	font-weight: bold;	
}


.text-bold {
	font-weight: bold;	
}

.text-italic {
	font-size: 11px;
	color: #4e4e4e;
	font-style: italic;
}

.page-title {
	font-size: 30px;
	color: #291694;
}

.page-subtitle {
	font-size: 20px;
	color: #ff6603;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ff6603;
}

.text-orange {
	font-size: 12px;
	color: #ff6603;
	text-decoration: none;
}

.hline {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #737373;
}

/*  MooQuee classes */

.mooquee {
	padding: 5px;	
	
	/* don't change */
    position: absolute;
	overflow: hidden;
	white-space: nowrap;
}
.mooquee-text {
	/* don't change */
	position: absolute;
}
ul {
	margin-left: -20px;
	*margin-left: 20px;}
