html, body {margin: 0; padding: 0; text-align: center; background: #ffffff; background-image: url(images/bg.jpg); background-repeat: repeat-x;
background-attachment:fixed;
background-position: top center;
}

a:link {
	color:#0072bc;
	text-decoration: underline;
}
a:hover {
	color: #b68c2c;
	text-decoration: underline;
}	
.error {color:red;
}
a:visited {
	color: #f2898d;
	text-decoration: underline;
}
TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 13pt;
	color: #000000;
}
.titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #005aab;
}
.subtitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #801223;
	font-weight: bold;
}
.subtitles2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #006684;
	font-weight: bold;
}
.subtitles3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	color: #000000;
	font-weight: bold;
}

h1, h2, h2 a {
  font-family: Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 13pt;
	color: #1f84c7;
	text-decoration: underline; 
	border: none;
	}
