body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	vertical-align: top;
}
.bold {
	font-weight: bold;
}
.red {
	color: red;
}
.blue {
	color: blue;
}
.green {
	color: green;
}
.yellow {
	color: yellow;
}
.violet {
	color: violet;
}
.grey {
	color: #CCCCCC;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	vertical-align: top;
}
.verysmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6pt;
	vertical-align: top;
}
.popup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	vertical-align: top;
	background-color: #CCCCCC;
	padding-all: 5px
}
.code {
	font-family: "Courier New", Courier, mono;
}
.blue_subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	vertical-align: top;
	font-style: italic; 
	font-weight: bolder;
	color: blue;
}
.HTML_element {
	background-color: #9999FF;
	padding: 3px;
	font-size: 10pt;
	-moz-border-radius: 11px; 
}
a:visited {
	color: blue !important;
}
a:hover {
	background-color: #6666FF; -moz-border-radius: 10px; 
	color: white !important;
}
