body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: black;
}

#maincontent {
	padding: 15px;

}

.border {
	border: 1px solid #CCCCCC;
	padding: 1px;
}

a.nav {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}

a.nav:hover {
	color: #FFFF00;
}

.navcell {
	border-top: 1px solid #FFFFFF;
	width: 162px;
}

.footer {
	border: 1px solid #CCCCCC;
	font-size: 8pt;
	padding: 5px;
}

.yellowtext {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #FFFF00;
	font-weight: bold;
	font-style: italic;
}

.pagetitle {
	font-size: 14pt;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
}

.recipename {
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}

.border {
	border: 1px solid #FF9900;
	padding:5px;
}