body {
	background-image: url(images/essm-background.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 3px;

}
.text-bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.shadow-right {
	background-image: url(images/shadow-right.gif);
	background-repeat: repeat-y;
	width: 40px;
}
.shadow-left {
	background-image: url(images/shadow-left.gif);
	background-repeat: repeat-y;
	width: 40px;
	background-position: right;

}
a:link {
	color: #000000;
	font-weight: bold;
}
a:visited {
	color: #666666;
	font-weight: bold;
}
a:hover {
	color: #FFCC00;
	font-weight: bold;
}
a:active {
	color: #000066;
	font-weight: bold;
}
