body {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #000;
	margin: 0em;
	line-height: 110%;
	background-color: #EEE;
	background-image: url(/assets/logobak.jpg);
	background-repeat: no-repeat;
	background-position: 100% 260px;
	background-attachment: fixed;
}

p {}

h1 {
font-size: 100%;
color: #930;
font-weight: bold;
margin: 0;
}

h2 {}

td.border {
border-left: 5px #990000 solid;
background-color: #FFF;
}

table.border {
border: 1px #990000 solid;
}

table.form {
color: #fff;
}

table.footertext {
font-family: Verdana, Tahoma, sans-serif;
font-size: 70%;
color: #999;
}


a:link {
font-size: 95%;
color: #990000;
font-weight: bold;
text-decoration: underline;}

a:visited {
font-size: 95%;
color: #990000;
font-weight: bold;
text-decoration: underline;}

a:hover {
font-size: 95%;
text-decoration: none;
color: #FFF;
background-color: #FF9900}

