.lefttablefade {
	background-image: url(images/lefttablefade.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.righttablefade {
	background-image: url(images/righttablefade.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.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.jpg);
	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;

}
.bodybk {
	background-attachment: scroll;
	background-image: url(images/bodybk.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.background {
	background-attachment: fixed;
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
a  {
	color : #000066;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color : #6633FF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration : underline;
	font-weight: normal;
}

a:visited {
	color : #000066;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration : underline;
	font-weight: normal;
}

a:visited:hover {
	color : #6633FF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration : underline;
	font-weight: normal;
}