/* CSS Document */





/* Link Class */




/* Without Link Class */
.black-bold{font-family:Arial, Helvetica, sans-serif; font-size:20px; font-weight:bold; color:#000000; text-decoration:none;}
.black{font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; color:#000000; text-decoration:none;}
.black2{font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#000000; text-decoration:none;}
.white{font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:normal; color:#ffffff; text-decoration:none;}


.redrowcolor{
	background:#FF0000;
}

.bluerowcolor{
	background:#0099FF;
}

.greenrowcolor{
	background:#00FF33;
}


/* TD Bakcground CLass */	
.header-bg{background-image:url(../images/header-bg-rpt.gif); background-repeat:repeat-x;}
.gray-bg{background-color:#C0C0C0; background-repeat:repeat;}
.yellow-bg{background-color:#FFFF99; background-repeat:repeat;}
.border{border:#000000 solid 1px;}
.black-bg{background-color:#000000; background-repeat:repeat;}
.white-bg{background-color:#ffffff; background-repeat:repeat;}
.green{background-color:#CCFFCC; background-repeat:repeat;}
.blue{background-color:#CCCCFF; background-repeat:repeat;}
.bg-middle
{background:url(../images/bg-gradient.jpg) repeat-x;}