body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color: #cccccc;
	background-image: url(../images/bg_grad.jpg);
	background-repeat: repeat-x;
}


td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}


th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

.redhead {
	font-size: 12px;
	color: #ff0000;
	font-weight: bold;
}

.blkhead {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.redtxt {
	font-size: 12px;
	color: #ff0000;
}

.rednum {
	font-size: 12px;
	color: #ff0000;
	font-style:italic
}

.style1 {
	font-size: 12px
}
.style2 {font-size: 12px; font-weight: bold; }
.style3 {font-size: 14px}
.style4 {font-size: 10px}
.style5 {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

.headings {
	font-size: 16px;
	font-weight: bold;
}
.subheadings {
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	text-decoration: underline;
}



.redhdbig {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
a:link {
	color: #ff0000;
	text-decoration: none;
}
a:visited {
	color: #ff0000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #ff0000;
	text-decoration: none;
}



.b:link {
	color: #ff0000;
	text-decoration: none;
}
.b:visited {
	color: #999999;
	text-decoration: none;
}
.b:hover {
	color: #000000;
	text-decoration: none;
}
.b:active {
	color: #ff0000;
	text-decoration: none;
}



.c:link {
	color: #ffffff;
	text-decoration: none;
}
.c:visited {
	color: #ffffff;
	text-decoration: none;
}
.c:hover {
	color: #000000;
	text-decoration: none;
}
.c:active {
	color: #000000;
	text-decoration: none;
}



.d:link {
	color: #000000;
	text-decoration: none;
}
.d:visited {
	color: #000000;
	text-decoration: none;
}
.d:hover {
	color: #ff0000;
	text-decoration: none;
}
.d:active {
	color: #ff0000;
	text-decoration: none;
}


.redlarge{
	font-size: 24px;
	color: #FF0000;
	font-weight: bold;
}

___________________________

tr { background-color: #cccccc}
  .initial { background-color: #cccccc; color:#000000 }
  .normal { background-color: #CCCCCC }
  .highlight { background-color: #cb2229 }

