body {
	margin-top: 0px;
}

a:link       { text-decoration: none; color: #000000 }
a:visited    { text-decoration: none; color: #000000 }
a:active     { text-decoration: none; color: #000000 }
a:hover      { text-decoration: underline; color: #000000 }

.style1 {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: bold;
}

.style5 {font-size: 16px}

.style13 {font-family: "Courier New", Courier, mono;
	font-size: 11px;
	font-weight: bold;
}

.style19 {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	color: #FFFFFF;
}
.style21 {color: #FF0000;
	  font-weight: bold;
}

.style20 {color: #00CC00;
	  font-weight: bold;
}

body {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background-image: url(/imgs/back.gif);
	background-repeat: repeat-y; 
	background-position: center;
}

a:link,
a:visited,
a:active {
	color: #000000;
	text-decoration: none;
}

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


