body {
	font-family			:	Arial;
}

.main_header {
		background-image	:	url("/images/main_header.jpg"); 
/*		background-image	:	url("/images/test.png");        */  
		background-repeat	:	repeat-x;
		background-color	:	#12A3EB;
	    color				:	#FFFFFF;
	    margin				:	5px;
	    height				:	150px;
	    padding				:	0 5px;
	}

.logo {
	    color: white;
	    font-family: Arial;
	    font-size:	50px;
	    position:relative;
		left:20px;
	    top: 90px;
	}
	
.date {
		font-size:16px;
		font-weight: bold;
		font-family: Arial;
		margin-left: 170px;
		margin-top: 0px;
		color:yellow;
		}
	
.status {
		background-image: url("/images/bg_header.gif");
		margin:5px;
	}
	
.left {
	background:#CCCCCC;
	color:	white;
	padding:10px;
	height:650px;
	margin:5px 0px 5px 0px;
}

.left a:link { color:white; text-decoration: none; }
.left a:active { color:yellow; text-decoration: none; }
.left a:visited { color:white; text-decoration: none; }
.left a:hover { color:yellow; text-decoration: none; }
		
.announcement {
	background:#E5E5E5;
	color:	black;
	margin:0px;
	padding:10px;
}

.map {
	background-color	:	#E5E5E5;
	color				:	#12A3EB;
	font-size			:	20px;
	font-family			:	Arial;
	text-align			:	center;
	padding				:	10px;
	margin				:	0 0 10px 0;
}

.corneable {
	background-color	:	#E5E5E5;
	padding				:	10px;
	margin				:	0 0 10px 0;
}

.regform {
	background-color	:	#E5E5E5;
	padding				:	15px;
}

.regform table {
	font-size			:	10px;
}

.base {
	background-color	:	#E5E5E5;
	color				:	#12A3EB;
	font-size			:	16px;
	font-family			:	Arial;
	text-align			:	center;
	margin				:	0 0 10px 0;
	padding				:	10px;
}

.sign {
	font-size			:	16px;
	font-align			:	justify;
	background-color	:	#E5E5E5;
	padding				:	15px;
}

.menu { }

.menu td {
	padding:10px;
	height:30px;
	color:white;
	background-image: url("/images/bg_header.gif");
	font-family: Arial;
	font-size:20px;
	font-weight:normal;
}

.newsfeed {
	
}

#news_list table tr:hover {
/*	background-color	:	#eaeaea; */
	color				:	grey;
}

.news_date {
	font-size			:	10px;
	
}
.news_topic {
	font-size			:	16px;
	color				:	blue;

}
.news_body {
	font-size			:	12px;

}

.btn {
	width				:	70px;
}

.footer td img {
	border-style		:	none
}


