dummy{}

#Nav {
	text-decoration: none;
	font-size: 80%;
	height: 50px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#Nav a{
	text-decoration: none;
	font-weight: normal;
	color: #333366;
}
#Nav a:hover {
	color: #FF9900;
	text-decoration: underline;
}
#NavSub {
	text-decoration: none;
	font-size: 75%;
	vertical-align: top;
	color: #000033;
	padding-top: 2px;
	background-color: #DDE9D6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;


}
#NavSub a{
	text-decoration: none;
	font-weight: normal;
	color: #444466;
}
#NavSub a:hover {
	color: #78A5D1;
	text-decoration: underline;
}
#tdMain {
	vertical-align: top;
	padding: 20px;
	height: 250px;
	background-color: #DDE9D6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-repeat: no-repeat;
	background-position: left top;



}
#hidden {
	visibility: hidden;
}
.hide {
	display: none;
	visibility: hidden;
}
#title {
	background-color: #9FBF8A;
	border: 1px solid #000000;
}
.border {
	border: 1px solid #000000;
}
#tdSmall {
	vertical-align: top;
	padding: 10px;
	background-color: #DDE9D6;
	border: none;

}
#tableSub {
	border: 1px solid #004A00;

}
#tableSub th {
	background-color: #9FBF8A;
	padding: 3px;
	color: #004A00;


}
#tableSub td {
	padding: 10px;

}
