body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
}
.topNavText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.sideNavText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.linkList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: circle;
}
.bottomNavText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:hover {
	color: #FF9900;
}
a:link {
	text-decoration: none;
	color: #000000;

}
a:visited {
	text-decoration: none;
	color: #000000;

}
a:active {
	text-decoration: underline;
	color: #000000;

}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;

}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.button{
	border: 1px black solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	/*width: 100px; too small for some translations*/
}.formText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: circle;
}
.lightBG {
	background-color: #cccccc;
}
.darkBG {
	background-color: #bbbbbb;
}
p {
	text-align: justify;
}
.error {
	font-size: 12px;
	color: red;
}