body {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica;
	background: #777777;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
ul {
	padding-left: 20px;
	text-align: justify;
}
p {
	text-align: justify;
}
p.footer {
	text-align: center;
}
td {
	font-size: 12px;
}

A:link {text-decoration: underline; color: #360}
A:visited {text-decoration: underline; color: #360}
A:active {text-decoration: underline; color: #360}
A:hover {text-decoration: underline; color: #090}	

div.container {
	width: 850px;
	background: #FEFEFA;
	margin: 0;
	padding: 0;
	border: 1px solid #000000;
	text-align: left;
}
div.mainContent {
	margin-left: 13px;
	width: 820px;
}
div.header {
	background: #B1D8CC;
	height: 70px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0 0 0;
}
div.footer {
	background: #DDDDDD;
	margin: 0;
	height: 30px;
	padding: 12px 0 10px 15px;
	text-align:center;
}
p.h1 {
	margin-top: 30px;
	font-size: 20px;
	font-weight: bold;
}
p.h2 {
	font-size: 16px;
	font-weight: bold;
}
p.h3 {
	font-size: 14px;
	font-weight: bold;
}
#small {
	font-size: 12px;
}
