/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
body {
	background-color: #EDEDDB;
	margin-left: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 5px;
}

a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}
.style1 {
	color: #FF6600;
	font-weight: bold;
	font-size: 14px;
}

.menu_title {
	color: #444444;
	font-weight: bold;
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
}

.menu_selected_home {
	border-right: 1px dotted #999999;
	border-left: 0px;
	border-bottom:0px;
}

.menu_selected {
	border-right: 1px dotted #999999;
	border-left: 1px dotted #999999;
	border-bottom:0px;
}

.menu_unselected {
	border-right: 0px;
	border-left: 0px;
	border-bottom:1px dotted #999999;
}

.grey_link { color: #666666; text-decoration: none; }
.grey_link { color: #999999; text-decoration: underline; }

.myheaderlink a:active,.myheaderlink a:visited,.myheaderlink a:link { color: #666; }
.myheaderlink a:hover { color: #FF3300; }