body
{
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
}

#content
{
    margin: 0px auto;
    width: 750px;
    text-align: left;
}

a:hover
{
    background-color: #FEDD76;
    text-decoration: underline;
}

a
{
    text-decoration: none;
}


table td.round
{
	padding: 0px;
	margin: 0px;
}

.rtop, .rbottom
{
    display: block;
    background: #FFF
}
.rtop *, .rbottom *
{
    display:block;
    height: 1px;
    overflow: hidden;
    background-color: #BED6E6;
}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.rtop .r4, .rbottom .r4
{
    margin: 0 1px;
    height: 2px
}


.clear-left
{
    clear: left;
}
.clear-right
{
    clear: right;
}
.clear
{
    clear: both;
}

label
{
    font-weight: bold;
}

#search .button
{
    background-color: #D1E4F5;
    font-weight: bold;
}


#footer
{
	margin: 15px 0px 5px 0px;
	font-size: 1.0em;
	text-align: center;
}

#copyright
{
	font-size: 0.8em;
	text-align: center;
}

.strike {
	text-decoration: line-through;
}

.site-notice {
	text-align: center;
	font-size: 0.8em;
	color: #A72222;
}

#site-title {
	float: left;
}

#site-search {
	float: right;
	font-weight: bolder;
	margin: 2.25em 0 0 0;
}
#site-search label {
	display: block;
}
#site-search p {
	margin: 0px;
	padding: 0px;
}
