.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: x-large;
	color: #CC0000;
	font-style: italic;
}
.notes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC0000;
	font-size:11px;	
}
.floatingDiv {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: left;
}
.clearBoth {
	clear: both;
	margin: 10px;
}
.style8 {
	font-family: Verdana, Arial, Helvetica, sans-serif
}
.smallerfloatingDiv {
	float: none;
	width: 320px;
}
.style10 {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.biggerfloatingDiv {
	float: none;
	width: 730px;
}
.main {
	width: 780px;
	margin: 10px;
}
.floatingDivR {
	float: right;
	margin: 10px;
	clear: right;
}
.floatingDivNM {
	float: right;
	clear: right;
}
.clickable {
	cursor: hand;
	border: thin inset #CCCCCC;
	padding: 5px;
	background-color: #F1F1F1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	font-style: italic;
	margin: 3px;
	text-decoration: none;
	color: #3A3AE0;
}
.hiddenText {
	display: none;
}
.redText {
	color: #C00;
}
.buttonEnhance {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	cursor: hand;

}
.normaltext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
}
