@import url("default.css");

body {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #CCCCCC;
}
a:link {
	text-decoration: none;
	color: #003366;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #003366;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #3399CC;
}
a:active {
	color: #003366;
	text-decoration: underline;
}
.white a:link {
	text-decoration: none;
	color: #ffffff;
}
.white a:visited {
	text-decoration: none;
	color: #ffffff;
}
.white a:hover {
	text-decoration: underline;
	color: #ffffff;
}
.white a:active {
	text-decoration: none;
	color: #ffffff;
}
h2 {
	font-size: 12px;
	color: #355F49;
	text-transform: uppercase;
}
h1 {
	font-size: 14px;
	color: #6C91AE;
}
.TOP a:link {
	text-decoration: none;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
}
.TOP a:visited {
	text-decoration: none;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
}
.TOP a:hover {
	text-decoration: none;
	color: #6C91AE;
	text-transform: uppercase;
	font-weight: bold;
}
.TOP a:active {
	text-decoration: none;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
}
.TITLE {
	text-transform: uppercase;
	color: #355F49;
	font-weight: bold;
}
.whitetext {
	color: #FFFFFF;
}
