body
{
	margin: 0;
	padding: 0;
	color: White;
	font-size:15px;
	font-weight: normal;
	background-image: url(../images/background.gif);
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}

A:link{ font-size:10pt; color:Blue; text-decoration:none; font-weight:normal;  }
A:visited{ font-size:10pt; color:Blue; text-decoration:none; font-weight:normal;  }
A:active{ font-size:10pt; color:Blue; text-decoration:none; font-weight:normal;  }
A:hover{ font-size:10pt; color:Blue; text-decoration:underline; font-weight:normal;  }

TD {
	color: White;
	font-size:15px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}

#CorkBoard
{
	color: black;
	padding:20px;
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.Caption
{
	color: White;
	height: 22px;
	font-size: 13px;
	font-weight: bold;
	vertical-align: top;
	padding-top: 4px;
	border-bottom: 1px outset;
	background-repeat: repeat-x;
	background-image: url(../images/CaptionFill.gif);
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}