body {background-color: #00CC00;}
body,th {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;}

h1 {
	font-size: 30px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
a:link {color: #003399;
	text-decoration: none; font-weight: bold}

a:active {text-decoration: none;}

a:visited {
    color: #335BAA;
    text-decoration: none;
}
a:hover {
    color: #457BE5;
    text-decoration: underline;
}
.LgCap {font-size: 24px; color: #00FF00; font-weight: bold}

.SmCap {font-size: 18px; color: #00FF00; font-weight: bold}

.TblHeadings {font-size: 12px; color:#FFFFFF; font-weight: bold}

.TblText {font-size: 12px; color:#FFFFFF} 
.TblTextMed {font-size: 12px; color:#003399}
.TblTextLg {font-size: 14px; color:#FFFFFF} 
.TblTextLgBlack {font-size: 14px; color:#000000} 
.Bold12 {font-size: 12px; color: #006600; font-weight: bold}
.Bold14 {font-size: 14px; color: #006600; font-weight: bold}
.Bold16 {font-size: 16px; color: #006600; font-weight: bold; }

/*     Menu styles added by susanna 8/11      */

.outer{
	margin:0px;
	padding:0px;
}
#menu4 {
	width: 200px;
	border-style: solid solid none solid;
	border-color: #00B200;
	border-size: 1px;
	border-width: 1px;
	padding:0px;
	}
	#menu4 ul{
	margin:0px;
	padding:0px;
	list-style:none;
	}
	#menu4 li a {
		height: 32px;
		voice-family: "\"}\""; 
		voice-family: inherit;
		height: 24px;
		text-decoration: none;
		font-weight:normal;
		}
		
	#menu4 li a:link, #menu4 li a:visited {
		color: #004C00;
		display: block;
		background: url(images/menu.png);
		padding: 8px 0 0 30px;
		}
		
	#menu4 li a:hover {
		color: #fff;
		background: url(images/menu.png) 0 -32px;
		padding: 8px 0 0 30px;
		}
		
	#menu4 li a:active {
		color: #fff;
		background: url(images/menu.png) 0 -64px;
		padding: 8px 0 0 30px;
		}	
