/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	color: #222222;
}
body {
	background-color: #1e3956;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #9f2719;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9f2719;
}
a:hover {
	text-decoration: underline;
	color: #9f2719;
}
a:active {
	text-decoration: none;
}

.h_page {
	font-size: 16px;
	color: #9f2719;
	font-weight: bold;
}

a.nav:link, a.nav:visited{
	color:#FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 0 15px 0 15px;
}

a.nav:hover{
	text-decoration: underline;
}

.txt_white12b{
	color: #FFFFFF;
	font-size: 13px;
	font-weight:bold;
}

.footer {
	color: #FFFFFF;
	font-size: 12px;
}

a.footer:link, a.footer:visited{
	color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

a.footer:hover{
	text-decoration: underline;
}

.inputbox {
	border: 1px solid #888888;
	color:#333333;
	padding:2px;
}
.btn{
	border: 1px solid #666666;
	padding: 2px 10px 2px 10px;
	font-size:12px;
	font-weight:bold;
	color:#ff0000;
	background-color:#FFFFFF;
}