/* CSS Document */

#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	text-align: left;
		}
#nav {
	padding-top: 30px;
	padding-bottom: 15px;
}
#content {
	background: #ffffff;
}
#contentblock {
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	text-align: justify;
		}
#footer {
	padding: 0px;
	text-align: center;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}
h1 {
	font-size: 14px;
	font-weight: bold;
}
h2 {
	background-color: #808080;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: white;
}
