@charset "utf-8";
/* CSS Document */

body {
	font-family: Calibri, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	
	background-color: #FFF;
	
	margin top: 10px;
	
	font-weight:normal;
}

p {
	margin-top: 0px;
}

.header {
	font-size: 20px;
	color: #666666;
}

.red_header {
	font-size: 20px;
	color: #CA0000;
}

SELECT {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	
	border: 1px;
	border-style:solid;
	border-color:#999999;
}

INPUT {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	padding-left: 4px;
	
	border: 1px;
	border-style:solid;
	border-color:#999999;
}

.footer {
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}

.news a:link, .news a:visited, .news a:active {
	font-size: 16px;
	color: #CA0000;
	font-weight:bold;
}

.news a:hover {
	font-size: 16px;
	color: #666666;
	font-weight:bold;
}
