/* CSS Document */

.border {
	border: 1px solid #1E272D;
}
.border_dark {
	border: 1px solid #11161A;
}
body, td, tr {
	font-family: Arial;
	font-size: 12px;
	color: #465671;
	text-decoration: none;
}
a {
	font-weight: normal;
	text-decoration: none;
	color: #465671;
}
a:hover {
	font-weight: normal;
	color: #465671;
	text-decoration: underline;
}
