body, div, ul {
	font-family: verdana, arial, helvetica, sans-serif;
        font-size: 95%;
}

body {
	background: #cec;
	margin: 0;
}

div {
	padding-left: 16px;
	padding-right: 16px;
}

div.head {
	background: #cec;
	border-bottom: 1px solid #6c6;
	padding-bottom: 4px;
        padding-top: 8px;
}

div.head img {
        border: 0;
        float: right;
}

span.menu {
	background: #cec;
	font-size: 75%;
}

span.menu a {
	font-weight: bold;
	text-decoration: none;
        padding: 1px;
}

span.menu a:link, span.menu a:visited {
	color: #060;
}

span.menu a:active, span.menu a:focus, span.menu a:hover {
        background: #efe;
        color: #060;
}

div.body {
	background: #fff;
	padding-bottom: 8px;
	padding-top: 8px;
}

div.body a {
        text-decoration: none;
}

div.body a:link {
	color: #009;
}

div.body a:visited {
	color: #006;
}

div.body a:active, div.body a:focus, div.body a:hover {
        background: #cec;
}

div.body img {
        border: 8px;
}

div.foot {
	background: #cec;
	border-top: 1px solid #6c6;
	font-size: 75%;
	padding-top: 4px;
}

div.foot a {
        text-decoration: none;
}

div.foot a:link, div.foot a:visited {
        color: #030;
}

div.foot a:active, div.foot a:focus, div.foot a:hover {
        background: #efe;
        color: #030;
}

div.foot img {
        border: 0;
        float: right;
        padding-left: 8px;
        padding-bottom: 8px;
}

table.rowmajor th {
	color: #060;
	font-weight: bold;
	text-align: left;
        vertical-align: baseline;
}

table.rowmajor td {
        text-align: left;
        vertical-align: baseline;
}

h1, h2, h3 {
        font-weight: bold;
	padding: 0;
}

h1 {
        font-size: 200%;
	margin: 0;
}

h2, h3 {
	color: #060;
	margin-top: 8px;
	border-bottom: 1px dashed #6c6;
}

strong {
	color: #060;
	font-weight: bold;
}

dt {
	color: #060;
        font-weight: bold;
}

h2:first, h3:first {
	margin-top: 0;
}

h2 {
        font-size: 120%;
}

h3 {
        font-size: 110%;
}

tr.header {
        background: #cec;
}

td.closed-site {
        color: #f33;
        font-weight: bold;
}

td.open-site {
        color: #060;
}

span.closed-site {
        color: #f33;
}
