body,TD /* The font style for the body text */

	{

		font-family: Arial, Helvetica, sans-serif;

		font-size: 12px;

		color: #ffffff; /* white */				

	}



A /* The link style for white bg's */

	{

		/* color: #555555; */ /*gray*/

		color: #ffffff;

		font-weight: bold;

		font-family: Arial, Helvetica, sans-serif;

		font-size: 12px;

		text-decoration: none;

	}



A.blue /* The link style for white bg's */

	{

		/* color: #555555; */ /*gray*/

		color: #008AFF;

		font-weight: bold;

		font-family: Arial, Helvetica, sans-serif;

		font-size: 12px;

		text-decoration: none;

	}



A.drkgray /* The link style for white bg's */

	{

		/* color: #555555; */ /*gray*/

		color: #555555;

		font-weight: bold;

		font-family: Arial, Helvetica, sans-serif;

		font-size: 12px;

		text-decoration: none;

	}



A:hover /* The hover link style */

	{

		/* color: #f0f0f0; */ /*drkgray*/

		color: #999999;

		font-weight: bold;

	}

input.text {

	background-color: #555555;

	border: 1px solid #00508C;

	height: 15px

}





.bodyTable /* The table font style */

	{

		font-family: Arial, Helvetica, sans-serif;

		font-size: 12px;

		color: #ffffff; /* white */	

	}

A.headings {

		color: #008AFF; /*blue*/

		font-weight: bold;

		font-family: Arial, Helvetica, sans-serif;

		font-size: 16px;

		text-decoration: none;

}

.menu_headings {

		color: #008AFF; /*blue*/

		font-weight: bold;

		font-family: Arial, Helvetica, sans-serif;

		font-size: 16px;

		text-decoration: none;

}

.menu_headings_white {

		color: #FFFFFF; /*white*/

		font-weight: bold;

		font-family: Arial, Helvetica, sans-serif;

		font-size: 19px;

		text-decoration: none;

}

A:hover.headings {

		color: #999999; /*gray*/

		font-weight: bold;

		font-family: Arial, Helvetica, sans-serif;

		font-size: 16px;

		text-decoration: none;

}

.menus {

		color: #000000; /*black*/

		font-weight: bold;

		font-family: Arial, Helvetica, sans-serif;

		font-size: 14px;

		text-decoration: none;

}

td.details {

	background-color: #a9a9a9;

	color: #191970;

	text-align: left;

	vertical-align: top;

}

