body {
	background-image : url(images/body_bg.gif);
	background-repeat : repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	}
	
h1	{
	font-size: 12pt;
	font-weight: bold;
	margin: 0,0,0,0;
	}
	
h2	{
	font-size: 10pt;
	font-weight: bold;
	margin: 0,0,0,0;
	}
	
.content{
	background-image : url(images/content_bg.jpg);
	background-position : bottom;
	background-repeat : no-repeat;
	background-color : #cce3ed;
	height: 400px;
	vertical-align: top;
}

.menu{
	background-color : #003b9f;
	border-top-color : #fff;
	border-top-style : solid;
	border-top-width : 2px;
	border-bottom-color : #fff;
	border-bottom-style : solid;
	border-bottom-width : 2px;
	height: 30;
	
	font-size: 9;
	font-weight: bold;
	}

.menu a {
	font-size: 9pt;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: none;
	}



.footer{
	background-image : url(images/footer_bg.gif);
	background-repeat : repeat-y;
	border-top-color : #fff;
	border-top-style : solid;
	border-top-width : 2px;
	border-bottom-color : #fff;
	border-bottom-style : solid;
	border-bottom-width : 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
}

.topleft{
	text-align: left;
	vertical-align: top;
}
.topleftbold{
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}