@charset "utf-8";
body {
	background-color: #CCC;
	text-align: center;
}
p {
	text-align: left;
	font-weight: bold;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
a {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #0469A1;
}
.bordertable {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.topbordertable {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000;
}

a:link {
	color: #06F;
	text-decoration: none;
}
a:visited {
	color: #02669A;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: none;
}
a:active {
	color: #F00;
	text-decoration: none;
}
#content {
	width:800px;
	z-index:1;
	background-color: #FFF;
	border: 4px solid #06C;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
.smalltext {
	font-size: 10px;
}
.metings {
	text-align: center;
}
.newparagraph {
	font-size: 14px;
}
