/* CSS Document */

a:link {
	font-size: 12px;
	line-height: 25px;
	color: #666666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
a:visited {
	font-size: 12px;
	line-height: 25px;
	color: #666666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
a:hover {
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099FF;
}
a:active {
	font-size: 12px;
	line-height: 25px;
	color: #999999;
	text-decoration: none;
}
.title1 {
	border: 1px solid #00CCFF;
	font-size: 16px;
	line-height: 25px;
	font-weight: bolder;
	color: #CCFFFF;
	text-decoration: none;
	background-color: #000066;
}
.title2 {
	font-size: 16px;
	font-weight: bolder;
	color: #FFFF66;
	text-decoration: none;
	background-color: #CC0000;
	border: 1px solid #FF9900;
	line-height: 25px;
}
.1234 {
	font-size: 14px;
	line-height: 25px;
	font-weight: bolder;
	color: #000066;
	text-decoration: none;
	background-color: #84CEFF;
	border: 1px solid #E1F9FF;
}
.12345 {
	font-size: 14px;
	line-height: 25px;
	font-weight: bolder;
	color: #CC0000;
	text-decoration: none;
	background-color: #FFCC33;
	border: 1px solid #FFFF99;
}
.inner {
	font-size: 12px;
	line-height: 30px;
	color: #666666;
	text-decoration: none;
}
.inner2 {
	font-size: 12px;
	line-height: 30px;
	color: #0099FF;
	text-decoration: none;
}
.inner3 {
	font-size: 12px;
	line-height: 30px;
	color: #FF0000;
	text-decoration: none;
}
