body {
	background-color: #CCCCCC;
	margin: 0px;
	height: 100%;
}
html {
	height: 100%;
}
body,td,th {
	color: #000000;
}
.main {
	height: 100%;
}
.background {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
}
.navigation,
.navigation a:link,
.navigation a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333366;
	font-weight: bold;
	width: 213px;
	text-align: center;
}
.navigation a:hover {
	color: #CCCCCC;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #333366;
	padding: 5px;
}
.intro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.base,
.base a:link,
.base a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	text-align: center;
}
.base a:hover {
	color: #666666;
	text-decoration: underline;
}
.red {
	color: #FF0000;
}

