@charset "utf-8";
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0;
}
body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p { 
	line-height: 140%;
}
img,a {
	border: 0;
}	
h2 {
	font-size: 180%;
	color: #660000;
	letter-spacing: .10em;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #660000;
}
a:active {
	text-decoration: none;
	color: #660000;
}
.txt_cent {
	text-align: center;
	font-size: 120%;
	font-style: italic;
}
.img_cent {
	text-align: center;
	display: block;
}
.img_left {
	float: left;
	padding-right: 10px;
}
.img_right {
	float: right;
	padding-left: 10px;
}
.para_bold {
	line-height: 150%;
}
.dates_bold {
	font-size: 100%;
	font-weight: bold;
	color:#660000;
}
.web_sites {
	height: 130px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 0;
	text-align: justify;
}
.web_sites a {
	font-weight: bold;
}
#container {
	background-color: #FFFFFF;
	margin: 0 auto;
	width: 900px;
}
#sub_sidebar {
	padding: 10px;
	float: right;
	width: 320px;
}
#sub_sidebar p {
	font-size: 80%;
}


