body {
	background-color: black;
	padding: 0;
	margin: 0;
	font-family: arial;
	background-image: url(images/bg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}
.e70{
	font-size: .7em;
}
.e80{
	font-size: .8em;
}
.e90{
	font-size: .9em;
}
.e110{
	font-size: 1.1em;
}
.e120{
	font-size: 1.2em;
}
.footer{
	font-family: arial;
	font-size: .7em;
}
a:active, a:visited, a:link {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fcc;
	text-decoration: underline;
}
.table80 td {
	font-size: .8em;
	vertical-align: top;
}
img {
	border-color: black;
}
.rounded { /* copy PIE.htc */
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: #666 2px 2px 3px;
	-moz-box-shadow: #666 2px 2px 3px;
	box-shadow: #666 2px 2px 3px;
	behavior: url(PIE.htc);
	position: relative;
	overflow: hidden;
}
div.container {
	background-image: url(images/paper.jpg);
	background-position: top center;
	background-repeat: repeat;
}
div.topborder {
	height: 57px;
	background-image: url(images/border_top.png);
	background-repeat: repeat-x;
}
div.bottomborder {
	height: 55px;
	background-image: url(images/border_bottom.png);
	background-repeat: repeat-x;
	background-position: top;
}
div.content {
	width: 720px;
	margin: auto;
}
div.bordercontent {
	width: 720px;
	color: white;
	margin: auto;
}
.content a {
	color: #000;
	text-decoration: none;
}
.content a:hover {
	color: #f00;
	text-decoration: underline;
}
.header0 {
	text-align: right;
	font-family: times new roman,arial;
	font-size: .72em;
}
.header1 {
	text-align: center;
	vertical-valign: top;
	font-family: times new roman,arial;
	font-size: 1.15em;
}
.header2 {
	color: #C41F2B;
	font-size: 1.30em;
	font-weight: bold;
	font-style: italic;
}
.menu td {
	font-family: times new roman;
	font-weight: bold;
	padding: 5px 7px;
}
.menu2 td {
	font-size: .9em;
	padding: 10px 7px;
}

