/* CSS stylesheet for the *left.htm side menus */
body {
font-family: Verdana, Helvetica, Arial, sans-serif;  
font-size: small; /* for IE5 on Windows */
voice-family: "\"}\"";
voice-family: inherit;
font-size: small; /* for compliant browsers */
background-color: #E8E8EE; /* light grey */
}
body, html {
padding:0;
margin: 0;
}
html>body { /*Non IE (Opera) rule*/
width: auto;
font-size: small;
}
table {
width:100%;
border-collapse: collapse;
text-align:center;
}
img.downarrow {
	border: 0;
	margin: 0;
	padding: 0;
}
a {
margin: 0 0 .4em 0;
}
a.lk {
display:block;
color:#333399; /* navy */
text-decoration:none;
}
a.lk:hover {
color: white;
/ background-color: #ff3333; /* red */
background-color: #00CC66; /* green */
}
a.lk:active {
color: white;
/ background-color: #ff3333; /* red */
background-color: #00CC66; /* green */
border: 1px solid #333399; /* navy */
}
a.toplk {
display:block;
color:#333399;
/ background-color: #ff3333; /* red */
background-color: #00CC66; /* green */
text-decoration:none;
}
a.toplk:hover {
color: white;
}
a.toplk:active {
color: white;
/ background-color: #ff3333; /* red */
background-color: #00CC66; /* green */
border: 1px solid #333399; /* navy */
}
.leftfooter {
width: 100%;
text-align: center;
font-size: 90%;
color: black;
}
.leftfooter hr {
color: #CCCCCC; /* lite grey */
width: 90%;
}
.bolditalic {
	font-weight: bold;
	font-style: italic;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
