body {
	background-image:  url("images/back.jpg");
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #5e5e5e;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}
a:link {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
}
.basic_cell {
	background-color: #FFFFFF;
	padding: 12px;
}

