html,body{
	margin: 0px auto;
	padding: 0;
	height: 100%;
}
body>div#container{height: auto; min-height: 100%}	
body{	
		background-position:center;
		background-color: #426da9;
		font-size: 75%;
		font-family: arial,sans-serif;
		text-align: center;
		}		


table {
	background-color: #FFFFFF;
	border: none;
	color: #666666;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

table a:link, table a:visited, table a:active {
	background-color: transparent;
	color: #0096BD;
	text-decoration: none;
}
table a:hover {
	background: transparent;
	color: #000000;
	text-decoration: underline;
}

table caption {
	background-color: transparent;
	color: #67BD2A;
	font-family: Georgia, serif;
	font-size: 24px;
	padding-bottom: 12px;
	padding-left: 8px;
	text-align: left;
}

table, td, th {
	margin: 0;
	padding: 0;
}

table tbody td, tbody th {
	background-color: #e6eef8;
	border-bottom: 2px solid #B5CDEA;
	border-top: 3px solid #FFFFFF;
	padding: 1px;
}

table tbody tr.odd th, tbody tr.odd td {
	border-bottom: 2px solid #67BD2A;
}

table tbody tr:hover td, tbody tr:hover th {
}

table td, th {
	vertical-align: middle;
}

table tfoot td, tfoot th {
	font-weight: bold;
	padding: 1px ;
}

table thead th {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	padding: 2px;
	white-space: nowrap;
}

	

