body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #222222;
	background-color: White;	
}
td.main {
	width: 100%;
	height: 100%;
	color: White;
	background-color: Black;
	vertical-align: middle;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 30px;
	margin: 0 0 0 0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #064E7D;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: White;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #064E7D;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #064E7D;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
	color: #064E7D;
}
div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div.address {
	font-weight: bold;
}
div.company {
	font-weight: bold;
	font-size: 14px;
	color: #064E7D;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 0 0 2px;
	text-align: justify;
	font-weight: normal;
}
td.button {
	width: 122px;
	height: 30px;
	background-image: url(images/index_b.gif);
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
}
a.button {
	color: White;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;	
}
a.blue {
	color: #064E7D;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: underline;	
}
a.blue:hover { 
  color: White; 
	text-decoration: underline;
}
a.menu {
	color: Black;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;	
}
a.menu:hover { 
  color: #064E7D; 
	text-decoration: none;
}
