BODY, TD{
		font-family:verdana,helvetica,arial, sans-serif;
		font-size:10px;
		color: #000000;
		}

A		{
		font-family:verdana,helvetica,arial, sans-serif;
		font-size:9px;
		color: blue;
		}

/*font classes*/
.normal {
		font-size:9px;
		color: white;
		}

.gray	{
		font-size:9px;
		color: gray;
		line-height:.75;
		}

.heading {
		font-size:12px;
		font-weight: bold;
		color: white;
		}

.headingyellow {
		font-size:12px;
		font-weight: bold;
		color: yellow;
		}
		
.big	{
		font-size:18px;
		}

.small	{
		font-size:8px;
		color: white;
		}

.footer	{
		font-family:sans-serif;
		font-size:9px;
		color: yellow;
		}

/*table classes*/
.description {
		background-color: white;
		color: black;
		}

.rightsub {
		background-image: url(img/tablebkg_sub_right.gif);
		background-repeat: no-repeat;
		background-color: black;
		}