@charset "utf-8";
body {
	font-family:Arial, Helvetica, sans-serif; background-image:url(images/bkgnd.jpg); background-repeat:repeat;  /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; margin:0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
table.index {
	width:750px;
	height:450px;
	text-align:center;
	background-color:#ffffff;
	border: 3px solid #333333;
	margin: 0 auto;
}
img.logo {
	margin-top:30px;
}
td.index_text {
	font-size:12px;
	padding-left:30px;
	padding-right:30px;
	text-align:center;
	color:#0000cc;
}
h2.index {
  font-size:14px;
}
td.address {
	background-color:#000066;
}
p.address {
	text-align:center;
	font-style:italic;
	font-size:12px;
	margin-right:10px;
	color:#FFF;
}
a.email:link {
	color:#fff;
}
a.email:hover {
	color:#fff;
}
a.email:visited {
	color:#fff;
}
