/* Links */
a:active, a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover		{
	color: #990000;
	text-decoration: underline;
}
body {
	background-color: #ffcc00;
	margin: 0px;
	padding: 0px;
}

/* Font Family for entire Document */
body, p, td, th, div, ul, ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Heading */
h1 {
	color: #554a1c;
	font-size: 8pt;
	font-weight: bold;
	margin-left: 5px;
}

h2 {
	color: #554a1c;
	font-size: 12pt;
	font-weight: bold;
	margin-left: 5px;
}

/* Description */
.description {
	color: #000000;
	font-size: 9px;
	font-weight: normal;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-transform: none;
}

/* Main Content */
.mncontent {
	background: #ffffff;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 5px;
}

/* List */

ul, li {
	font-size: 12px;
	}

/* Footer */
#footer {
	background: #ffe680;
	font-size: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-bottom-color: #000000;
	padding: 5px;
}
h3 {

	color: #554a1c;
	font-size: 10pt;
	font-weight: bold;
	margin-left: 5px;
}
