body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	text-align: center;
	background: #FFFFFF
	margin: 0;
	padding: 10px;
	width: auto;
	background: #DDDDDD;
}

h1, h2, h3 {
	line-height: 1.2;
}

.left {
    float: left;
    margin: 5px 20px 0px 0px;
}

.right {
    float: right;
    margin: 0px 0px 0px 20px;
}

body,td,th {
	color: #000000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
	position: relative;
	width: auto;
}

a {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #336699;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
    color: #b31d00;
}
a:active {
	text-decoration: none;
}

.header1 {
	font-size: 1.1em;
}

.blue_headline {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #336699;
}

.giant_headline {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	font-style: italic;
	color: #990000;
}

.footer_text {
	font-size: 0.9em;
	color: #333333;
}

.white_text {
	color: #FFFFFF;
	font-size: 1.1em;
}
