html, body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	text-align: center;
}
html, body, div, p, ul, ol, li, td, h1, h2, h3, h4, h5, h6 {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-weight: normal;
}
html, body, div, p, ul, ol, li, td {
	font-size: small;
	color: #000066;
}
h1 {
	text-align: center;
	color: #FF8080;
	font-size: x-large;
	font-weight: bold;
}
h2 {
	text-align: center;
	font-size: large;
	font-weight: bold;
}
h3 {
	/*font-weight: bold;*/
}
td.cell {
	text-align: center;
}
.rfloat {
	float: right;
	border: 1px solid silver;
}
a.graphic {
	/*color: transparent;*/
	font: 12px arial, sans-serif;
	text-decoration: none;
}
a.graphic:hover {
	/*background-color: transparent;*/
	color: #0000CC;
	font: 12px arial, sans-serif;
	text-decoration: none;
}
.main {
	border: 1px solid #000000;
}
#topgraphic {
	margin-left: auto;
	margin-right: auto;
	width: 780px;
}
#topmenu {
	margin: 10px auto 0px auto;
	text-align: center;
	border-style: none;
	background-image: url('/barbkgdl.jpg');
	width: 780px;
	height: 40px;
}
#spacer {
	border: 1px solid silver;
	margin: 10px auto 10px auto;
	width: 770px;
	height: 19px;
	background: #FFFFFF url('/space.gif.jpg') no-repeat scroll top center;
}
#main {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
}
#content {
	text-align: left;
}
#footer {
	text-align: center;
}
img {
		border-style: none;
}

