html,body,table {
	font-family: verdana, arial, helvetica;
}

html {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-image: url(../images/leftBg.gif);
	background-repeat: repeat-y;
	background-position: 5px 0px;
}

body.front {
	background-image: url(../images/leftBgFront.gif);
}

#mainArea {
}

#mainArea.front {
	background-image: url(../images/frontBg.jpg);
	background-repeat: no-repeat;
	background-position: 5px 267px;
}


#mainTable {
	background-image: url(../images/stripe.gif);
	background-repeat: repeat-x;
	background-position: 0px 130px;
}

.readMore {
	font-family: verdana,helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: #06733d;
	text-decoration: none;
	display: inline-block;
	background-color: #e5efea;
	padding: 2px;
	padding-left: 4px;
}
.readMore:visited {
	color: #06733d;
	text-decoration: none;
}
.readMore:hover {
	color: #06733d;
	text-decoration: underline;
}
