body {
	color: #000;
	background-color: #F5F3ED;
	margin: 7px;
	text-align: center;
	background-image: url(../graphics/body_back.jpg);
	background-repeat: repeat-x;
}

div#siteTop, div#siteMiddle {
	width: 762px;
	margin: 0 auto 2px auto;
	padding: 4px;
	background-color: #F8F8F8;
	border: 1px solid #888;
}

div#siteTop {
	margin-top: 20px;
}

div#siteMiddle {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	min-height: 300px;
}

div#siteFoot {
	width: 765px;
	margin: 0 auto;
	padding: 2px 5px 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #777;
	text-align: right;
}

div#header {
	height: 75px;
	border: 1px solid #333;
	background-image: url(../graphics/header.jpg);
}


/* content */

div#content {
	width: 650px;
	background-color: #FAFAF8;
	border: 1px solid #95957A;
	text-align: left;
	margin-left: 110px;
}

div.cHead {
	margin-bottom: 10px;
	background-image: url(../graphics/chead_back.jpg);
	border-bottom: 1px solid #555;
	height: 3px;
	font-size: 3px;
}

div.cFoot {
	margin-top: 20px;
	background-image: url(../graphics/chead_back.jpg);
	border-top: 1px solid #555;
	height: 3px;
	font-size: 3px;
}

div.cHeadLabel {
	margin: 0px 6px 15px 6px;
	height: 20px;
	line-height: 20px;
	border-bottom: 1px dotted #aaa;
	color: #6C8DB8;
	font-weight: bold;
	font-size: 110%;
}

div.cSubLabel {
	margin: 0px 6px 3px 6px;
	padding-left: 2px;
	height: 15px;
	color: #999;
	letter-spacing: 1px;
}

div.cSubContent {
	margin: 5px 15px 5px 15px;
	color: #666;
}

div.cSubContent2 {
	margin: 0 10px 0 15px;
	color: #777;
}

div.cBottomLink {
	padding: 10px 15px 0 0;
	text-align: right;
}

div.hr {
	height: 26px;
	margin-left: 6px;
	margin-right: 6px;
	background-image: url(../graphics/hr_line.gif);
	background-repeat: repeat-x;
}

div.hr2 {
	height: 20px;
	margin: 5px 6px 0 6px;
	background-image: url(../graphics/hr_line.gif);
	background-repeat: repeat-x;
}

/* menue */

div.menuLeft {
	float: left;
	width: 103px;
	border: 1px solid #95957A;
	background-image: url(../graphics/menu_back.jpg);
	background-repeat: repeat-y;
	margin-bottom: 10px;
	clear: both;
}

div.menuHead {
	height: 8px;
	background-image: url(../graphics/menu_head.jpg);
	font-size: 3px;
}

div.menuFoot {
	height: 10px;
	background-image: url(../graphics/menu_foot.jpg);
	font-size: 3px;
}

div.menuItem {
	padding: 1px 3px 1px 2px;
	margin: 1px 0 0 2px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}


/* sub elements */
div.errContainer, div.prevContainer, div.succContainer {
	margin: 0 10px 0 10px;
	padding: 20px 5px 20px 15px;
	color: #444;
}

div.errContainer, div.prevContainer {
	border: 1px dashed #EDCFB9;
	background-color: #F7F3EE;
}

div.succContainer {
	border: 1px dashed #AED3A9;
	background-color: #f0fff0;
}

div.marTop {
	margin-top: 5px;
}

div.terms {
	padding: 1px 0 0 30px;
	font-size: 80%;
}

td.tdOptL {
	width: 20%;
	padding-left: 5px;
}

td.tdOptM {
	width: 15%;
}

td.tdOptR {
	width: 65%;
	text-align: right;
	padding-right: 10px;
}


/* fonts */

A.menuLeft			{ padding-left: 3px; color: #555; text-decoration: none; display: block; border-left: 2px solid #fff; }
A.menuLeft:hover	{ padding-left: 3px; display: block; border-left: 2px solid #DE6B00; }
A.cBottomLink		{ padding: 0 1px 0 1px; color: #bbb; border-bottom: 1px solid #bbb;}
A.cBottomLink:hover { padding: 0 1px 0 1px; color: #6C8DB8; border-bottom: 1px solid #6C8DB8; }
A.optLink			{ color: #6C8DB8; text-decoration: none; }
A.optLink:hover		{ color: #D6A1A1; text-decoration: underline; }
A.siteFoot			{ color: #777; }
A.siteFoot:hover	{ color: #555; }

.lgray	{ color: #999; }
.dgray	{ color: #666; }
.dgrayb	{ color: #555; font-weight: bold; }
.lred	{ color: #D6A1A1; }

.bold 	{ font-weight: bold; }
.small	{ font-size: 90%; }
.italic { font-style: italic; }

/* global */

A { text-decoration: none; }

FORM {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

INPUT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

INPUT.submit {
	height: 19px;
	cursor: pointer;
	color: #444;
}

TABLE {
	border-collapse: collapse;
	width: 100%;
}





