body {
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	line-height:19px;
	color: #555;
	background-color:#F9F2EC;
}

h1 {
	font-size:15px;
	margin:8px 0;
	color: #21439A;
}

h2 {
	font-size:15px;
	margin:8px 0;
	color: brown;
}

h3 {
	font-size:14px;
	margin:8px 0;
	color: #774B28;
}

p {
	margin:0 0 12px 0;
}

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

a:hover {
	color:#990000;
	text-decoration:underline;
}

td.nav {
	vertical-align:top;
	background-image:url('images/bg_nav.gif');
	background-repeat:repeat-x;
	background-color:#EEDDCC;
}

td.content {
	vertical-align:top;
	padding:10px 15px;
	background-color:#fff;
	width:823px;
	
}

td.footer {
	font-size:11px;
	line-height:15px;
	text-align:center;
	padding-top:10px;
}

.image {
	border:1px solid #ccc;
	background-color:#eee;
	padding:5px;
	}
	
.small_text {
	font-size:11px;
	}