@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #D5D5D1;
	margin-top: 40px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a.link {
	font-size: 11px;
	color: #2A8EC0;
	text-decoration: none;
}

a.link:hover {
	font-size: 11px;
	color: #117CB2;
	text-decoration: none;
}

.foottxt {
	font-size: 11px;
	color: #2A8EC0;
}

.foottxtB {
	font-size: 11px;
	font-weight: bold;
	color: #2A8EC0;
}

.headtxt {
	font-size: 15px;
	font-weight: bold;
}

.input {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	border: 1px;
	border-style: solid;
	border-color: #2A8EC0;
}

.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../img/info.png');
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: bold;
}

.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../img/warning.png');
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: bold;
}