body{
	background-color: #808080;
	marginwidth:0;
	marginheight:0;
	topmargin:0;
	leftmargin:0;
	margin:0;
}

.leftborder {
	background-image: url(img/border_left.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.rightborder {
	background-image: url(img/border_right.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.bg {
	background-image:  url(img/bg_site_nomarker.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.bgHomepage {
	background-image:  url(img/bg_site_w-marker.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.PostItNote {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: E3E1AA;
	background: #FFFFBB;
	font-family: Courier, Times, serif;
	font-size: 11px;
	line-height: 13px;
	color: #A4A473;
}
.underline {
	font-family: Courier, Times, serif;
	font-size: 11px;
	line-height: 13px;
	color: #A4A473;
	text-decoration: underline;
}
.bgMarks {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background: #FBFAE5;
	width: 224px;
	height: 221px;
	background-image: url(img/bg_marks.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

a:link {
	font-family: Courier, Times, serif;
	font-size: 11px;
	line-height: 13px;
	color: #686845;
	text-decoration: none;
}
a:visited {
	font-family: Courier, Times, serif;
	font-size: 11px;
	line-height: 13px;
	color: #686845;
	text-decoration: none;
}
a:active {
	font-family: Courier, Times, serif;
	font-size: 11px;
	line-height: 13px;
	color: #686845;
	text-decoration: none;
}
a:hover {
	font-family: Courier, Times, serif;
	font-size: 11px;
	line-height: 13px;
	color: #B64B24;
	text-decoration: underline;
}