html,body,div,span,ul,ol,li,p,a,img,h1,h2,h3,h4,h5,table,td,tr	{
  margin:0;
  padding:0;
  border:0;
  font-weight:inherit;
  font-style:inherit;
  font-family:inherit;
  vertical-align:baseline;
}
body	{
	font-size:10pt;
	font-family:verdana,arial;
	width:100%;
	background-color:#ffffff;
}
#background	{
	height:auto;
	width:90%;
	margin:0 auto;
}
#mainabs	{
	width:90%;
	position:absolute;
	top:0;
	left:5%;
}
#main	{
	margin:0 auto;
	width:90%;
}
#footer {
	margin:10px auto;
	text-align:center;
	width:360px;
	font-size:.8em;
	clear:both;
}
.regatta {
	width:25%;
	text-align:center;
	float:left;
}
h1 {
	font-size:2.4em;
	font-weight:normal;
	text-align:center;
	padding:20px 0;
	color:#000180;
}
h1.c {
	font-size:2.4em;
	font-weight:normal;
	text-align:center;
	color:#000000;
	padding:0;
	margin-top:10px;
}
h2 {
	font-size:1.4em;
	font-weight:normal;
	text-align:left;
	padding:0 10px;
	margin-top:20px;
	color:#000180;
}
h2.c {
	font-size:1.4em;
	font-weight:normal;
	text-align:center;
	padding:0;
	margin:0;
	color:#000000;
}
li.a {
	list-style-type:lower-alpha;
}
li.d {
	list-style-type:decimal;
	padding-top:1em;
}
a:link, a:active, a:visited {
	text-decoration:none;
	color:#000000;
}
a:hover {
	text-decoration:underline;
	color:blue;
	cursor:pointer;
}
a.x:link, a.x:active, a.x:visited {
	text-decoration:none;
	color:blue;
}
a.x:hover {
	text-decoration:underline;
	color:blue;
}
a.name {
	text-decoration:none;
	color:#000180;
	cursor:default;
}
table.solid {
  border: 1px solid black;
  border-collapse: collapse;
  font-family: arial, sans-serif;
  font-size: .8em;
  font-weight: normal;
  color: black;
  background-color: white;
  margin:5px auto;
}
td {
	vertical-align:top;
}
td.c {
  text-align: center;
  border: thin solid black;
}
td.center {
  text-align: center;
}
p {
	padding:0 10px;
}
p.li {
	padding:5px 10px;
}
