﻿table#table1.style1{
	border-color: #808080;
	border-left-width: thin;
	border-right-width: thin;

}
.style1 {
	border-left-style: solid;
	border-right-style: solid;
}
.style4 {
	text-align: center;
}
.style5 {
	color: #669999;
	font-size: 14px;
}

td#td1{
	background-image: url('images/tile1.jpg');
	background-repeat: repeat;
}
td#td2{
	background-image: url('images/tile3.jpg');
	background-repeat: repeat;
	margin-left: 8px;
	margin-right: 8px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url('images/tile2.jpg');
	background-repeat: repeat;
	background-color: #808080;
	text-align: left;
}

a:link {
	color: #008080;
	text-decoration: none;
}
a:hover {
	color: #669999;
	text-decoration: none;
	border-style: none none dotted none;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
}
a:active {
	color: #669999;
	text-decoration: none;
}
a:visited  {
	color: #669999;
	text-decoration:none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
