@charset "utf-8";

#mainContent {
	width: 690px;
	float: left;
	border: 1px solid #a7a7a7;
	font: normal 12px Arial;
}

.mMain {
	padding: 10px;
}

.mMain a:link {
	text-decoration: none;
	color: #ffa56b;
}

.mMain a:visited {
	text-decoration: none;
	color: #ffa56b;
}

.mMain a:hover {
	text-decoration: none;
	color: #c37e52;
}

.mMain ol {
	margin-left: 30px;
}

.mMain input {
	border: 1px solid #a7a7a7;
	margin: 2px 5px;
}

.mMain textarea {
	border: 1px solid #a7a7a7;
	margin: 2px 5px;
	font: normal 12px Arial;
}

.mSpace {
	padding: 4px;
}

.row-style1 {
	background: #ffe1ed;
	padding: 2px 8px;
}

.row-style1 a:link {
	text-decoration: none;
	color: #000000;
}

.row-style1 a:visited {
	text-decoration: none;
	color: #000000;
}

.row-style1 a:hover {
	text-decoration: underline;
	color: #000000;
}

.row-style2 {
	background: #ffffff;
	padding: 2px 8px;
}

.row-style2 a:link {
	text-decoration: none;
	color: #000000;
}

.row-style2 a:visited {
	text-decoration: none;
	color: #000000;
}

.row-style2 a:hover {
	text-decoration: underline;
	color: #000000;
}

.mHeader {
	color: #28200e;
	font: bold 18px Arial;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.mSHeader {
	color: #a2546e;
	font: bold 14px Arial;
	text-transform: uppercase;
}

.inputOpt {
	padding: 1px;
}

#rightBar {
	float: right;
	width: 205px;
}

.rbSection {
	width: 183px;
	border: 1px solid #a7a7a7;
	padding: 11px 10px;
	font: normal 12px Arial;
	text-align: right;
}

.rbHeader {
	border-bottom: 1px solid #e7e7e7;
	color: #a2546e;
	font-weight: bold;
	height: 22px;
	margin-bottom: 6px;
	text-transform: uppercase;
	width: 183px;
}