a, a:active {
	text-decoration: none;
	color: #345570;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a:visited {
	color: #48468F;
}

a:hover, a:focus {
	text-decoration: underline;
	color: red;
}

body {
	background-color: #50708D;
	color: #203444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	padding: 0px;
}

h2 {
	margin-bottom: 12px;
	color: #FFFFFF;
	margin-left: 22px;
	margin-top: 12px;
}

table {
	margin-left: 12px;
}

th, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: left;
}

th { 
	font-weight: bold;
	padding-right: 14px; 
	padding-bottom: 23px; 
	padding-top: 2px;
}

td {
	padding-right: 14px;
}

td.s, th.s {
	text-align: right;
}

pre.readme {
        color: #FFFFFF;
}

pre.header {
        background-image: url('/css/logo.png');
        background-repeat: no-repeat;
        padding-top: 22px;
        padding-bottom: 22px;
}

div.list {
	background-color: white;
	background-image: url('/css/bluebg.jpg');
	background-repeat: repeat-x;
	border-top: 1px solid #345570;
	border-bottom: 1px solid #345570;
	padding-top: 10px;
	padding-bottom: 14px;
}

a.foot, a.foot:active {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a.foot:hover, a.foot:focus {
	text-decoration: underline;
}

div.foot {
	text-align: center; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	color: #FFFFFF;
	padding-top: 4px;
}

