.Required
{
	border: 2px solid #AA3100;
	text-align: center;
	padding: 4px;
}

.Message
{
	border: 2px solid #0000ff;
	text-align: center;
	padding: 4px;
}

.Heading
{
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 17pt;
	color: #082642;
	text-align: center;
	font-weight: bold;
}

a
{
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #082642;
	text-decoration: underline;
}

a:hover
{
	color: #082642;
	background-color: #DFF1FF;
}



td
{
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #082642;
}

.text
{
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #082642;
	width:56%;
	border: 1px solid red;
}


.text.a
{
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #082642;
	text-decoration: underline;
}

.text a:hover 
{	
	color: #082642;
	background-color: #DFF1FF;
}


.footer
{
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #082642;
	text-align:center;
}

.footer a
{
	display: inline;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #082642;
	text-decoration: underline;
}

.fullheight
{
	height:100%
}

img
{
	border: 0px;
}



.empty_table
{
	width: auto;
	text-align:left;
}


.table_padder
{
	width: auto;
	height: 2px;
}

.page
{
	background-color:#AA3100;
	height: 100%;
}

.content
{
	width:770px;
	min-height: 100%;
	height: 100%;
	display: absolute;
    margin-left: auto;
    margin-right: auto;
	background-color:#fff;
    
	padding-left: 10px;
	padding-right: 10px;
	
	text-align:left;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
}

body 
{
	height: 100%;
	min-height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}

.footer
{
	width:750px;
	margin:0px auto;
	/*background-color:#C6C3C6;*/
	text-align:center;
	font-size: 10pt;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, sans-serif;
}

.author
{
	width:750px;
	margin:0px auto;
	/*background-color:#C6C3C6;*/
	text-align:center;
	
	font: 80% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */	
}