.bodyStyle {
	font-family: Arial, Helvetica, sans-serif;
	scrollbar-face-color:#333366;
	scrollbar-shadow-color:#000000;
	scrollbar-arrow-color:#999999;
	scrollbar03dlight-color:#000000;
	scrollbar-darkshadow-color:#cccccc;
	scrollbar-shadow-color:#000000;
	scrollbar-track-color:#fffff;
	list-style-position: inside;
	list-style-type: square;
	font-size: 13px;
	color: #000000;

}
.mainHeader {
	background-image: url(../images/headertile.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.bottomtile {
	background-image: url(../images/bottomtile.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.leftTile {
	background-image: url(../images/lefttile.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.rightTile {
	background-image: url(../images/righttile.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}


A:link {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

A:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}

A:visited {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}

A:visited:hover {
	text-decoration: underline;
	color: #000000;
}
th {
	font-weight: bold;
	color: #000000;
}
.fontSmall {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.headerFont {
	font-weight: bold;
	color: #3A3B4F;
	font-size: 15px;
}
.tableBorder {
	border: 1px solid #3A3B4F;
}

.bodyFont {
	font-family: Arial, Helvetica, sans-serif;
}
.headerCell {
	background-color: #7FD443;
	border: 1px dotted #CCCCCC;
	font-style: italic;
	font-weight: bold;
	color: #3A3B4F;
