﻿
body {
	background-color: #000000;
	background-image: url("images/page_background.jpg");
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	top: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.ttheader1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	
}
.ttheader2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}
.ttheader3 {
	font-family: Arial, Helvetica;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
}
a.toplink {
	color: #ffffff;
	text-decoration: underline;
}
a.darklink {
	color: red;
	text-decoration:underline;
	
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

