body {
margin-top: 10px;
margin-left: 0px;
background: #000000;
}
h1 { font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 13px;
      } 
h2 { font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 13px;
	margin-left: 25px;
	margin-top: 20px;
      } 
.text { font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 16px;
      }
.text A{ font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
	line-height: 16px;
      }

 .footertext { font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
 	font-style: normal;
 	font-weight: normal;
 	color: #FFFFFF;
 	text-decoration: none;
 	line-height: 14px
      } 
 .footertext A{ font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
 	font-style: normal;
 	font-weight: normal;
 	color: #FFFFFF;
 	text-decoration: underline;
      }
 .emailtext { font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 12px;
 	font-style: normal;
 	font-weight: bold;
 	color: #FFFFFF;
 	text-decoration: none;
 	line-height: 14px
      } 
 .emailtext A{ font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 12px;
 	font-style: normal;
 	font-weight: bold;
 	color: #FFFFFF;
 	text-decoration: underlined;
 	line-height: 14px
      } 

table#greytable
	{
	width: 750px;
	background: #999999;
	padding:0px;
	}
	
	table#greytable td#logo {
	width: 350px;
	background: #000;
	margin:10px;
	padding:10px;
	}
	
	table#greytable td#nav {
	width: 210px;
	background: #333333;
	margin:10px;
	padding:10px;
	}
	
	table#greytable td#pic {
	width: 140px;
	background: #333333;
	margin:0px;
	padding:0px;
	}
	
	table#greytable td#mainbody {
	width: 720px;
	background: #FFFFFF;
	margin:0px;
	padding:0px;
	}
	
	table#greytable td#footer {
	width: 720px;
	height: 28px;
	background: #000000;
	margin:0px;
	padding:0px;
	}
	
 