
body {
	margin: 0; padding: 0;
	text-align: center;
	font: 12px Arial;
	color: #ffffff;
	background: url(images/body.jpg) repeat top center;
}
.single {
	border-top: 2px solid #999;
	margin: 10px 0;
}
td { vertical-align:top;
     font-size:13px;
	 color:#ffffff;}

a {
	text-decoration: none;
	color: #CCC;
}
a:hover{
	text-decoration:none;
        color:#68A2BA;}
	#sidebar {
			
		border-left: 1px solid #999;
		margin-left: -1px;
	}

.box {
			border-bottom: 1px solid #999;
			padding: 10px 0 10px 10px;
		}
			#sidebar a {
				color: #ffffff;
			}
			#sidebar a:hover {
				color: #68A2BA;
			}
			#sidebar .box h2 {
				font-size: 0.9em;
				text-transform: uppercase;
				margin-bottom: 10px;
			}
			#sidebar .box ul {
				list-style-type: none;
			}
			#sidebar .box ul li {
				padding: 5px 0 5px 16px;
				background: url(images/bullet.gif) no-repeat 0 center;
			}
