@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #0060ff;
	line-height: 20px;
}
.smallbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	line-height: 20px;
}
.smaller {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}


#wrapper {
	height: 1000px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.darkBlueBox {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #0101ff;
	padding: 10px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #CCC;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #CCC;
	width: 844px;
	line-height: 20px;
}
a:link, a:active, a:visited {
	color: #00F;
	text-decoration: none;
}
.yellow:link, .yellow:active, .yellow:visited {
	color: #FC0;
	text-decoration: none;
}
.yellow:hover {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}
.centerBox {
	background-image: url(images/1b.jpg);
	padding: 10px;
	color: #000;
	width: 794px;
}
.border2px {
	border: 2px solid #000;
}

