body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	margin: 5px;
	color: #000000;
	background-color: #FF6600;
}

a {
	color: #3366CC;
	text-decoration: none;
}

ul {
	margin: 0px;
}

.form {
	background-color: #FFCC99;
}

.bordered {
	background-color: #FFCC99;
	border: medium double #000000;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 30px;
}

.subtitle, .subsubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
}

.subsubtitle {
	font-size: 14px;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color: #006666;
  	color: #DCDCDC;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #CCCCCC;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}

a:hover {
	text-decoration: underline;
}


.header_box {
	margin: 10px;
	text-align: center;
}

.footer_box {
	margin: 10px;
	text-align: center;
	font-size: 12px;
}
