	a, A:link, a:visited, a:active
		{
			color: #0000aa; 
			font-family: Tahoma, Verdana; 
			font-size: 11px; text-decoration: none;
		}
	A:hover
		{
			color: #ff0000;
		}
	body, td
		{
			color: #000000; 
			font-family: Tahoma, Verdana; 
			font-size: 11px;
		}
	th
		{
			color: white; 
			background: #4682B4; 
			font-size: 11px; 
			text-align: left; 
			padding: 3px 5px 3px 5px;
		}
	#header a
		{ 
			margin-left: 10px; 
			color: #000000; 
			text-decoration: underline;
		}
	#header span
		{ 
			margin-left: 10px; 
			color: #a0a0a0; 
			text-decoration: underline;
		}
	#header td.selected
		{ 
			background-image: url(images/selected.gif) 
		}
	a.underlined
		{
			color: #000000; 
			font-family: Tahoma, Verdana; 
			font-size: 11px; 
			text-decoration: underline;
		}
	input.intext
		{ 
			font-family: Tahoma, Verdana; 
			font-size: 11px; 
			width: 100%; 
		}
	input.intbutton
		{ 
			font-family: Tahoma, Verdana; 
			font-size: 11px; 
			width: 100px; 
		}
	.header1
		{
			color: #ffffff; 
			background: #4682B4; 
			font-weight: bold; 
			font-size: 13px; 
			margin: 0px; 
			padding: 2px;
		}
	.header2
		{
			background: #DBEAF5; 
			font-weight: bold;
		}
	.spaced
		{
			background: #FFFFFF; 
			padding: 10px 20px 10px 50px;
		}
	ul
		{
			margin-bottom: 5px; 
			margin-top: 5px;
		}


.navTypeTitle *{
	font-weight: bold;
	color:#ffffff;
	background-color: #5692c4;
}

tr.menuListRow1 {
	background-color: #eBfAFf;
}

/* classes for validator */
	.tfvHighlight
		{color: red;}
	.tfvNormal
		{color: black;}
