
A {
	FONT-SIZE: 14px; COLOR: blue;
	FONT-FAMILY: arial, tahoma, verdana;
	TEXT-DECORATION: none;
}
A:hover{
	FONT-SIZE: 14px; COLOR: white;
	background-color: navy;
	FONT-FAMILY: arial, tahoma, verdana;
	TEXT-DECORATION: none;
}
A.sp2 {
	FONT-SIZE: 14px; COLOR: #6699FF;
	FONT-FAMILY: arial, tahoma, verdana;
	TEXT-DECORATION: none;
}
A.sp2:hover{
	FONT-SIZE: 14px; COLOR: white;
	background-color: #6699FF;
	FONT-FAMILY: arial, tahoma, verdana;
	TEXT-DECORATION: none;
}
A.SubMenuLink {
        FONT-SIZE: 14px; COLOR: blue;
        FONT-FAMILY: arial, tahoma, verdana;
        TEXT-DECORATION: none;
}
A.SubMenuLink:hover{
        FONT-SIZE: 14px; COLOR: white;
        background-color: navy;
        FONT-FAMILY: arial, tahoma, verdana;
        TEXT-DECORATION: none;
}
A.Selected{
        FONT-SIZE: 14px; COLOR: white;
        background-color: navy;
        FONT-FAMILY: arial, tahoma, verdana;
        TEXT-DECORATION: none;
}

.lcl{background-color: #33CCFF}

hr.trailer{
color: #3333FF;
height: 1px;
border: 0;
background-color:#3333FF;
}

table.thin {
        border-collapse: collapse;
        border-color: #3333FF;
}

hr.hr2 {
      color: #f00;
      background-color: #f00;
      height: 1px;
}

h3 {
color: black;
font-size: 18pt;
}


/* begin css tabs */

ul#tabnav { /* general settings */
text-align: center; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
font: bold 11px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #3333ff; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

ul#tabnav li.tab1 { /* settings for selected tab */
border-bottom: 12px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

li.tab1 { /* settings for selected tab */
background-color: #fff; /* set selected tab background color as desired */
color: #99ccff; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

li.tab1 a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #3333ff; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #fff; /* set unselected tab background color as desired */
color: #444; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

li.tab2 a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #3333ff; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #99ccff; /* set unselected tab background color as desired */
color: #444; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}


ul#tabnav a:hover { /* settings for hover effect */
background: #eeffff;
color: #444;
}

/* end css tabs */
