/* Global Link Settings */

	a:link {color: #ffffff; background color: #314a73; font-weight: bold; text-decoration: none}
	a:visited {color: #ffffff; background color: #314A73; font-weight: bold; text-decoration: none}
	a:hover {color: #ffff00; background color: #314A73; font-weight: bold; text-decoration: none}

p.bodylink a:link {color: #0000ff; background color: #ffffff; font-weight: bold; text-decoration: none}
p.bodylink a:visited {color: #0000ff; background color: #ffffff; font-weight: bold; text-decoration: none}
p.bodylink a:hover {color: #ff0000; background color: #ffffff; font-weight: bold; text-decoration: underline}

td.olink a:link {color: #000000; background color: #ffffff; font-weight: bold; text-decoration: none}
td.olink a:visited {color: #000000; background color: #ffffff; font-weight: bold; text-decoration: none}
td.olink a:hover {color: #0000ff; background color: #ffffff; font-weight: bold; text-decoration: underline}

td.nlink a:link {color: #000000; background color: #ffffff; font-weight: normal; text-decoration: none}
td.nlink a:visited {color: #000000; background color: #ffffff; font-weight: normal; text-decoration: none}
td.nlink a:hover {color: #0000ff; background color: #ffffff; font-weight: normal; text-decoration: underline}

dl.legal a:link {color: #000000; background color: #ffffff; font-weight: bold; text-decoration: none}
dl.legal a:visited {color: #000000; background color: #ffffff; font-weight: bold; text-decoration: none}
dl.legal a:hover {color: #0000ff; background color: #ffffff; font-weight: bold; text-decoration: none}

td.dlink a:link {color: #0000ff; background color: #ffffff; font-weight: normal; text-decoration: none}
td.dlink a:visited {color: #0000ff; background color: #ffffff; font-weight: normal; text-decoration: none}
td.dlink a:hover {color: #0000ff; background color: #ffffff; font-weight: normal; text-decoration: none}

span.blink a:link {color: #000000; background color: #ffffff; font-weight: bold; text-decoration: none}
span.blink a:visited {color: #000000; background color: #ffffff; font-weight: bold; text-decoration: none}
span.blink a:hover {color: #0000ff; background color: #ffffff; font-weight: bold; text-decoration: none}


/* Submenu formatting */

#dropmenudiv{
position:absolute;
background-color: #314A73;
border:1px solid #e8ca62;
border-bottom-width: 0;
font:normal 14px Arial;
line-height:18px;
z-index:20;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #314a73;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}
 	
#dropmenudiv a:link {color: #ffffff; background color: #314a73; font-weight: bold; text-decoration: none}
#dropmenudiv a:visited {color: #ffffff; background color: #314A73; font-weight: bold; text-decoration: none}
#dropmenudiv a:hover {color: #ffff00; background color: #314A73; font-weight: bold; text-decoration: none}
	

/* CSS definition for the ordered indented list */
.navlist li {
list-style-type: square;
width: 250px;
background-color: #B5C5DF;
}

/* CSS definition for a table list */
.navlist2 td {
list-style-type: square;
width: 250px;

}


