body {
	background-color: #FFFFFF;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	line-height: normal;
	color: #000000;
}

td, th {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	line-height: 24px;
	color: #000000;
}

a {
	color: #E46d62;
	text-decoration: none;
}

form {
	background-color: #FFFFFF;
	font-family: "Courier New", Courier, mono;
}

.title {
	font-family: "Courier New", Courier, mono;
  font-size: 24px;
	line-height: 30px;
  background-color: #FFFFFF;
	color: #000000;
}

.subtitle {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
}

.header {
	font-family: "Courier New", Courier, mono;
	font-size: 24px;
	background-color: #FFFFFF;
  color: #000000;
}

.nav {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #e46d62;
	padding: 5px;
}

.navLink {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #e46d62;
}

.subnav {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	background-color: #FFFFFF;
	color: #e46d62;
	border: thin dotted #000000;
	float: none;
	width: 400px;
	text-align: center;
}

.sidebarHeader {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	background-color: #FFFFFF;
	font-weight: bold;
}

.recipename {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
}

.footer {
  font-family: "Courier New", Courier, mono;
	font-size: 10px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #FFFFFF;
}

.legal {
	font-family: "Courier New", Courier, mono;
	font-size: 9px;
	color: #333333;
	background-color: #FFFFFF;
}

a:hover {
	color: #666666;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}
.mainbody {
	font-family: "Courier New", Courier, mono;
	color: #000000;
	width: 600px;
	text-align: justify;
}
.leftnavmainbody {
	margin: 100px;
}

