body {
	font-family: Tahoma, Arial;
	margin: 0px;
	font-size: 12px;
	background-color:#E8DDBD;
}
td {
	font-family: Tahoma, Arial;
	margin: 0px;
	font-size: 12px;
}


h1 {
	font-size:18px;
	margin:0px;
	color:#006699;
	font-weight:normal;
	
}
h2 {
	font-size:110%;
	margin:0px;
	color:#74AB36;
}

.mainHeading {
	font-size:18px;
	color:#5A2110;
	font-weight:lighter;
}

.subHeading {
	font-size:14px;
	color:#5A2110;
	font-weight:bold;
}

.orderLabel {
	font-size:11px;
	color:#5A2110;
	font-weight:normal;
}


.whitetext {
	color: #FFFFFF;
}


a:link {
	color: #5B2113;
}
a:visited {
	color: #5B2113;
}
a:hover {
	color: #5B2113;
}
a:active {
	color: #5B2113;
}


a.whitelink:link {
	color: #FFFFFF;
	text-decoration:underline;
}

a.whitelink:visited {
	color: #FFFFFF;
	text-decoration:underline;
}
a.whitelink:hover {
	color: #FFFFFF;
	text-decoration:none;
}
a.whitelink:active {
	color: #FFFFFF;
	text-decoration:underline;
}


a.menu:link {
	color: #FFFFFF;
	text-decoration:none;
}
a.menu:visited {
	color: #FFFFFF;
	text-decoration:none;
}
a.menu:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
a.menu:active {
	color: #FFFFFF;
	text-decoration:none;
}


