/* CSS Document */


a:visited {   font-weight: bold; text-decoration: underline; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px}
a:link { font-weight: bold; text-decoration: underline; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px}
a:hover { text-decoration: underline; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px}
a
{
	color: blue;
	text-decoration: underline;
}

.green_nav {
	color: #006666;
}

.green_bar{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006666;
}

.yellow_nav {
	color: #FFFF33;
}


.yellow_bar{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F0EC39;
}

.top_menu
{
	background-image: url(images/top_menu.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #BCD784;
text-decoration: underline;
font-size: 10px;
padding-top: 30px;	
font-weight: normal;
}

.top_menu a	{
color: #BCD784;
text-decoration: underline;
font-size: 10px;
font-weight: normal;


}

.bottom_menu
{
	background-image: url(images/bottom_menu.gif);
	background-repeat: no-repeat;
	background-position: center middle;
	color: #2D70A9;
	text-decoration: underline;
	font-size: 10px;
	font-weight: normal;
}

.bottom_menu a
{
	color: blue;
	text-decoration: underline;
	font-size: 10px;
	font-weight: normal;
	
}