html, body {
	background-color: #DADEEB;
	font-family: verdana, tahoma, arial, sans-serif; 
	font-size: 12px;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	text-align: left;
}

h2 {
	font-size: 15px;
	color: #007aaa;
	font-weight: bold;
}

h3 {
	font-size: 18px;
	color: #d54230;
}

p, #bodycopy {
	font-size: 15px;
	line-height: 1.3;
}

p {
	text-align: justify;
}

a, a:active, a:visited {
	color:#fff;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.footer_links, .footer_links:active, .footer_links:visited, .footer_links:hover {
	color:#fff;
	text-decoration: underline;
	font-size: 11px;
}

.content_links, .content_links:active, .content_links:visited, .content_links:hover {
	color:#000;
	text-decoration: underline;
	font-size: 11px;
}

img {
	border: 0;
}

#table {
	background-color: White;
	margin: 10px 0;
	width: 900px;
}

#table, td {
	background-color: White;
	border-collapse: collapse;
	padding: 2px;
	color: #444;
}

#th {
	background-color: #444;
	color: #d5d5d5;
	font-size: 14px;
	padding: 2px;
	text-align: left;
}

#td {
	font-size: 12px;
	padding: 2px;
}
