@charset "windows-874";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #66CCCC;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.TopHeading {
	font-size: 18px;
	font-weight: bold;
	color: #3399CC;
}
.SubHeading1 {
	font-weight: bold;
	color: #990000;
	font-size: 16px;
}
