﻿/* CSS Document */
#divMenu1, #divMenu2 {
	border: 1px solid #0099FF;
}
#divMenu1 {
	width: 95px;
	text-align: center;
}
#divMenu2 {
	width: 80px;
	text-align: center;
}
.div_over, .div_out {
	font-weight: normal;
	font-size: 12px;
	border: 1px solid #E6F4FB;
	font-family: Tahoma;
	cursor: pointer;
	line-height: 19px;
	padding: 0 4px;
}
.div_over {
	background-color: #E6F4FB;
	color: #000;
}

.div_out {
	background-color: #FFF;
	color: #000;
}

.title {
	padding-left: 20px;
}
.head {
	text-align: left;
	height: 60px;
	margin-bottom: 10px;
	border-left: 1px solid #B0C4CE;
	border-right: 1px solid #B0C4CE;
	border-bottom: 1px solid #B0C4CE;
}
.head1 {
	line-height: 20px;
	color: #AAA;
}
.head2 {
	line-height: 20px;
	color: #AAA;
}
.head1 a,
.head2 a {
	float:left;
	color: #000;
	text-decoration: none;
}
.head1 span,
.head2 span{ float:left; padding:0 2px;}


.head1 a:hover,
.head2 a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.topt1 {
	text-align: left;
	padding-left: 6px;
}
.topt2 {
	text-align: right;
	padding-right: 6px;
}
.topt2 a {
	color: #FFF;
}
.top {
	background: #0A246A;
	/*width: 960px;
	
	margin-bottom: 10px;
	*/
	line-height: 19px;
	color: #FFF;
}

.head1 a:link {
	color:#000000;
	font-family:tahoma;
	text-decoration: none;
}
.head1 a:visited {
	color:#000000;
	font-family:tahoma;
	text-decoration: none;
}
.head1 a:active {
	color:#000000;
	font-family:tahoma;
	text-decoration: none;
}
.head1 a:hover {
	color:#CC0000;
	font-family:tahoma;
	text-decoration: underline;
}

.head2 a:link {
	color:#000000;
	font-family:tahoma;
	text-decoration: none;
}
.head2 a:visited {
	color:#000000;
	font-family:tahoma;
	text-decoration: none;
}
.head2 a:active {
	color:#000000;
	font-family:tahoma;
	text-decoration: none;
}
.head2 a:hover {
	color:#CC0000;
	font-family:tahoma;
	text-decoration: underline;
}


