body	{

	background-color	: #ffffdd

	}



form	{

	margin			: 0px 0px 0px 0px;

	padding			: 0px 0px 0px 0px;

	}



table	{

	border-collapse		: collapse;

        /* Added Left and width to work with the glaedenfeld CSS file */

	left: 15%;

	width: 70%;

	}



input, button, select, option

	{

	background-color	: #FFFFFF;

	border-color		: #AABBDD;

	color			: #000000;

	font			: 10px tahoma, helvetica, sans-serif;

	}



textarea

	{

	background-color	: #FFFFFF;

	font			: 10px tahoma, helvetica, sans-serif;

	color			: #000000;

	border			: 1px solid #000000;

	}



a	{

	font			: 12px tahoma, helvetica, sans-serif;

	color			: navy;

	text-decoration		: none;

	}



a:hover	{

	color			: blue;

	text-decoration		: none;

	}



li	{

	list-style-type		: square;

	font			: 12px tahoma, helvetica, sans-serif;

	color			: #CC0000;

	}



.text	{

	font			: 12px tahoma, helvetica, sans-serif;

	color			: #000000;

	padding-left		: 3px;

	}



.boxborder

	{

	border			: 1px solid #000000;

	}



.maintable

	{

	background-color	: #F4FAFF;

	}



.maintablealt

	{

	background-color	: #FFFFFF;

	}



.maintableon

	{

	background-color	: #FFFFF0;

	}



/* BUTTONS THAT ROLLOVER */



.list-menu a

	{

	display			: block;

	border			: 1px solid #C0D0E0;

	background		: #FFF000;

	width			: 98%;

	text-align		: center;

	}



.list-menu a:hover

	{

	background		: #AABBDD;

	width			: 98%;

	color			: #000000;

	}
