body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	background-color: #069;
	background-image: url(../images/bg_global.jpg);
	margin: 0;
}
#mastheadTable {
	padding: 0;
	margin: 0;
	border-width: 0;
	border-style: none;
	width: 100%;
	border-collapse: collapse;
	background-color: #069;
	background-image: url(../images/bg_tubes.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
table h2 {
	float: left;
	padding: 0;
	margin-left: 1em;
	font-size: 1em;
	color: #fff;
	font-weight: 300;
	text-align:left;
}
.mastheadImage {
	text-align: right;
	padding-right: 2em;
	width: 50%;
}
a {
	text-decoration: none;
	color: #069;
}
a:hover {
	color: #765;
}
p, dl {
	font-size: .8em;
	line-height: 1.3em;
}
dt {
	padding: 1em 0 0 0;
}
h1 {
	margin: 0;
	padding: 0;
}
h3 {
	font-size: 1.1em;
	font-weight: normal;
	margin: 0;
	color: #069;
}
h4 {
	font-size: .9em;
	font-weight: normal;
	color: #069;
}
h5 {
	font-size: .8em;
	font-weight: bold;
	margin: 0;
	color: #000;
	padding: .2em 1em;
	text-decoration: underline;
}
hr {
	text-align: center;
	padding:0;
	height: 1px;
	width: 80%;
	color: #ccc;
}
img {
	border:0;
}
