body, html {
	height: 100%;
	background-color: #cbd4d7;
	padding: 0;
	margin: 0;
}

body, td, tr {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #61757c;
}

#content {
	width: 585px;
	padding: 20px;
}

.subheader {
	font-size: 15px;
	color: #475a60;
	margin-bottom: 5px;
}

.box_top {
	height: 31px;
	background-image: url("http://simplesmileys.org/images/box_top.gif");
}

.box_middle {
	height: 31px;
	border-top: 1px solid #cbd4d7;
	background-color: #ffffff;
}

.box_bottom {
	height: 31px;
	border-top: 1px solid #cbd4d7;
	background-image: url("http://simplesmileys.org/images/box_bottom.gif");
}

.box_single {
	height: 31px;
	background-image: url("http://simplesmileys.org/images/box_single.gif");
}

a:link, a:visited {
	color: #20719c;
	text-decoration: none;
}

a:hover, a:active {
	color: #2686b8;
	text-decoration: none;
}

.light {
	color: #a2afb4;
}