body {
	background-color: #666666;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
a:link {
	text-decoration: underline;
	color: #FF00FF;
}
a:visited {
	text-decoration: underline;
	color: #9900FF;
}
a:hover {
	text-decoration: none;
	color: #00FFFF;
}
a:active {
	text-decoration: underline;
}
.header {
	height: 150px;
	background-image: url(../images/header.jpg);
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.container {
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.text {
	padding: 20px;
}
.heading {
	font-size: 24px;
	font-weight: bold;
	color: #FF00FF;
}
.image {
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
}
.box {
	background-color: #FBFBFB;
	padding: 0px;
	width: 350px;
	border: 1px solid #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	vertical-align: top;
}
.bold {
	font-size: 14px;
	font-weight: bold;
	color: #FF00FF;
}
.headerSub {
	height: 30px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/topnav.gif);
	font-size: 14px;
	font-weight: bold;
	color: #FF00FF;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.boxTitle {
	background-image: url(../images/topnav.gif);
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #FF00FF;
}
