	A.Info:link{
		color:#000000;
		background-color: #ffcc33;
		font-family:Arial;
		font-weight:normal;
		text-decoration: underline;
	}
	A.Info:visited{
		color:#000000;
		background-color: #ffcc33;
		font-family:Arial;
		font-weight:normal;
		text-decoration: underline;
	}
	A.Info:hover{
		color:#000000;
		background-color: #ffcc33;
		font-family:Arial;
		font-weight:bold;
		text-decoration: underline;
	}
		A.Info:link{
		color:#000000;
		background-color: #ffcc33;
		font-family:Arial;
		font-weight:normal;
		text-decoration: underline;
	}

	A.Menu:visited{
		color:#000000;
		font-family:Arial;
		font-weight:bold;
		text-decoration: none;
	}
	A.Menu:hover{
		color:#ffffff;
		background-color: #cccccc;
		font-family:Arial;
		font-weight:bold;
		text-decoration: none;
	}
	
	a:link {
		text-decoration: underline;
		color: #000000;
		font-family: Arial;
		font-size: 14px;
		}
	a:visited {
		text-decoration: underline;
		color: #000000;
		font-family: Arial;
		font-size: 14px;
	}
	a:active {
		text-decoration: underline;
		color: #000000;
		font-family: Arial;
		font-size: 14px;
	}
	a:hover {
		text-decoration: underline;
		color: #ffffFF;
		background-color: #000000;
		font-family: Arial;
		font-size: 14px;
	}

	table{
	font-size:14px;
	}
	
	.Error{
	    background-color: #ffcc33;
	    color:#000000;
	}

	body{
	font-family:arial;
	font-size:14px;
	margin-top: 0; 
	margin-left: 0; 
	margin-right: 0; 
	background-color: white;		
	color:black;
	}
	
	.TextBox1{
	    background-color: #662200;
	    color:#ffff00
	}

	td.Menu{
		background-color: #cccccc
	}