body {
	background-image: url(/images/bg2.jpg);
	color: #fff;
	font-family: arial;
	font-size: .9em;
	line-height: 105%;
}
#wrapper {
	width: 760px;
	border: 1px solid #aaa;
	margin: auto;
	margin-top: 6px;
	overflow: hidden;
	background: #000;
}
.left {
	float: left;
	padding: 8px;
	width: 410px;
	text-align: justify;
	line-height: 115%;	
}
.right {
	float: right;
	padding: 10px;
	padding-right: 20px;
}
.body {
	clear: both;
	padding: 10px;
}
.border {
	border: 1px solid #aaa;
}
.cellTop {
	height: 22px;
	background: #555555 url(/images/tabBG.jpg) no-repeat;
	margin: 0;
}
.cellTop p {
	padding: 4px 0 0 20px;
	font-weight: bold;
}

.cellBottom {
	background: #555555 url(/images/tdBottom.jpg) center bottom no-repeat;
	padding-bottom: 20px;
	margin: 0;
	margin-bottom: 10px;
}
a:hover {
	color: #FFFF00;
	text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
}
a {
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
	font-size: 13px;
}
li {
	list-style: square;
	margin-left: 20px;
	margin-right: 4px;
	margin-bottom: 8px;
	line-height: 120%;
	list-style-type: outside;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #cccccc;
}
.navbar {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	font-weight: normal;
	letter-spacing: 4px;
}
.navbar a {	
	text-decoration: none;
}
.navbar a:hover {
	text-decoration: underline;
}