font.yellow {
	color: #f1e4c2;
}
font.green {
	color: #005a53;
}

body {
	background: #eeeff1;
	background-image: url("/images/bg.gif");
	margin: 0px;
	padding: 5px 0 5px 0;
	font-family: arial;
}
TD { 
	font-family: arial;
	font-size: 12px;
}

TD.borderbottom { 
        border-bottom: 1px solid #000000;
}

TD.bordertop { 
        border-top: 1px solid #000000;
}

table.main {
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
        border-left: 1px solid #000000;
        border-right: 1px solid #000000;
}



table.index {
	margin-left: auto;
	margin-right: auto;
	font-size: 30px;
	background: #FFFFFF;
}

td.inner {
	 padding: 10px;
}


a:link {
	text-decoration:none;
	color: #000000;
}


a:hover {
	font-weight: bold;
	text-decoration:underlined;
	color: #000000;
}

a:visited {
	text-decoration:none;
	color: #000000;
}

img {
	border-color: #000000;
}


div#navbar2 ul {
margin: 0px;
padding: 4px;
white-space: nowrap;
font-weight: bold;
}
div#navbar2 li {
list-style-type: none;
display: inline;
}
div#navbar2 li a {
text-decoration: none;
padding: 7px 10px;
color: #f1e4c2;
}
div#navbar2 li a:link {
text-decoration: none;
padding: 7px 10px;
color: #000;
}
div#navbar2 li a:visited {
text-decoration: none;
padding: 7px 10px;
color: #000;
}
div#navbar2 li a:hover {
font-weight: bold;
color: #000000;
background: no-repeat #f1e4c2;
border-top: solid #000 1px;
border-bottom: solid #000 1px;
border-left: solid #000 1px;
border-right: solid #000 1px;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:12px arial;
line-height:25px;
z-index:100;
}

#dropmenudiv a{
color: #000000;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #f1e4c2;
}