BODY {
        scrollbar-arrow-color: #9EB1C5;
        scrollbar-darkshadow-color: #4D6680;
        scrollbar-shadow-color: #2D3C4A;
        scrollbar-highlight-color: #2D3C4A;
        scrollbar-track-color: #4D6680;
        scrollbar-face-color: #2D3C4B;
        scrollbar-3dlight-color: #2D3C4A;
        scrollbar-base-color: #2D3C4A;
        background: #9EB1C5;
}

* {
        font-family: Arial, Helvetica, sans-serif;
        color: #2D3C4A;
        font-size: 10pt;
}

H1 {
        font-size: 14pt;
        text-align: center;
        font-weight: bold;
}

P {
        font-size: 10pt;
        text-align: center;
}

A {
        color: #dddddd;
        font-weight: bold;
}

A:visited {
        color: #bbbbbb;
        font-weight: bold;
}

A:hover {
        color: #ffffff;
        text-decoration: none;
        font-weight: bold;
}

.infotable {
	border: 1px solid #88a8ca;
	border-collapse: collapse;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	width: 725px;
	background: #6699FF;
	color: #D9AE3E;
	background: repeat-x top; width: 725px; height: 20px;
}