.table_title {
    color : Black;
    text-decoration : none;
    font-weight: bold; 
    font-family : Verdana;
	font-size : 10px;
    background-color : #D5D2D2;
}

.table_odd {
    color : Black;
    text-decoration : none;
    font-weight: normal; 
    font-family : Verdana;
	font-size : 10px;
    background-color : #F1F1F1;
}

.table_even {
    color : Black;
    text-decoration : none;
    font-weight: normal; 
    font-family : Verdana;
	font-size : 10px;
    background-color : #ffffff;
}



.pageheader {
    color : #000066;
    text-decoration : none;
    font-weight: bold; 
    font-family : Verdana;
	font-size : 11px;

}

.main_bodytext {
    color : Black;
    text-decoration : none;
    font-weight: normal; 
    font-family : Verdana;
	font-size : 10px;
    background-color : #ffffff;
}

.main_leftnav {
    color : Black;
    text-decoration : none;
    font-weight: normal; 
    font-family : Verdana;
	font-size : 10px;
    background-color : #cccccc;
}

.bodytext {
    color : Black;
    text-decoration : none;
    font-weight: normal; 
    font-family : Verdana;
	font-size : 10px;
}

.logo {
    color : #999999;
    text-decoration : none;
    font-weight: normal; 
    font-family : Verdana;
	font-size : 10px;
    background-color : #ffffff;
}

.copyright {
    color : #999999;
    text-decoration : none;
    font-weight: normal; 
    font-family : Verdana;
	font-size : 10px;
}

td.bottomnav {
    color : #333333;
    text-decoration : none;
    font-weight: normal; 
    font-family : Verdana;
	font-size : 10px;
    background-color : #cccccc;
}

textarea {
    color : #000066;
    text-decoration : none;
    font-weight: normal; 
    font-family : Verdana;
	font-size : 10px;
    background-color : #F7F7F7;
}

input {
    color : #000066;
    text-decoration : none;
    font-weight: normal; 
    font-family : Verdana;
	font-size : 10px;
    background-color : #F7F7F7;
}

.bottomnav {
    color : #333333;
    text-decoration : none;
    font-weight: normal; 
    font-family : Verdana;
	font-size : 10px;
    background-color : #cccccc;
}

.bottomnavtitle {
    color : #003366;
    text-decoration : none;
    font-weight: bold; 
    font-family : Verdana;
	font-size : 10px;
    background-color : #cccccc;
}



/* Uspecified Links */

A:link {
    color : #0083B9;
    text-decoration : none;
    font-family : Verdana;
}

A:visited {
    color : #0083B9;
    text-decoration : none;
    font-family : Verdana;
}

A:hover {
    color : #000066;
    text-decoration : underline;
    font-family : Verdana;
}

A:active {
    color : #0083B9;
    text-decoration : none;
    font-family : Verdana;
}


/* Navigation Bar */

td.topnav {
    color : White;
    text-decoration : none;
    font-weight: normal; 
    font-family : Verdana;
	font-size : 10px;
    background-color : #0083B9;
}

A.topnav:link {
    color : White;
    text-decoration : none;
    font-family : Verdana;
}

A.topnav:visited {
    color : White;
    text-decoration : none;
    font-family : Verdana;
}

A.topnav:hover {
    color : #0083B9;
    text-decoration : underline;
    font-family : Verdana;
    background-color : White;
}

A.topnav:active {
    color : White;
    text-decoration : none;
    font-family : Verdana;
}

/* Navigation Bar */

.dropnavoutline {
    color : White;
    text-decoration : none;
    font-weight: normal; 
    font-family : Verdana;
	font-size : 10px;
    background-color : #97E0FF;
}

.dropnav {
    color : White;
    text-decoration : none;
    font-weight: normal; 
    font-family : Verdana;
	font-size : 10px;
    background-color : #0083B9;
}

A.dropnav:link {
    color : White;
    text-decoration : none;
    font-family : Verdana;
}

A.dropnav:visited {
    color : White;
    text-decoration : none;
    font-family : Verdana;
}

A.dropnav:hover {
    color : #0083B9;
    text-decoration : underline;
    font-family : Verdana;
    background-color : White;
}

A.dropnav:active {
    color : White;
    text-decoration : none;
    font-family : Verdana;
}


A.bottomnavlink:link {
    color : #336699;
    text-decoration : none;
    font-family : Verdana;
}

A.bottomnavlink:visited {
    color : #336699;
    text-decoration : none;
    font-family : Verdana;
}

A.bottomnavlink:hover {
    color : #0083B9;
    text-decoration : underline;
    font-family : Verdana;
    background-color : White;
}

A.bottomnavlink:active {
    color : #336699;
    text-decoration : none;
    font-family : Verdana;
}.bodytextemph { color : Black; text-decoration : none; font-weight: bold; font-family : Verdana; font-size : 10px; }

