/* body and p elements */
body {
	background-color: #f7f6f1;
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 13px;
}


p {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 13px;
}

h1 {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 28px;
	font-weight:bold;
	color: #FFFFFF;
	padding: 10px;
	margin-bottom: -2px;
}

h2 {
	font-family: Verdana, Arial, helvetica, sans-serif;
	text-align:center; 
	font-size: 13px;
	font-weight:bold;
}
	
/* special fonts */
/* Footer */
.legal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-indent: 1em;
}


.legal a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}

.legal a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}

.redError {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF0000;
	font-weight: bold;
}


/* tables */
table.boxWithLeftAndRightAndTopBordersTitle {
	border-collapse: collapse;
	background-color: #2D5C3D;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #2D5C3D;
	border-right-color: #2D5C3D;
	border-bottom-color: #2D5C3D;
	border-left-color: #2D5C3D;
}

table.boxWithLeftAndRightBorders {
	border-collapse: collapse;
	border-right: 1px solid #808055;
	border-left: 1px solid #808055;
	background-color: #FFFFFF;
}

table.boxWithLeftAndRightAndBottomBorders {
	border-collapse: collapse;
	border-right: 1px solid #808055;
	border-left: 1px solid #808055;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #808055;
}

table.bottomBarBelowButtons {
	background-color: #2D5C3D;
	height: 2px;
	width: 765px;
	border: 1px solid #2D5C3D;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

table.setHeightBoxWithLeftAndRightAndBottomBorders {
	border-right: 1px solid #808055;
	border-left: 1px solid #808055;
	background-color: #FFFFFF;
	height: 500px;
	width: 765px;
	text-align: justify;
	overflow: auto;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #808055;
	padding: 0px;
}

table.boxWithLeftBorder {
	border-collapse: collapse;
	border-left: 1px solid #808055;
	background-color: #FFFFFF;
}


table.setHeightBoxWithLeftAndRightBorders {
	border-collapse: collapse;
	background-color: #FFFFFF;
	height: 500px;
	width: 765px;
	text-align: justify;
	padding: 15px;
	overflow: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #2D5C3D;
	border-left-color: #2D5C3D;
}
