@charset "utf-8";
body {
	background-color: #D9D6CD;
	margin-top: 53px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/mainBG.jpg);
	background-repeat:no-repeat;
	background-position:top center
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #403f3b;
}
.folderTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}

.folderFirstLine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4d2c1b;
	font-weight: bold;
}

.folderCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4d2c1b;
}

.bigTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #87bf4a;
	line-height: 35px;
}

.whiteText {
	color: #FFFFFF;
}

.lightBlueText {
	color: #30ad90;
	line-height: 16px;
}

.paragraphHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #30ad90;
	
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #87bf4a;
	text-decoration: none;
}

a:active {
	color: #699836;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #87bf4a;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}
.plain {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #403f3b;
	line-height: 16px;
}
