body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	background-color: #eeebeb;
}
.border {
	border:solid #FFFFFF 10px;
}
.top-left {
	background: url(../images/top-left.jpg) no-repeat top right;
	min-height: 65px;
	margin: 0;
	padding: 0;
}
.top-right {
	background: url(../images/top-right.jpg) no-repeat top left;
	min-height: 65px;
	margin: 0;
	padding: 0;
}
.bottom {
	background: url(../images/bottom_shadow.jpg) no-repeat top;
	min-height: 65px;
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#bbbbbb;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
	text-decoration:none
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
	text-decoration:none
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:underline
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
	text-decoration:none
}
