body {
	background-color:#2C303B;
	background-image: url(siteBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

td {
	font-size: 12px;
	color: #333333;
	font-family: "Verdana";
	line-height: 20px;

}
a {
	color: #0000CC;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.smallImg {
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #cccccc;
}
