body {
	background : #FFFFFF;
	margin: 0px;
	padding: 0px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

#navigate {
	margin: 0px;
	padding: 5px;
	background: #CCCCCC;
	border-bottom: solid #FF6600 2px;
	color: #666666;
}

#navigate a:hover {
	color : #666666;
	text-decoration : underline;
}

#banner {
	color: #FF6600;
	text-transform: capitalize;
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
}

#content {
	margin-right: 50px;
	margin-left: 50px;
}

a:link {
	color : #FF6600;
	text-decoration : underline;
}

a:active {
	color : #FF6600;
		text-decoration : underline;
}

a:visited {
	color : #FF6600;
		text-decoration : underline;
}

a:hover {
	color : #0099FF;
		text-decoration : none;
}

h1 {
	background : #FFFFFF;
	font: normal 16px Georgia, Times New Roman, Times, serif;
}

h2 {
	background : #FFFFFF;
	font: normal 14px Georgia, Times New Roman, Times, serif;
}

.text {
	font-size : 12px;
	padding-left: 5px;
	margin-top: -5px;
}

td {
	font-size : 12px;
}

#footer {
	margin: 0px;
	padding: 5px;
	background: #CCCCCC;
	border-bottom: none;
	color: #666666;
	border-top: 2px solid #ff6600;
	font-size: 10px;
	text-align: center;
}