/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 101%;
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding:0;

}

/*  Main Content  --------------------------------------------------------------------------------- */
#mainContentTable {
	line-height: 1.5em;
	background-color: #FFFFFF;
	border: 1px solid #406028;
	width: 700px;
	padding-left: 24px;
	font-size: 0.8em;
	padding-top: 12px;
	padding-right: 24px;
	padding-bottom: 12px;
}

.mainContentTable  a:link {
	color: #406028;
}
.mainContentTable  a:visited {
	color: #B74900;
}
.mainContentTable a:hover, .mainContentTable a:active, .mainContentTable a:focus{
	color: #000000;
}

.textContent {
	font-size: 101%;


}
