@charset "UTF-8";
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #424242;
	line-height: 2;
	font-weight: normal;
}
body {
	background-color: #999999;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/graygrad.jpg);
	background-repeat: repeat-x;
}
table#main {
	border-top-width: 4px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-top-style: double;
	border-right-style: double;
	border-left-style: double;
	border-top-color: #424242;
	border-right-color: #424242;
	border-bottom-color: #424242;
	border-left-color: #424242;
	border-bottom-width: 4px;
	border-bottom-style: double;
}
table#address {
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: double;
	border-left-style: double;
	border-right-color: #424242;
	border-left-color: #424242;
}
a:link {
	color: #424242;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #424242;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #424242;
}
img  {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

