.stdbody{
	background-color: #336633;
	font-family: Verdana;
	font-style: normal;
	color: black;
	}

.whitebody{
	background-color: white;
	font-family: Verdana;
	font-style: normal;
	color: black;
	}

.menutable{
	width: 100%;
	background-color: #336633;
	font-family: Verdana;
	font-style: normal;
	color: white;
	font-size: 12pt;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:5px;
	padding-right: 5px; 
}

.menuheader{
	background-color: #336633;
	text-align:left;
}

.menucell{
	padding-left:15px;
}

.stdlink{
	color: white;
}

.blacklink{
	color: black;
}

.colouredLink{
	color: #cc9933;
}


.logoutlink{
	color: white;
	font-weight: bold;
}

.logocell{
	color: #336633;
	text-align: right;
	vertical-align: top;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
}


.contentheader{
	background-color: #336633;
	font-size: 16pt;
	color: white;
	}


.contenttable {
		background-color: #336633;
		width: 100%;
		font-family: Arial;
		font-style: normal;
		font-size:12pt;
		color: black;
		text-align: center;
		}

.contentcell{
	background-color: #33CC33;
}

.coloredcell{
	background-color: #99CC33;
}

.placeholder{
	text-align: center;
	background-color: white;
	font-size: 16pt;
	font-weight: bold;
}
		
p {
	font-size: 12pt;
	color: white;
	}
	
h1 {
	font-size: 24pt;
	font-family: Verdana;
	font-weight: bold;
	color: white;
	text-align: center;
	}

h3 {
	font-size: 24pt;
	font-family: Verdana;
	font-weight: bold;
	color: black;
	text-align: center;
	}
	
h2 {
	font-size: 18pt;
	font-family: Verdana;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: white;
	padding-top: 20px;
	}

h4 {
	font-size: 12pt;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
}

.telecell{
	background-color: #336633;
	color: white;
}

.logoimage{
	text-align: right;	
}

.fixedInput{
	background-color: lightgray;
}
