@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a {
	color: #000000;
	text-decoration: none;
}a:hover {
	color: #666666;
	text-decoration: none;
}
a img {
	border:0px solid #006699;
}
input,textarea,select  {
	border:1px solid #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.inputButton {
	background-color:#006699;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
	border: 0;
}
p {
	font-size: 10px;
	text-align: center;
}
h1 {
	font-size: 18px;
	color: #006699;
	font-weight: bold;
}
h2 {
	margin:0;
}
th {
	background-color: #006699;
	color: #FFFFFF;
	padding: 5px;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}th a {
	display:block;
	background:#006699;
	color: #FFFFFF;
	text-decoration: none;
}th a:hover {
	display:block;
	background: #FFF;
	color: #006699;
	text-decoration: none;
}
.heading {
	text-align: center;
	font-size: 9px;
}
.logo {
	text-align: right;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #006699;
	padding-bottom: 10px;
}
.style5 {font-size: 9px}
.td {
	/*color: #000000;*/
	padding: 5px;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.tdTop {
	/*color: #000000;*/
	padding: 5px;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.tdLeft {
	/*color: #000000;*/
	padding: 5px;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.tdInput {
	/*color: #000000;*/
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.tdTopInput {
	/*color: #000000;*/
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.tdLeftInput {
	/*color: #000000;*/
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.centerTable {
	text-align:center;
}