body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
	background-color: #CCCCCC;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
}
h2 {
	font-size: large;
	font-style: italic;
}
h3 {
	font-family: "Courier New", Courier, mono;
	font-size: large;
	font-variant: normal;
	font-style: normal;
	text-indent: 15pt;
	font-weight: bold;

}
h4 {
	font-family: "Courier New", Courier, mono;
	font-style: normal;
	font-size: medium;
	text-indent: 30pt;
}
.plain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.plainLarge {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
.a_Small {
	font-size: x-small;
}
.a_color_RED {
	background-color: #ff4444;
}
.a_color_GREEN {
	background-color: #00FF00;
}
.a_color_CYAN {
	background-color: #66FFFF;
}
.a_comment {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;
	font-weight: normal;
	background-color: #FFFF00;
}
a:link {
	color: #0000cc;
}
a:visited {
	color: #0000cc;
}
a:active {
	color: #cc0000;
}
a:hover {
	color: #FFFF00;
}
.a_color_YELLOW {

	background-color: #FFFF00;
}
table {
	font-size: medium;
}
p {
	font-size: medium;
}
.a_color_WHITE {
	background-color: #FFFFFF;
}

