@charset "UTF-8";
/* CSS Document */

body {
	background-color: #3a3838;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/linenBgTile.jpg);
	background-repeat: repeat-x;
}

td {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #3A3838;
	line-height: 14px;
}

a:link, a:visited {
	color: #CCCCCC;
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;
}

a:hover, a:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;
}

