body
{
	background: #eeeab6;
	color: black;
	font-family: 'Verdana';
	margin: 0px 0px 0px 0px;
}

img
{
	border: 0px;
}

a
{
	color: #226622;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: black;
}

div.title
{
	width: 431px;
	height: 40px;
	padding-left: 15px;
	padding-top: 10px;
	text-align: left;
	font-size: 10pt;

	color: #888888;

	background: url('images/title.jpg') white no-repeat;
}

div.content
{
	width: 431px;

	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;

	text-align: left;
	font-size: 8pt;

	background: white;
}

