body {
	font-family: Arial, sans-serif;
	background-color: #2B4C5F;
	background-image: url('images/body_bg.gif');
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

h1           { font-family: Arial, sans-serif; font-size: 18pt; color: #635897; font-weight: bold }
h2           { font-family: Arial, sans-serif; font-size: 14pt; color: #635897; font-weight: bold }
h3           { font-family: Arial, sans-serif; font-size: 12pt; color: #635897; font-weight: bold }
td           { font-family: Arial, sans-serif; font-size: 10pt }

a:link { color: #0000EE; text-decoration: underline; }
a:visited { color: #551A8B; text-decoration: underline; }
a:active { color: #0000EE; text-decoration: underline; }
a:hover { color: #EE0000; text-decoration: underline; }
