@import url('common.css');

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
}

h1 {
  font-family: tahoma; 
  font-size: 22px; 
  color: #FFFFFF; 
  font-weight: normal; 
  margin: -10px 0 20px 0; 
  line-height: 1.7em;
}

h2 {
  font-family: "Times New Roman";  
  font-size: 20px; 
  color: #FFFFFF; 
  font-weight: normal; 
  margin: -10px 0 20px 0; 
  line-height: 1.7em;
}

.homeText {
  font-family: arial, verdana, sans-serif;
  font-size: 12px; 
  font-weight: normal;
  color: #FFFFFF; 
  line-height: 1.9em;
  letter-spacing: 1px;
}

.footerLink a
{
	color: #3794B4;
	text-decoration:none;
	font-size:10px;
}

.footerLink a:hover {

	text-decoration: underline;
}

.footerCopy {
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	font-style:italic;
}


