/* CSS Document */

body {
	background-color: #B5B497; }

html, body {
      margin: 0;
      padding: 0;
      height: 100%;
      border: none; }
	  
body, p, li, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000; }
	
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000; 
	text-transform: uppercase; }
	
img {
	border: 0px; }
	
.content {
	background-color: #E7E2C7;
	padding: 20px; }
		
.message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red; }
	 	
.footer {
	width: 955px;
	margin-top: 10px; 
	text-align: center; 
	font-family: Georgia, 'Times New Roman', Times, serif; 
	color: #000;
	font-size: 11px; 
	font-style: italic; }
	
.footer a:link, .footer a:hover, .footer a:active, .footer a:visited {
	color: #000;
	text-decoration: underline; } 	
	
.links {
	text-align: center; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; }


.dataTD, .dataAlternateTD {
	background-color: #dedede;
	padding: 4px;
	border: 1px;
	border-color: #c6c6c6;
	border-style: solid; } 

.dataAlternateTD {
	background-color: #fff; }
	
.labelTD { 
	background-color: #eee;
	padding: 3px;
	text-align: right;
	vertical-align: top;
	font-weight: 500;
	border: 1px;
	border-color: #fefefe;
	border-style: solid; }
