html, body {
	margin: 0px;
	padding: 5px;
	border: none;
	text-align: left;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: default;
	overflow-x: hidden;
	overflow-y: auto;
	
}

p, ul, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

p {
	/* Firefox Paragraph Gap Fix */
	margin-top: 0px;
}

hr {
	color: #C9992C;
	background-color: #C9992C;
	height: 1px;
	width: 100%;
	text-align: center;
}

a {
	font-weight: normal;
	text-decoration: underline;
	color: #A82A00;
}
a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #C9992C;
}

.Layout_Heading {
	background-image: url(images/HeaderBG.gif);
	background-repeat: no-repeat;
	height: 21px;
}

.Layout_Heading_Title {
	padding-left: 27px;
}

.Panel_Body {
	padding-top: 6px;
	padding-left: 17px;
	padding-right: 17px;
	padding-bottom: 0px;
	background-image: url(images/Panel_BG.jpg);
	background-repeat: repeat-y;
	background-position: 100% 100%;
	color: #FFFFFF;
	text-align: left;
}

a.Link_Print {
	font-size: 10px;
	font-weight: normal;
	color: #808080;
	text-decoration: none;
	padding-right: 1px;
	white-space: nowrap;
}
a:hover.Link_Print {
	color: #A0A0A0;
	text-decoration: none;
}

.Heading1 {
	font-size: 12px;
	font-weight: bold;
	color: #326497;
}
