/* Thinkpath Stylesheet - Eddie*/
		
		
			.ProfileInputLabel{
				font-family: Verdana, Arial, Helvetica;
				font-size: 10pt;
				color: #00417b;
			}

			.KeywordHintLabel{
				font-family: Verdana, Arial, Helvetica;
				font-style: normal;
				font-weight: normal;
				font-size: 10pt;
				color: navy;
			}
			.JobRecord{
				font-family: Arial, Helvetica;
				font-size: 10pt;
				color: black;
			}
			
			.JobFilterResultsHeader{
				font-family: Verdana, Arial, Helvetica;
				font-size: 10pt;
				color: black;
				background-color: LightGrey;
			}

			
			.FilterButton{
				font-family: Verdana, Arial, Helvetica;
				font-style: normal;
				font-weight: bold;
				font-size: 10pt;
				color: black;
			}

			th{
				font-family: Verdana, Arial, Helvetica;
				font-style: normal;
				font-weight: bold;
				font-size: 10pt;
				color: white;
				background-color: #00417b;
			}
			
			.NavBarLinks{
				font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
				font-style: normal;
				font-weight: bold;
				font-size: 18pt;
				color: #00417b;
			}
			
			A{
				font-family: Verdana,Helvetica,Geneva,Swiss,SunSans-Regular;
				color: #00417b;
				font-weight: bold;
				text-decoration : none;
			}
			
			A:active{
				COLOR: #00417b;
			}
			
			A:visited{
			    COLOR: #00417b;
			}
			
			A:HOVER{
				color: #0099ff;
				text-decoration : underline;
			}
			
			hr{
				color: #00417b;
				height: 1pt;
			}

			.WebLocationPath{
				font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
				font-style: normal;
				font-size: 10pt;
				color: MediumSlateBlue;
			}	

