body {
	background-color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 1em;
}
table {
	font-size : 90%;
}
h1 {
	font size : 1.2em;
	font-style : bold;
	letter-spacing : 1px;
	border-top-width : 0px;
	padding-top : 0px;
	color : #33CC66;
}
h3 {
	font size : 1em;
	font-style : bold;
	border-top-width : 0px;
	padding-top : 0px;
}
p {
	border-top-width : 0px;
	padding-top : 0px;
	text-align : justify;
}
a {
	color : #FF0033;
}
a:hover {
	background-color : #FF9933;
	text-decoration : none;
	color : Black;
}
a:visited {
	color : #FF0033;
}
.borderGreen {
	border : 2px solid #33CC66;
}
.borderBrown {
	border : 2px solid #FF9933;
}
.borderBlue {
	border : 2px solid #3399FF;
}
.backBlue {
	background-color : #3399FF;
	color : white;
	font-weight : bold;
	letter-spacing : 1px;
}
.backBrown {
	background-color : #FF9933;
	color : white;
	font-weight : bold;
	letter-spacing : 1px;
}
.backGreen {
	background-color : #33CC66;
	color : white;
	font-weight : bold;
	letter-spacing : 1px;
}
.backGreen a {
	color : White;
	font-weight : bold;
}
.imageFloatL  {
	margin-top:4px;
	margin-right:10px;
	margin-bottom:10px;
	float : left;
	}
.imageFloatR  {
	margin-top:8px;
	margin-left:10px;
	margin-bottom:8px;
	float : right;
	}