@charset "UTF-8";

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #0B2241;
	font-size: 12px;
}

td {
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
}
.container {
	height: 100%;
	width: 100%;
}

hr {
	height: 1px;
	width: 100%;
	background-color: #CCC;
	color: #CCC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.content {
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	background-color: #FFF;
}
