body {
	margin: 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
}
h1 {
	color: #006699;
  font-size: 16px;
}
h2 {
	color: #FF0000;
  font-size: 15px;
}
h3 {
  border-bottom: 1px dotted #BFB3A1;
	color: #006699;
  font-size: 13px;
}
h4 {
	color: #006699;
  font-size: 12px;
}
h5 {
	color: #006699;
  font-size: 11px;
  font-weight: bold;
}
a,
a:visited {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #006699;
	text-decoration: none;
}
img {
	border: none;
}

ul.side {
	margin-left: 20px;
	padding: 0;
}
ul.worldlist {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
	overflow: auto;
}
ul.worldlist li {
	width: 130px;
	text-align: center;
	display: block;
	float: left;
	font-weight:bold;
}
.red {
	color: #FF0000;
}

#header {
	width: 760px;
	margin: 0 auto;
}
#content {
	width: 758px;
	margin: 0 auto;
	background: url(/images/bg.png) center repeat-y;
	border: #3366CC solid;
	border-width: 0 1px;
	overflow: auto;
}
#content #left {
	width: 169px;
	padding: 5px 5px 10px 5px;
	border-top: #3366CC 15px solid;
	float: left;
}
#content #center {
	width: 390px;
	padding: 5px 5px 10px 5px;
	float: left;
}
#content #center #search {
	height: 28px;
	margin: -5px -5px 5px -5px;
	padding-top: 3px;
	background: #3366CC url(/images/search_bg.png) no-repeat;
	text-align: center;
}
#content #center #search form {
	margin: 0;
	padding: 0;
}
#content #right {
	width: 169px;
	padding: 5px 5px 10px 5px;
	border-top: #3366CC 15px solid;
	float: left;
}
#bottom {
	width: 758px;
	margin: 0 auto;
	border: #3366CC solid;
	border-width: 5px 1px 15px 1px;
}
#footer {
	padding: 5px;
	background: #EAF0FA;
	border: #FFFFFF solid;
	border-width: 1px 0;
	font-size: 10px;
	text-align: center;
	clear: both;
}
.tx8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.tx68 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: blue;
	text-decoration: underline;
}
.commentstitle {
	color: #006699;
  	font-size: 13px;
	font-weight: bold;
}
.commentsdate {
	color: #006699;
  	font-size: 11px;
	font-weight: normal;
}
