

BODY, TH, TD, OL, UL, LI {

	color: #333333;
	font-family: arial,verdana;
	font-size: 14px;

}


UL { line-height: 16pt; list-style: square; }



.nav a {
    background: #000 url(design_images/nav_button.png); 100% 0;
    color: #ffffff;
    display: block;
    //float: left;
    height: 25px;
    padding-left: 10px;
    text-decoration: none;
    text-align: center;
    margin: 0 1px 0 0;
}

.nav a:hover {
	color: #ffffff;
    background-color: #3af;
    background-position: 0 -25px;
}


.nav a span {
	display: block;
    background: url(design_images/nav_button.png) 100% 0;
    
    line-height: 25px;
    padding-right: 10px;
    margin: 0 1px 0 0;
    //width: 100%;
}

.nav a:hover span {
    background-position: 100% -25px;
}







.nav_active a {
    background: #000 url(design_images/nav_button.png) 0 -25px;
    color: #ffffff;
    display: block;
    //float: left;
    height: 25px;
    padding-left: 10px;
    text-decoration: none;
    text-align: center;
    margin: 0 1px 0 0;
}

.nav_active a:hover {
	color: #ffffff;
	background-color: #3af;
    background-position: 0 0px;
}


.nav_active a span {
    background: url(design_images/nav_button.png) 100% -25px;
    display: block;
    line-height: 25px;
    padding-right: 10px;
    margin: 0 1px 0 0;
}

.nav_active a:hover span {
    background-position: 100% 0px;
}







.home_button a {
    background-image: url(design_images/home_off.jpg);
    color: #ffffff;
    display: block;
    padding-right: 20px;
    text-decoration: none;
    text-align: right;
    margin: 0px;
    height: 25px;
}

.home_button a:hover {
	background-image: url(design_images/home_on.jpg);
	color: #ffffff;
}




A {   font-weight: bold; color: #143d8d; text-decoration: none; }
A:hover {  font-weight: bold; color: #003399; text-decoration: underline; }

A.left_menu {  font-size: 12px; color: #143d8d; text-decoration: none; }
A.left_menu:hover { font-size: 12px; color: #00aca2; text-decoration: none; }

A.left_menu_active {  font-size: 12px; font-weight: bold; color: #00aca2; text-decoration: none; }
A.left_menu_active:hover { font-size: 12px; font-weight: bold; color: #143d8d; text-decoration: none; }

A.left_submenu {  font-size: 10px; color: #143d8d; text-decoration: none; }
A.left_submenu:hover { font-size: 10px; color: #00aca2; text-decoration: none; }

A.left_submenu_active {  font-size: 10px; font-weight: bold; color: #00aca2; text-decoration: none; }
A.left_submenu_active:hover { font-size: 10px; font-weight: bold; color: #143d8d; text-decoration: none; }


A.footer {  font-size: 11px; color: #333333; text-decoration: none; }
A.footer:hover { font-size: 11px; color: #003399; text-decoration: none; }

A.white { font-weight: bold; color: #ffffff;  }
A.white:hover { font-weight: bold; color: #dddddd; }

.active { font-size: 12px; font-weight: bold; text-decoration: none;  color: #000000; }

.title { font-weight: bold; color: #143d8d; font-size: 150%;  }

.white_bold { font-weight: bold; color: #ffffff; }

.blue_bold { font-weight: bold; color: #143d8d; }
.blue { color: #143d8d; }

.subtitle { font-weight: bold; color: #143d8d; font-size: 125%;  }


.tagline { font-style: italic; font-size: 130%; color: #017785; }

.small { font-size: 90%; }
.small_blue { font-size: 90%; color: #143d8d; }

.tiny { font-size: 80%; }

.alert { font-weight: bold; color: red; }



