/* CSS Document */
body {
	font: 12px Arial;
	text-align: left;
	margin: 0;
	padding: 0;
}
a {
	font: bold 12px Arial;
	color: #328DC2;
	cursor: hand;
}
a:hover {
	font: bold 12px Arial;
	color: #000;
}
.login_img {
	border: 1px solid #FFF;
	margin: 25px 0 10px 0;
}
h1 {
	margin: 0;
	padding: 0;
	font: bold 18px Arial;
	color: #FFF;
	text-align: center;
}
h2 {
	margin: 0;
	padding: 0;
	font: bold 12px Arial;
	color: #FFF;
	text-align: center;
}
.login_input {
	color: #000;
	border: 1px solid #FFF;
	margin-bottom: 10px;
	background-image: url(images/input_bg.gif);	
}
.login_buton {
	height: 20px;
	color: #FFF;
	font-weight: bold;
	background-color: #328DC2;
	border: 1px solid #FFF;
	cursor: hand;
}
.logout {
	height: 20px;
	color: #FFF;
	font-weight: bold;
	background-color: #328DC2;
	border: 1px solid #FFF;
	cursor: hand;
	margin-right: 10px;
}

#header {
	margin: 0;
	padding: 0;
	height: 116px;
	background-color: #328DC2;
}

#header a {
	font: bold 14px Arial;
	color: #FFFFFF;
	text-align: right;
	margin-right: 10px;
}
#header a {
	font: bold 14px Arial;
	color: #FFFFFF;
	text-align: right;
	text-decoration: none;
	margin-right: 10px;
}
#header a:hover {
	color: #205C7F;
	text-decoration: none;
}
#nav {
	text-align: right;
	vertical-align: bottom;
}
#bottom {
	height: 25px;
	background: #FFF url(images/text_bg.gif) repeat-x top;
	text-align: left;
}
.logo_img {
	border: 1px solid #FFF;
	margin: 5px;
}
#content {
	margin: 20px auto;
	border: 1px solid #328DC2;
	width: 90%;
}
#content td {
	font-size: 12px;
	color: #000;
	text-align: left;
}
#content th {
	text-align: left;
}
.color {
	background-color: #D6F0FF;
}
.buton {
	height: 20px;
	margin: 0 5px;
	color: #328DC2;
	font-weight: bold;
	background-color: #FFF;
	border: 1px solid #328DC2;
	cursor: hand;
}
#content #title {
	background-color: #328DC2;
	font: bold 14px Arial;
	color: #FFF;
	text-align: center;
}
form {
	width: 100%;
	margin: 10px 0;
	text-align: center;
}
@media print{
.dontprint {
display: none;
}
}
