/* CSS Document */
body {
	margin: 0;
	font-family: Verdana;
	background: #4C7194;
	font-size: 14px;
}
.bt {
	background: url(../images/bt.jpg);
	background-repeat: no-repeat;
	width: 265px;
	height: 41px;
	text-align: center;
}
.bt_pressed {
	background: url(../images/bt_pressed.jpg);
	background-repeat: no-repeat;
	width: 265px;
	height: 41px;
	text-align: center;
	color: red;
}
.bt a {
	display: block;
	width: 265px;
	height: 41px;
	color: #20213F;
	text-decoration: none;
}
.bt a:hover {
	color: red;
}
.padd {
	padding-top: 8px;
}
.page {
	width: 800px;
	height: 365px;
	background: white;
}
.copy {
	background: #41607F;
	width: 800px;
	height: 40px;
	color: white;
	font-size: 10px;
	
}
.content {
	padding: 5px 10px 5px 10px;
	margin: 0;
}
.border {
	border: 1px solid #405B79;
	width: 800px;
}
.bg {
	background: white;
}
a {
	color: blue;
	border: 0px;
}

a:hover {
	color: red;
}
a img {
	border: 0px;
}
span a {
	text-decoration: none;
}
span a:hover {
	text-decoration: underline;
}