body {
	/*
	background-image: url("images/bground.jpg");
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-position: left top;
	*/
    font-size: 10pt;
    font-family: "Lucida grande", "Tahoma", sans-serif;;
    color: #ffffff;
	background-color: #1a1a1a;
}

table {
    color: #ffffff;
	background-color: #1a1a1a;
}

td, th {
    font-size: 10pt;
	vertical-align: top;
	font-weight: normal;
}

th {
	font-size: 10pt;
	font-weight: bold;
	background-color: #1a1a1a;
	border-bottom: 2px solid #eec11b;
}

h1 {
    font-weight: normal;
    font-size: 1.8em;
}

hr {
    height: 1px
}

a, a:link, a:visited {
    color: #ffffff;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}
