/* Styles for home page only */

.wmenubar {	/* white top menu text */
font-family: "Trebuchet MS", "Arial", sans-serif;
font-size: 10pt;
font-weight: bold;
color: #ffffff;
}

.lmenu {		/* menu on left side */
font-family: "Arial", "Helvetica", sans-serif;
font-size: 7.5pt;

}

.head {			/* text heading */
margin-bottom: 0;
margin-left: 2%;
font-family: "Trebuchet MS", "Arial", sans-serif;
font-size: 12pt;
font-weight: bold;
}

.text1	 {			/* text w/ top margin */
margin-left: 3%;
font-family: "Verdana", "Arial", sans-serif;
font-size: 10pt;
}

.text2 {			/* text w/o top margin */
margin-left: 3%;
margin-top: 0;
font-family: "Verdana", "Arial", sans-serif;
font-size: 10pt;
}

.indtext {			/* indented text */
margin-top: 2%;
margin-left: 8%;
font-family: "Verdana", "Arial", sans-serif;
font-size: 10pt;
}

ol {
font-family: "Verdana", "Arial", sans-serif;
font-size: 10pt;
}

ul {
font-family: "Verdana", "Arial", sans-serif;
font-size: 10pt;
}

.smhead {
text-align: center;
font-family: "Arial", "Helvetica", sans-serif;
font-size: 11pt;
font-weight: bold;
}

.extra {
text-align: center;
font-family: "Arial", "Helvetica", sans-serif;
font-size: 10pt;
}

.smtext {
font-family: "Arial", "Helvetica", sans-serif;
font-size: 8pt;
}

.regtext {
font-family: "Arial", "Helvetica", sans-serif;
font-size: 9pt;
}

.indenta{			/* indented text */
margin-left: 8%;
font-family: "Arial", "Helvetica", sans-serif;
font-size: 9pt;
}


a.litbg:link {		/* black */		
color: #000000;
font-weight: bold;
font-family: "Arial", "Helvetica", sans-serif;
font-size: 8pt;
}

a.litbg:visited {	/* gray */
color: #000000;
font-weight: bold;
font-size: 8pt;
}

a.litbg:active {	/* red */
color: #990000;
font-weight: bold;
font-size: 8pt;
}

a.litbg:hover {		/* blue */
color: #ff0000;
font-weight: bold;
}

a.litbg2:link {		/* black */		
color: #0000ff;
font-weight: bold;
font-size: 8pt;
}

a.litbg2:visited {	/* gray */
color: #999999;
font-weight: bold;
font-size: 8pt;
}

a.litbg2:active {	/* red */
color: #990000;
font-weight: bold;
font-size: 8pt;
}

a.litbg2:hover {		/* blue */
color: #ff0000;
font-weight: bold;
font-size: 8pt;
}