/*----------------- Body -----------------*/
body {
	margin:0;
	padding:0;
	background-color: #FFFFFF;
}
A:link,A:active,A:visited {
	color:#000000;
	text-decoration: underline;
	/*color: #333;*/
}
A:hover {
	color:#2AB0D;
	text-decoration: none;
}
div,form {
	line-height: 18px;
	font-size: 12px;
	color: #666;
	font-family: Tahoma;
	width: inherit;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
td,tr,p {
	line-height:18px;
	font-size : 12px;
	color: #757575;
	font-family:Tahoma;
	font-weight: normal;
	/*vertical-align: top;*/
}
input{
	font-family:Tahoma;
	line-height:13px;
	font-size : 12px;
}
select{
	font-family:Tahoma;
	line-height:13px;
	font-size : 12px;
}
hr{
	border: 1px solid #E0E0E0;
	height: 1px;
	noshade:noshade;
}
/*----------------- Layer -----------------*/
#idol {
	position:absolute;
	width:940px;
	height:522px;
	z-index:24;
}
#logo {
	position:absolute;
	width:800px;
	height:210px;
	z-index:1;
}
#logolink {
	position:absolute;
	width:120px;
	height:110px;
	z-index:3;
	left: 340;
}
.menu {
	position:absolute;
	width:190px;
	height:330px;
	z-index:2;
}
/*----------------- Top -----------------*/
#header{
	width: 960px;
	margin: 0 auto;
}
/*----------------- Print -----------------*/
.comment {
	font-size: 11px;
	color: #666666;
}
.pathprint {
	font-size: 11px;
	color: #FFFFFF;
}
.crumb_blue {
	font-size: 11px;
	color: #003399;
	text-decoration: none;
	font-weight: normal;
}
.text_blue {
	font-size: 11px;
	font: bold;
	color: #4080A2;
	text-decoration: none;
}
/*----------------- Image -----------------*/
.imgBorder {
	-moz-opacity:0.8;
	border: 1px solid #D4D4D4;
}
.imgBorderOver {
	-moz-opacity:1;
	border: 1px solid #333333;
}
/*----------------- Footer-----------------*/
#footer{
	width: 960px;
	margin: 0 auto;
	background-color: #F2F2F2;
}
#footer aA:link ,#footer a:active,#footer a:visited{
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/*----------------- Newslink-----------------*/
.newslink,.newslink a:link ,.newslink a:active,.newslink a:visited{
	font-size: 11px;
	color: #757575;
	text-decoration: none;
}
.newslink a:hover {
	color:#2AB0D;
	text-decoration: underline;
}
/*----------------- Opacity -----------------*/
.opacity100 {
	filter:alpha(opacity=100);
	-moz-opacity:1;
}
.opacity90 {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
}
.opacity80 {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
}
.opacity70 {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
}
.opacity60 {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
}
.opacity50 {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
}
.opacity0 {
	filter:alpha(opacity=0);
	-moz-opacity:0;
}
/*---------------- Form --------------------*/
.form_input{
	margin: 2px 0px 2px 0px;
}
.form_checkbox{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -2px;
	margin-left: -4px;
}
/*--------------- Text --------------------*/
.textBlue{
	color: #2AB0E0;
}
.button {
	background-color: #083241;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #083241;
	color: #FFFFFF;
}
