/* CSS Document */

.lnav {
font-family: Arial, Helvetica, sans-serif; 
font-weight: bold; 
font-size: 15px;
}

/*These are the 	link style definitions.*/

.lnav a:link { color: #000000}
.lnav a:visited { color: #000000}
.lnav a:hover { color: #6E6E6E}

.lnav2 {
font-family: Arial, Helvetica, sans-serif; 
font-weight: bold; 
font-size: 15px;
}


.lnav2 a:link { color: #FFFF00}
.lnav2 a:visited { color: #FFFF00}
.lnav2 a:hover { color: #6E6E6E}


.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
}
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
}

.txt1 {font-family: Arial, Helvetica, sans-serif}

.txt1b {font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
.txt1b a:link {color: #000000}
.txt1b a:visited {color: #000000}
.txt1b a:hover {color: #000000}

.txt2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
.heading1w {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color:#FFFFFF;
}

.txt2b {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
}

.highlight {
color:#FF0000;
background:#FFFF00;
}

.txt3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
.txt3 a:link {color: #000000}
.txt3 a:visited {color: #000000}
.txt3 a:hover {color: #000000}
