/* CSS Document */

BODY{
	font-family: Arial;
	font-size:12px;
	background-color:#009933;
}

.content{
	margin-top:-4px;
	margin-left:-2px;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	background-color:#FFFFFF;
	width:738px;
	height:500px;
	text-align:left;
}

.contentBottom{
	margin-left:-2px;
	margin-top:0px;
	width:740px;
	height:64px;
	background-image:url(/images/content_bottom.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
.title{
	font-weight:bold;
	font-variant:small-caps;
	font-size:16px;
}
