/* CSS Document */

a:link {  color: #003366; text-decoration: underline}
a:visited {  color: #666699; text-decoration: underline}
a:hover {  color: #993333; text-decoration: underline}
a:active {  color: #666666; text-decoration: underline}

.mainmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-align: center;
} 
.mainmenu a:link {  color: #333333; text-decoration: none}
.mainmenu a:visited {  color: #333333; text-decoration: none}
.mainmenu a:hover {  color: #336699; text-decoration: none}
.mainmenu a:active {  color: #999999; text-decoration: none}

.smtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 14px;
}

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 21px;
	padding: 14px;
}

.lgtext {
	font-size: 15px;
	line-height: 20px;
}

.lgblue {
	font-size: 15px;
	line-height: 20px;
	color: #336699;
}

.lgblueb {
	font-size: 14px;
	line-height: 20px;
	color: #336699;
	font-weight: bold;
}

.heading {
	font-size: 18px;
	line-height: 20px;
	color: #336699;
	font-weight: bold;
}

.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
}

.bold {
	font-weight: bold;
}

.sidetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 15px;
	padding: 14px;
}

ul.no-indent {
  /* ie fudge begins */
    margin-left: 20px;
; list-style-position: outside;
    }
    html>body ul.no-indent {
    margin-left: 0px;
    padding-left: 20px;
  /* ie fudge ends */
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: center;
}

.lg-side-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 1.2em;
	color:#333;
}