@charset "utf-8";
body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
}
* {
	margin: 0;
	padding:0;
}
img {
	border:none;
}
ul, ol, li {
	list-style: none;
}
a {
	color:#0075A0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
	height:5px;
}
.f-left {
	float:left;
}
.f-right {
	float: right;
}
.a-left {
	text-align: left!important;
}
.a-right {
	text-align: right!important;
}
.a-center { text-align:center;}
.half {
	width:49%!important;
}
a.btn, input.btn {
	background-color: #0075A0;
	color: #fff!important;
	padding: 2px 5px 3px;
	text-decoration: none;
	cursor: pointer;
	font-size:14px;
	font-weight:bold;
	display:inline-block;
	vertical-align:middle;
	border: 0;
}
a.btn:hover, a.btn4:hover, input.btn:hover {
	background-color:#39B54A;
}
a.btn3, a.btn4 {
	background-color: #a6a6a6;
	color: #fff!important;
	padding: 2px 5px 3px;
	text-decoration: none;
	cursor: pointer;
	font-size:14px;
	font-weight:bold;
	display:inline-block;
	margin-right: 3px;
	vertical-align:middle;
}
a.btn3:hover {
	background-color:#FF0000;
}
h4 {
	font-size:14px;
	margin-bottom: 3px;
}
.blue {
	color:#0075A0!important;
}
.grey {
	color:#808080; font-weight:normal;
}
.black {color:#000!important;}
select {
	font-size:12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, Arial, Verdana, sans-serif;
	border: solid 1px #ccc;
	color: #A6A6A6;
}
iframe { width: 97%; padding: 10px 1%; border: solid 1px #ccc;}
.input-text {
	font-size: 12px;
	border: solid 1px #ccc;
	padding: 2px 1%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, Arial, Verdana, sans-serif;
	font-size:12px;
	color:#A6A6A6;
	width: 97%;
}
.input-text:focus { color:#000;}
.input-file { 
	font-family: Arial, Verdana, sans-serif; font-size: 12px; padding: 3px;
}
.font14 { font-size:14px;}.font18{ font-size:18px;} .font16 { font-size:16px;} .font22 { font-size:22px;} .font13 { font-size:13px;}
.font11 { font-size:11px;}
.blue2 { color:#002144;}.px { margin-left:10px!important;}
.redover:hover { color:red!important;} 
.green { color: #39B54A;}