.mouseoverLink
{
	text-decoration: none;
  color: #000000;
  /*onmouseout:  	this.style.color='#000000';*/
  font-weight:	bold;
  font-size: 30px;
  font-family: Arial;
}

.mouseoverLink:hover
{
	color: #B34132;
	/*onmouseover:  this.style.color='#B34132';*/
}

.mouseoverLink2
{
  text-decoration: none;
  color: #CC3724;
  font-weight:	bold;
  font-size: 30px;
  font-family: Arial;
}

.mouseoverLink2:hover
{
	color: #000000;
}


.mediumlinktext
{
	font-weight:bold;
	color:#000000;
	font-family: Arial;
	font-size: 1.0em;
}

.smalllinktext
{
	font-family: Arial;
	font-size: .7em;
	text-decoration: none;
}

.tableStyle1
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	/* margin: 45px; */
	/* width: 480px; */
	text-align: left;
	border-collapse: collapse;
}
.tableStyle1 th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe;
	/* border-top: 4px solid #aabcfe; */
	border-bottom: 1px solid #fff;
	color: #039;
}
.tableStyle1 td
{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	/*border-top: 1px solid transparent;*/
}
.tableStyle1 tr:hover td
{
	background: #d0dafd;
	color: #339;
}

#reportContainer
{
width: 100%;
text-align: center;
}

#tableContainer
{
	height: 700px;
	width: 800px;
	overflow-y: scroll;
	border: 1px solid #000000;
}
#tblReport th
{
 font-size: 20pt;
 font-weight: bold;
 background-color: #B34132;
}

#tblReport td
{
 font-size: 18pt;
 padding: 5px;
 border: 1px solid #b9c9fe;
}


