body {
background-image: url(images/watermark.jpg);
background-position: 400px 280px;
background-repeat: no-repeat;
}

body, p, table, td, tr {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}
	
a:link, a:visited {
color: #008291;
text-decoration:none;
}


a:hover {
color: #008291;
text-decoration:underline;
}

h1 {
font-size: 16px;
color: #000000;
}

h2 {
font-size: 12px;
margin-bottom:-12px;
color: #e48426;
}

.border {
border: thin solid #008291;
padding: 5px;
}

.border-dotted {
border: thin dotted #666666;
}

div.disclaimer {
font-size: 12px;
border-top: solid 1px #FCD13E;
padding-top: 10px;
color: #666666;
}
