body {
	background-color: #CCCCCC;
	font-family: Verdana, Arial;
	font-size: 12px;
	line-height: 150%;
	color: #666666;
	margin: 0 0 0 0;
}

h1 {
	margin: 0 0 5px 0;
	font-size: 24px;
	letter-spacing: 2px;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

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

#header {
	margin: auto;
	width: 700px;
	height: 48px;
	text-align: left;
	background: url(../css01/header.jpg) no-repeat;
	padding: 52px 35px 0px 35px;
	color: #DDDDDD;
	text-align: center;
}
#header div {
	display: none;
}
#panel {
	margin: auto;
	width: 714px;
	height: 5px;
	padding: 2px 28px 2px 28px;
	background: url(../css01/panel.jpg);
	font-size: 11px;
}

#panel2 {
	margin: auto;
	width: 714px;
	padding: 2px 28px 2px 28px;
	background: url(../css01/panel.jpg);
	font-size: 11px;
	color: #FFFFFF;
}
#panel2 a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#panel2 a:hover {
	color: #FF0000;
}
#mainbody {
	margin: auto;
	width: 714px;
	padding: 10px 28px 10px 28px;
	background: url(../css01/mainbody.jpg);
	line-height: 150%;
	text-align: left;
}
#left {
	float: left;
	width: 500px;
}
#middle {
	float: left;
	width: 14px;
}
#middle p {
	display: none;
}
#right {
	float: left;
	width: 200px;
}
#rtitle {
	font-size: 9pt;
}
#rtitle h2{
	font-size: 10pt;
}
#rtitle b{
	font-size: 9pt;
}
#rtitle p{
	display: none;
}

#footer {
	margin: auto;
	width: 700px;
	height: 52px;
	padding: 10px 35px 10px 35px;
	background: url(../css01/footer.jpg) no-repeat;
	font-size: 10px;
	color: #AAAAAA;
	line-height: 150%;
	text-align: center;
}

#footer p{ 
	margin: 4px 0 0 0;
}
#footer a{ 
	color: #AAAAAA;
	text-decoration: none;
}
#footer a:hover{ 
	color: #888888;
}
.news_title {
	font-size: 13pt;
	font-weight: bold;
}
#menu {
	margin: 10px 0 10px 0;
}
.ddtt {
	font-size: 7.5pt;
	font-style: italic;
	line-height: 110%;
}
#ex_links {
	margin: auto;
	width: 700px;
	padding: 10px 35px 10px 35px;
	font-size: 7.5pt;
	font-style: italic;
	line-height: 110%;
	text-align: center;
	color: #AAAAAA;
}
#ex_links a, #ex_links a:hover {
	color: #AAAAAA;
	text-decoration: none;
}