.bodytext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	font-style: normal;

}
.Header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	text-transform: none;
}
.leftside {
	background-attachment: scroll;
	background-image: url(images/lefttable.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #EDE3B7;

}
.rightside {
	background-attachment: scroll;
	background-image: url(images/righttable.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #EDE3B7;

}
.topleftshadow {
	background-image: url(images/topleftshadow.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.rightshadow {
	background-image: url(images/rightshadow.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.toprightshadow {
	background-image: url(images/toprightshadow.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}


.bodybk {
	background-attachment: scroll;
	background-image: url(images/bodybk.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.background {
	background-image: url(images/bkg2.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat;
	background-position: left top;
	background-attachment: fixed;
	top-margin: 0;
}
.leftshadow {
	background-image: url(images/leftshadow.png);
	background-repeat: repeat-y;
	background-position: right top;
}

a  {
	color : #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color : #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	color : #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

a:visited:hover {
	color : #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

