body {
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #0A1650;
}
	
div#page {
	
	width: 800px;
	margin: 0 auto 0 auto;
	text-align: left;
	background-color: #fff;
}

.body-text-italic {
	color: #473F3C;
	font-family : Georgia,Times New Roman,Verdana, sans-serif;
	font-size: 16px;
	line-height: 22px;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
	}

.body-text {
	color: #473F3C;
	font-family : Georgia,Times New Roman,Verdana, sans-serif;
  	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	font-weight: normal;
	}
.footer-text
{
	color: #fff;
	font-family : Georgia,Times New Roman,Verdana, sans-serif;
  	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer-text a
{
	color: #fff;
	font-family : Georgia,Times New Roman,Verdana, sans-serif;
  	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	font-weight: normal;
}

.footer-text a:hover
{
	text-decoration: underline;
}	

.input-medium 
{
	color: #473F3C;
	font-family : Georgia,Times New Roman,Verdana, sans-serif;
  	font-size: 12px;
	height: 19px;
	background-color: #E2E2E2;
	line-height: 18px;
	border: solid 1px #E2E2E2;
}

table.contact td.input
{
	padding-right: 5px;
	padding-bottom: 12px;
}

select.select 
{
	color: #473F3C;
	font-family : Georgia,Times New Roman,Verdana, sans-serif;
  	font-size: 12px;
	background-color: #E2E2E2;
	line-height: 18px;
	border: solid 1px #E2E2E2;
}

table.contact td.input-last
{
	padding-right: 0;
	padding-bottom: 12px;
}