body,td,th {
	color: #666;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
body {
	background-image: url(bg.gif);
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-repeat: repeat-x;
}
h1 {
	font-size: 11px;
	text-align: center;
}
h2 {
	font-size: 14px;
	text-align: left;
	color: #039;
}
.orange {
	color: #F60;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.blue {
	color: #039;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
}
a {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #043399;
}
a:active {
	text-decoration: none;
}
.green {
	color: #093;
}
.darkgray {
	color: #333;
}
.black {
	color: #000;
}
.red {
	color: #F00;
}
.small {
	font-size: 11px;
	text-align: center;
}
.smaller {
	font-size: 10px;
	color: #666;
	text-align: right;
}
.center {
	text-align: center;
}
.rightalign {
	text-align: right;
}
