/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.gif);
}

.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #730000;
}

.text1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #F5E8E8;
}
.text2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #730000;
}
.text3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #730000;
}

a	{
	color: #002C18;
	text-decoration: none;
}

a:hover	{
	text-decoration: underline;
}

.tablink	{
	color: #F5E8E8;
	text-decoration: none;
}

.tablink:hover	{
	text-decoration: underline;
}

.footerlink	{
	color: #4A1E1E;
	text-decoration: none;
}

.footerlink:hover	{
	text-decoration: underline;
}
.copyright {
	color: #0093BE;
	text-decoration: none;
}

.copyright:hover {
	text-decoration: underline;

}


