body,
body div,
body p,
body th, 
body tr,
body li,
body dd,
input,
select,
textarea 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
b, strong
{
	font-weight: bold;
}

a:link,
a:hover,
a:visited,
a:active
{
	font-size: 12px;
	font-weight: bold;
}
a:hover,
a:active
{
	color:red;
}

.Red
{
	color:red;
}

.tblTop
{
	background-image: url(../Images/t_bkgd.gif);
	background-repeat: repeat-x;
	height: 32px;
}
.tblBtm
{
	background-image: url(../Images/b_bkgd.gif);
	background-repeat: repeat-x;
	height: 32px;
}
.tblLeft
{
	background-image: url(../Images/l_filler.gif);
	background-repeat: repeat-y;
	width: 50px;
}
.tblRight
{
	background-image: url(../Images/r_filler.gif);
	background-repeat: repeat-y;
	width: 50px;
}
#links td
{
	background-color: #F2D7C4;
}

.bk,
.rd
{
	color: black;
	cursor: pointer;
	font-weight:bold;
}
.rd
{
	color: red;
}

.numblk,
.numrd
{
	font-weight:bold;
	font-size: 14px;
	color: black;
	padding:2px 0px 6px 0px;
	cursor: pointer;
}
.numrd
{
	color: red;
}
.itmTitle
{
	padding:8px 0px 8px 0px;
	font-size:14px;
	font-weight: bold;
	text-align: center;
}
.tblHeader
{
	font-weight:bold;
	text-align:center;
	border-bottom:1px solid black;
}