/* global */
* {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	color: #63543f;
}

p.bodytext {
	margin-bottom: 12px;

}

/* table */
table.hg {
	border: 1px solid #ffffff;
	clear: both;
}
table.hg2 {
	background-color:#FFFFFF;
	clear: both;
	border: 3px solid #FFFFFF;
	padding:2px;
	border-collapse:collapse;
	
}


td {
	vertical-align: top;
	padding:3px;
}

td.line{
	border-bottom:1px solid #e2a841;
}
td.line2{
}

td.orange {
	background-color: #e2a841;	
	font-weight:bold;
	color: #ffffff;
	border-bottom:1px solid #FFFFFF;
}

td.orange2 {
	background-color: #e2a841;	
	font-weight:bold;
	color: #ffffff;
}

td p.bodytext {
	margin-bottom: 12px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

tr.color1 td p.bodytext {
	background-color: #e2a841;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 6px;
}

tr.color2 td p.bodytext {
	padding-left: 9px;
	padding-right: 9px;
}

table caption {
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}

table {
	margin-bottom: 20px;
	margin-top: 20px;
}

table.hg {
	background-color: #ffffff;
}


/* links */
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	/*color: #e2a841;*/
	font-weight: bold;
	color: #7b592d;
}

a.buttonLink:link, a.buttonLink:visited, a.buttonLink:hover, a.buttonLink:active {
	background-color: #016e01;
	color: #ffffff;
	font-weight: bold;
	background-image: url("../images/arrow_white.gif");
	background-position: 6px 50%;
	padding-left: 18px;
	padding-right: 6px;
	height: 17px;
	background-repeat: no-repeat;
	display: inline;
	/*width: 122px;*/
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* headings */
h1, h1.csc-firstHeader {
	color: #63543f;
	font-size: 19px;
	font-weight: bold;
}

h2 {
	color: #63543f;
	font-size: 17px;
	font-weight: bold;
}

h3 {
	color: #63543f;
	font-size: 15px;
	font-weight: bold;
}

/* sitemap */
div.csc-sitemap ul {
	list-style-type: square;
}

/* frames */
div.csc-frame-rulerAfter, div.csc-frame-rulerBefore {
	height: 11px;
	margin-top: 5px;
	border-top: 1px solid #ecc682;
	padding-bottom: 5px;
	clear: both;
}

/* pics */
dd.csc-textpic-caption {
	padding-top: 5px;
	padding-left: 5px;
}
div.csc-textpic-imagewrap {
	/*padding: 7px;*/
}

div.csc-textpic-text {
	float: left;
	/*border: 1px solid #000;*/
	/*width: 330px;*/
}

/* forms */
.kmuinput {
	background-color: #f4e1b7;
	border: 1px solid #eccb95;
} 


.kmubutton {
	/* 016e01 */
	/* 63543f */
	background-color: #016e01;
	border: 1px solid #016e01;
	color: #ffffff;
}

.line a{
	text-decoration: none;
	/*color: #e2a841;*/
	font-weight: bold;
	color: #7b592d;
}
.line a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	/*color: #e2a841;*/
	font-weight: bold;
	color: #7b592d;
}
