@charset "utf-8";
/* CSS Document */

body {
	margin-left:0px;
	margin-right:0px;
	font-family:tahoma;
	font-size:11px;
	color:#013E50;
}

a:link {
	color: #DDF9FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #28DAFF;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #E8FDFF;
}

select {
	font-family:tahoma;
	font-size:9px;
	color:#006699;
}

input {
	font-family:tahoma;
	font-size:11px;
	color:#013E50;
	border:solid thin dotted 1px #007597;
}

.title {
	font-family:tahoma;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:20px;
	padding-right:20px;
}

.title2 {
	font-family:tahoma;
	font-size:12px;
	color:#CAF0FF;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
}

.input2 {
	font-family:tahoma;
	font-size:10px;
	color:#D7F2FF;
	background:url(../images/bot02.png) no-repeat;
	width:101px;
	height:19px;
	border:none;
}

.resault {
	color:#CCFF99;
	font-size:9px;
}

.cp {
	width:15px;
	text-align:center;
	border:solid 1px #cccccc; 
	font-size:17px; font-family:Times New Roman, Times, serif; 
	font-weight:bold; 
	color:#dcf3ff;
}

.result {
	text-align:left;
	font-size:16px; font-family:Times New Roman, Times, serif; 
	font-weight:bold; 
	color:#dcf3ff;
	letter-spacing:3px;
}
.paging {
	width:15px;
	text-align:center;
	border: solid 1px #18A3D0;
	font-size:17px; font-family:Times New Roman, Times, serif; 
	font-weight:bold; 
	color:#dcf3ff;
}
.paging:hover {
	border: solid 1px #E1FBFF;
}
.paging:active {
	border: solid 1px #0066FF;
}