body {
	margin: 0px;
	padding: 0px;
	background-color: #9c2229;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #525252;
}

form {
	padding: 0px;
	margin: 0px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
}

a {
	text-decoration: none;
	color: #F4A62A;
}

a:hover {
	text-decoration: underline;
}


a.black {
	color: #525252;
}

a.black em {
	color: #F4A62A;
	font-style: normal;
}

div {
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	font-size: 11px;
}

hr {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #d7d86a;
	display: block;
	height: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 6px;
	margin-bottom: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

hr.w90 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

hr.gray {
	border-top-color: #cccccc;
}

hr.sgray {
	border-top-color: #cccccc;
	border-top-style: solid;
}


hr.dgray {
	border-top-color: #999999;
	border-top-style: solid;
}

hr.orange {
	border-top-color: #F4A62A;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	padding: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 16px;	
}


img.button {
	cursor: pointer;
}

img.calendar {
	cursor: pointer;
}

input, select, textarea {
	border: 1px solid #CCCCCC;
	font-size: 13px;
	color: #333333;
}

input[type=button], input[type=submit] {
	background-color: #f0f0f0;
}

input[disabled=disabled],
select[disabled=disabled],
textarea[disabled=disabled] {
	background-color: #fcfcfc;
	color: #666666;
}

input[type=checkbox],
input[type=radio],
input[type=image],
input[type=hidden],
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

input[type=checkbox],
input[type=radio] {
	margin: 3px;
}

div.icon {
	background-color: #CCCCCC;
	padding: 1px;
	width: auto;
	float: left;
	display: inline-block;
}

div.icon a {
	display: inline-block;
	height: 16px;
	padding-top: 2px;
	background-color: #FFFFFF;
}

div.icon a:hover {
	text-decoration: none;
}

div.icon a span {
	color: #F4A62A;
}

div.icon a:hover span {
	text-decoration: underline;
}

div.icon input {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 18px;
	font-size: 12px;
	padding: 0px;
}

div.icon img {
	padding: 0px;
}

a.help {
	color: #F4A62A;
	font-weight: bold;
}

ul, ol {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
}

ul.orange {
	color:#F4A62A;
}

.hide {
	display: none;
	visibility: hidden;
}

body ul.jump {
	padding: 0px;
	list-style: none;
	margin: 0px;
}

body ul.jump li {
	list-style: none;
	float: left;
	width: auto;
}

body ul.jump.cols li {
	width: 33%;
	list-style-position: inside;
	list-style-type: disc;
}

body ul.jump li a {
	margin-right: 8px;
	margin-left: 8px;
	padding-left: 4px;
	padding-right: 4px;
	margin-bottom: 6px;
}

body ul.jump.cols li a {
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;

}

.oddbg {
	background-color: #f2f2f2;
}

.oddbg .evenbg {
	background-color: #FFFFFF;
}
