/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
a:link {
	color: #ee2b24;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ee2b24;
}
a:hover {
	text-decoration: underline;
	color: #ee2b24;
}
a:active {
	text-decoration: none;
	color: #ee2b24;
}
a.newslist:link {
	color: #3829ff;
	text-decoration: none;
}
a.newslist:visited {
	text-decoration: none;
	color: #3829ff;
}
a.newslist:hover {
	text-decoration: underline;
	color: #3829ff;
}
a.newslist:active {
	text-decoration: none;
	color: #3829ff;
}
h1 {
	font-size: 18px;
	color: #000000;
	text-align:center;
	padding:0px;
	margin:0px;
}
h6 {
	font-size: 14px;
	color: #3829ff;
	text-align:center;
	padding:0px;
	margin:0px;
}
div.menu {
	width:110px;
	height:32px;
	background-image:url('images/menu/button.jpg');
	float:left;
	cursor:pointer;
	line-height:32px;
	color:#999999;
	font-size:11px;
	font-weight:bold;
}

div.paging {
	height:30px;
	line-height:30px;
	width:500px;
}
div.pagingc {
	height:30px;
	line-height:30px;
	width:260px;
	float:left;
}
div.pagingl {
	height:30px;
	line-height:30px;
	width:120px;
	float:left;
}
div.pagingr {
	height:30px;
	line-height:30px;
	width:120px;
	float:right;
}
a.paging {
	margin-left:3px;
	margin-right:3px;
	height:30px;
	line-height:30px;
	padding:3px 10px 3px 10px;
	border:1px solid #CCCCCC;
	color:#ee2b24;
}
a.paging:hover {
	margin-left:3px;
	margin-right:3px;
	height:30px;
	line-height:30px;
	padding:3px 10px 3px 10px;
	border:1px solid #000000;
	background-color: #CCCCCC;
	color:#000000;
}
a.curent_page {
	margin-left:3px;
	margin-right:3px;
	height:30px;
	line-height:30px;
	padding:3px 10px 3px 10px;
	border:1px solid #000000;
	background-color: #CCCCCC;
	color:#000000;
}
div.message {
	margin-top:10px;
	color:#000000;
	padding:4px;
	background-color:#0099FF;
}
div.error {
	margin-top:10px;
	color:#000000;
	padding:4px;
	background-color:#FF0000;
}


