/* CSS Document */

.menu_black{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000000;
}
.menu_gray{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-stretch:extra-expanded;
	font-weight:bold;
	color:#999999;
}
.captionSmall{
	font-family: Arial, "Lucida Sans Unicode", Verdana, sans-serif;
	font-size:9px;
	font-weight:bold;
	color:#999999;
}
.captionSmall2{
	font-family: Arial, "Lucida Sans Unicode", Verdana, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#666666;
}
.Footer {
	BORDER-RIGHT: #083D5E 1px solid;
	PADDING-RIGHT: 4px;
	BORDER-TOP: #083D5E 1px dash;
	PADDING-LEFT: 4px;
	PADDING-BOTTOM: 2px;
	BORDER-LEFT: #083D5E 1px solid;
	PADDING-TOP: 2px;
	BORDER-BOTTOM: #083D5E 1px solid;
	BACKGROUND-COLOR: #083D5E;
	font-family: Arial, "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#FFFFFF;
}

a:link {
	color:#999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #0033FF;
	text-decoration: underline;
}
a:active {
	color: #999999;
	text-decoration: none;	
}
