/* CSS Document */
			.clearit
			{
				clear:both;
				line-height:0.0;
				height:0;
				font-size:0;
			}
			.inputlabel
			{
				color: #8f0707;
				font-family: Arial;
				text-decoration: italics;
				font-size: 12px;
				font-weight: bold;
			}
			.qSearchInput
			{
				color: #8f0707;
				background: #faf8d8;
				border: 1px solid #8f0707;
				width: 150px;
				margin-bottom: 3px;
			}
			.qSearchSubmit
			{
				color: #faf8d8;
				background: #8f0707;
				border: 1px solid #faf8d8;
				font-weight: bold;
				margin-top: 10px;
			}
			.qSearchSelect
			{
				color: #8f0707;
				background: #faf8d8;
				border: 1px solid #8f0707;
				width: 100px;
				margin-bottom: 3px;
			}
			
			.searchLink
			{
				font-size:12px;
			}
			.searchLink a:link, .searchLink a:visited, .searchLink a:active
			{
				font-family:Arial, Helvetica, sans-serif;
				font-size:15px;
				color:darkblue;
				text-decoration:none;				
				margin-top: 10px;
			}
			.searchLink a:hover
			{
				font-family:Arial, Helvetica, sans-serif;
				font-size:15px;
				color:#000000;
				text-decoration:underline;
				margin-top: 10px;
			}
			
			.navLink
			{
				font-size:14px;
				font-family: "Times New Roman";
				color:#000066;
				font-weight: 600;
				margin-top: 5px;
			}
			.navLink a:link, .navLink a:visited, .navLink a:active
			{
				font-size:14px;
				font-family: "Times New Roman";
				color:#000066;
				font-weight: 600;
				text-decoration:none;
				margin-top: 5px;
			}
			.navLink a:hover
			{
				font-size:14px;
				font-family: "Times New Roman";
				color:#000066;
				font-weight: 600;
				text-decoration:underline;
				margin-top: 5px;
			}
			
			.navSubLink
			{
				padding-left: 5px;
				font-size:12px;
				font-family: "Times New Roman";
				color:#000066;
				/*font-weight: 600;*/
				margin-top: 5px;
			}
			.navSubLink a:link, .navSubLink a:visited, .navSubLink a:active
			{
				padding-left: 5px;
				font-size:12px;
				font-family: "Times New Roman";
				color:#000066;
				/*font-weight: 600;*/
				text-decoration:none;
				margin-top: 5px;
			}
			.navSubLink a:hover
			{
				padding-left: 5px;
				font-size:12px;
				font-family: "Times New Roman";
				color:#000066;
				/*font-weight: 600;*/
				text-decoration:underline;
				margin-top: 5px;
			}
			
			.smallContact
			{
				font-size:10px;
				font-family: "Arial";
				color:#900808;
				margin-top: 5px;
			}
			.smallContact b
			{
				font-size:11px;
				font-family: "Arial";
				color:#900808;
				font-weight: bold;
				margin-top: 5px;
			}
