/* CSS Document */

body {
	background-color: #FF9999;
}
.baseText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.menuText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
a:link {
	color: #FF3300;
	text-decoration: none;
}
a:hover {
	color: #993300;
	text-decoration: none;
	font-style: italic;
}
a:active {
	color: #993300;
	text-decoration: none;
}
a:visited {
	color: #FF3300;
	text-decoration: none;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
}
.titleText {
	font-size: large;
	font-weight: bold;
	color: #FF3300;
}
.copyrightText {
	font-size: 9px;
}
