@charset "utf-8";
/* CSS Document */

body {
	background-color: #112CA1;
	margin: 0px;
}
body,td {
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
p {
	margin: 0px;
}
a {
	color: #74a1ff;
	text-decoration: none;
}
a: hover {
}
.out {
	padding: 4px;
}

.title {
	padding-top: 6px;
	color: #74a1ff;
}
.title a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.title a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.border {
	background-color: #091551;
	padding: 1px;
	border: 1px solid #74a1ff;
}
