/* CSS Document */
body {
	margin:0px;
	background-image:url(../../../images/design/line.PNG);
	background-repeat:repeat-x;
	background-color:#E0DCCF;
	font-family: Arial, Helvetica, sans-serif;
}

#main {
	background-color:#FFFFFF;
	height:100%;
}

#mainContent {
	background-image:url(../../../images/design/centerLine.PNG);
	background-position:top;
	background-repeat:repeat-x;
}

#mainMenu {
	background-color:#9A8D61;
	height: 210px;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #9A8D61;
}

.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #9A8D61;
}

.mtext {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9A8D61;
}

.contentText {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
}

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #9A8D61;
	font-weight:bold;
}

a.link:link {
	color: #9A8D61;
	text-decoration: none;
	font-size:11px;
	font-weight:bold;
}
a.link:visited {
	color: #9A8D61;
	text-decoration: none;
	font-size:11px;
	font-weight:bold;
}
a.link:hover {
	color:#9A8D61;
	text-decoration: none;
	font-size:11px;
	font-weight:bold;
}
a.link:active {
	color: #9A8D61;
	text-decoration: none;
	font-size:11px;
	font-weight:bold;
}

a:link {
	color: #9A8D61;
	text-decoration: none;
	font-size:11px;
	font-weight:bold;
}
a:visited {
	color: #9A8D61;
	text-decoration: none;
	font-size:11px;
	font-weight:bold;
}
a:hover {
	color:#9A8D61;
	text-decoration: none;
	font-size:11px;
	font-weight:bold;
}
a:active {
	color: #9A8D61;
	text-decoration: none;
	font-size:11px;
	font-weight:bold;
}
