body{
	font-size: 11px;
	font-family: tahoma;
	margin-top: auto;
	padding-top: 0px;
}


a:link{
	color: #000000;
	text-decoration: underline;
}
a:visited{
	color: #000000;
	text-decoration: underline;
}
a:hover{
	color: #008300;
	text-decoration: underline;	
}



.mainTable{
	width: 817px;
	height: 900px;
}


.logoImage{
	background-image: url('../gfx/logo.jpg');
	height: 171px;
}


.siteMainMenu{
	background-image: url('../gfx/v_bar.jpg');
	height: 40px;
	padding: 0 0 0px 14px;
	line-height: 35px;
	vertical-align: top;
}


.siteContent{
	padding: 0 12px 0 12px;
	vertical-align: top;
	height: 663px;
}


.footerImage{
	background-image: url('../gfx/footer.gif');
	height: 13px;
}


.footerText{
	height: 13px;
	text-align: right;
	padding-right: 9px;
	font-weight: bold;
}



