body{
background-color:rgb(245,247,252);
}

.spacer{
border-width: 0px;
height: 20px;
}

.nav {
	clear: both;
	height: 35px;
	padding: 0;
	margin: 0;
	background: url(navborder.gif) center center;
	background-repeat: repeat-y;
	width: 640px;
	font-family:"Arial Black",Arial,sans-serif;
}

.nav div {
	padding: 0 0 0 0px;
	height: 35px;
	background: url(topborder.gif) center top;
	background-repeat: no-repeat;
}

.nav div div {
	padding: 0px 0px 0 0;
	height: 35px;
	background: url(bottomborder.gif) center bottom;
	background-repeat: no-repeat;
	text-align: center;
	line-height:2.2;
}

.nav a:link {
	color: #000000;
	text-decoration: none;
}
.nav a:visited {
	color: #000000;
	text-decoration: none;
} 
.nav a:hover {
	color: #0000FF;
	background-color: rgb(225,225,225);
	text-decoration: none;
}


.main {
	clear: both;
	padding: 0;
	margin: 0;
	background: url(mainborder.gif) center center;
	background-repeat: repeat-y;
	width: 640px;
	font-family:Arial,sans-serif;
	font-weight: 500;
}
.main div {
	padding: 30px 0 0px 0px;
	background: url(topborder.gif) center top;
	background-repeat: no-repeat;

}
.main div div {
	padding: 0px 60px 30px 60px;
	background: url(bottomborder.gif) center bottom;
	background-repeat: no-repeat;
	text-align: justify;
	line-height:1.5;
}

.cr {
	position:relative;
	top: 10px;
	text-align: center;
	font: 8pt Arial;
}