body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #4D4D4D;
}

body.page {
	background:#FECC00 url(images/page_background.gif) no-repeat center top;
	margin:0;
	overflow:hidden;
}

body.content {
	background-color: #FFEFC2;
	padding: 25px 25px 0px 25px;
	
	scrollbar-face-color: #E7DEB9;
	scrollbar-arrow-color: #C36A24;
	scrollbar-base-color: #BDBDBD;
	scrollbar-shadow-color: #BDBDBD;
	scrollbar-DarkShadow-Color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3d-light-color: #FFFFFF;
}

body.popup {
	background-color: #FFF2A6;
}

td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #4D4D4D;
}

table.content, tr.content, td.content {
	background-color: #FFEFC2;
}

table.content_page, tr.content_page, td.content_page {
	background-color: #FFF2A6;
	padding: 40px 30px 40px 30px;
}

table.red, tr.red, td.red {
	background-color: #910000;
}

span.red, p.red, b.red {
	color: #C36A24;
}

input, textarea, select  {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #4D4D4D;
	background-color: #FFFDF6;
}

input.rbutton {
	background-color: #FFEFC2;
}

input.button {
	background-color: #FECC00;
	border: 1px solid #756008;
	font-weight: bold;
	cursor: pointer;
}

ul {
	margin-left: 20px;
}

ul.arrow_list {
	list-style-image:url(images/list_arrow.gif);
}

hr{
	height:1px;
	border:0px;
	color:#B8A98A;
	background:#B8A98A;
}

h1 {
	color: #0060B2;
	font-weight: bold;
	font-size: 18px;
	font-family: verdana,helvetica, arial, sans-serif;
}

h2 {
	color: #C36A24;
	font-weight: bold;
	font-size: 13px;
	font-family: verdana, arial, helvetica, sans-serif;
}

.mb {
	margin-bottom: 2px;
}

a {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #C36A24;
}

a.button {
	background-color: #FECC00;
	border: 1px solid #756008;
	font-weight: bold;
	display:block;
	padding: 5px;
}

a.button:hover {
	background-color: #FFE155;
}

span.arrow_selected {
	color: #910000;
	height: 8px;
	padding-left: 18px;
	background: url(images/arrow_o.gif) no-repeat 4px;
}

a.printlink {
	height: 8px;
	padding-left: 20px;
	background: url(images/icon_print.gif) no-repeat 4px;
}

a.arrow {
	height: 8px;
	padding-left: 18px;
	background: url(images/arrow.gif) no-repeat 4px;
}

a.arrow:hover {
	background: url(images/arrow_o.gif) no-repeat 4px;
}

a.arrow_top {
	height: 8px;
	padding-left: 18px;
	background: url(images/arrow_top.gif) no-repeat 4px;
}

a.arrow_top:hover {
	background: url(images/arrow_top_o.gif) no-repeat 4px;
}