body {
	background-image: url(bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

input[type="text"], input[type="password"]  {
	font-family: Arial;
	color: #333333;
	font-size: 11px;
}

input[type="button"]{
	font-family: Arial;
	background-color: #C7CAD1;
	font-size: 11px;
	font-weight: bold;
	border: 1px black solid;
}

input[type="button"]:hover{
	font-family: Arial;
	background-color: #234E78;
	color: white;
	font-size: 11px;
	font-weight: bold;
	border: 1px black solid;
}

input.table_title {
	font-family: Arial;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	border: 0px;
}

input.table_header {
	font-family: Arial;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	border: 0px;
	text-align: center;
}

div {
	background-color: white;
	border-color:#234E78;
}

a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
table{
	align:center;
}
tr{
	align:center;
}
td{
	align:center;
}