body {
		background:		#FAE9C7;
		color:			#000000;
		font-family:		Verdana;
		font-size:		10pt;
		font-weight:		normal;
		margin:			0px;
}

td {
		font-size:		10pt;
}

a {
		color:			#000000;
}

td#header {
		height:			104px;
		text-align:		center;
		background-image:	url(back_sides.jpg);
		background-position:	center center;
}

div#title {
		position:		absolute;
		width:			500px;
		height:			104px;
		left:			50%;
		top:			0px;
		margin-left:		-250px;

		text-align:		center;
		background-image:	url(back_center.jpg);
		background-position:	center center;
		background-repeat:	no-repeat;
}

div#title h1 {
		color:			#990000;
		font-family:		Verdana;
		font-size:		16pt;
		font-weight:		bold;
		margin-top:		10px;
		margin-bottom:		43px;
}

div#title h2 {
		color:			#FFFFFF;
		font-family:		Verdana;
		font-size:		12pt;
		font-weight:		bold;
		margin-top:		10px;
		margin-bottom:		0px;
}

td#menu {
		border-top:		solid 1px black;
		width:			270px;
		vertical-align:		top;
}

div#menudiv {
		border:			solid 1px black;
		background:		#216ED6;
		padding:		20px;
		margin:			20px;
		color:			#FFFFFF;
		font-family:		Verdana;
		font-size:		10pt;
		font-weight:		bold;
}

div#menudiv a {
		color:			#FFFFFF;
		text-decoration:	none;
}

div#menudiv a:hover {
		text-decoration:	underline;
}

td#main {
		border-top:		solid 1px black;
		vertical-align:		top;
		padding:		20px;
		padding-left:		0px;
}

body.main h3 {
		color:			#990000;
		font-family:		Verdana;
		font-size:		12pt;
		font-weight:		bold;
		margin-top:		0px;
		margin-bottom:		0px;
}

body.main h4 {
		color			#000000;
		font-family:		Verdana;
		font-size:		10pt;
		font-weight:		bold;
		font-style:		italic;
		margin:			0px;
		margin-bottom:		8px;
}

td#footer {
		border-top:		solid 1px black;
		height:			60px;
		padding-left:		20px;
}