body {
	background-color: #f0f0f0;
/*	background-image: url(../images/bg.gif);
	background-repeat: repeat-x; */
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#666666;
}
ul {
	margin-top:5px;
}
li {
	margin-left:-20px;
	list-style-image: url(../images/bullet_blue.gif);
	list-style-type: none;
}
.content_bg{
/*	background-image:url(../images/bg_ver.gif);
	background-position:center;
	background-repeat:repeat-y;*/
}
.title1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #1199f0;
	line-height:25px;	
}
.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333333;
	line-height:25px;	
}
.title3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height:18px;	
}
.title4 {
	font-size:10px;
	color: #1199f0;
}
.title5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	font-weight:bold;
}
.title5_bar {
	background-color:#1199f0;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight:bold;
	padding:2px;
	padding-left:10px;
}
.title6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight:bold;
}
.title7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
.timedate {
	background-image:url(../images/bg_timedate.gif);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333333;
}
.footer {
	background-image:url(../images/bg_footer.gif);
	background-repeat:repeat-x;
	padding-top:18px;
	padding-left:10px;
	padding-right:10px;
	font-size:10px;
}
.footer a:link, .footer a:active, .footer a:visited {
	color:#666666;
	text-decoration:none;
}
.footer a:hover {
	color:#1199f0;
	text-decoration:underline;
}
.news_tmb {
	border:solid 1px #1199f0;
	padding:2px;
}
.news_content {
	color:#666666;
}
.news_title {
	color:#1199f0;
	margin-bottom:5px;
}
.news_date {
	float:left;
	font-weight:bold;
	color:#000000;
	margin-right:3px;
}
blockquote {
	margin-left:19px;
}
a:link, a:active, a:visited {
	color:#666666;
	text-decoration:underline;
}
a:hover {
	color:#1199f0;
	text-decoration:underline;
}
.gen_form textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	font-weight:normal;
	width:90%;	
}
.gen_form input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	font-weight:normal;
	width:90%;
}
.msgSuccess {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#339900;
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
}
.msgError {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#993300;
	padding-top:5px;
	padding-bottom:5px;	
	text-align:left;
}
.ajax-loading {
	padding-top:5px;
	padding-bottom:5px;
	background:url(http://demos.mootools.net/demos/Group/spinner.gif) no-repeat center;
}