/* CSS Document */

html, body, #wrapper {
      height:100%;
	  width:100%;
      margin: 0;
      padding: 0;
      border: 0;
      text-align: center;
   }
body {
	background-color: #D9D9D9;
	background-image:url(/images/gradient.jpg);
	}
body, td, th {
	font-family: "Jensen Text", Georgia, "Times New Roman", Times, serif;
	color: #333333;
	}
#wrapper {
      margin: 0;
	  border: 0;
      text-align: left;
      vertical-align: top;
      width: 400px;
   }
a:link {
	color: #0076a3;
	text-decoration: none;
	}
a:visited { 
	color: #0076a3;
	text-decoration: none;	
	}
a:hover {
	color: #0076a3;
	background-color: #;
	text-decoration: none;
	background-color: #333333;
	}
a:active { 
	color: #333333;
	text-decoration: none;
	}
.fullheight{
	height:100%
}
.title {
	font-size: medium;
	font-variant: small-caps;
	}
.main_body {
	font-size: 24px;
	line-height: 30px;
	}
.points {
	font-size:12px;
	line-height: 20px;
	}
.contacts {
	line-height: 25px;
	}	
.footnote {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #8B8C8B;
	}
.address {
	font-size: 11px;
	}
.footer {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #8B8C8B;
	}

