table.menu {
border-color: Black; border-width: 1px; border-style: solid;
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
}
table.menubottom {
border-color: Black; border-width: 1px; border-style: solid;
border-bottom: 0px;
border-top: 0px;
border-left: 0px;
}
table.menu td {
height: 20px;
padding-left: 5px;
}
table.menu td.active {
border-style: solid; border-color: Black; border-width: 1px;
border-right-width: 0px;
border-top: 0px;
}
table.menu td {
border-style: solid; border-color: Black; border-width: 1px;
border-top: 0px;
}
table.main {
	border: solid; border-width: 0px; border-style: solid; border-color: Black;
}
table.content {
border-color: Black; border-width: 1px; border-style: solid;
border-left: 0px;
}
table.content2 {
border-width: 0px;
}

.sublevel {
margin-right: 5px;
text-align: right;
}
table.calendar{
margin-top: 5px;
}
table.content2 td{
border-color: Black; border-width: 1px; border-style: solid;
border-left: 0px;
border-top: 0px;
}
body {
	background: White;
}
table.content {
	color: Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}
table {
	color: Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}
.date{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}
.small{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}
.nolink{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}

.inactive{
	font-weight: bold;
	font-size : 11px;
	color : #999999;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.path{
	color: Blue;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	text-align : left;
}
a {
	text-decoration: none;
	font-weight: bold;
	font-size : 11px;
	filter : dropShadow(color=gray, offX=0, offY=0, positive=1);
	height: 0px;
}
a.menu {
	text-decoration: none;
	font-weight: bold;
	font-size : 12px;
	filter : dropShadow(color=gray, offX=0, offY=0, positive=1);
	height: 0px;
}
a:link    {
	color: Navy;
	text-decoration:none;
}
a:active  {
	color: #000099;
	text-decoration:none;
}
a:visited {
	color: #000099;
	text-decoration:none;
}
a:hover   {
	color: Blue;
	text-decoration:none;
	filter : dropShadow(color=gray, offX=1, offY=1, positive=1);
}

a.noshadow {
	text-decoration: none;
	font-weight: bold;
	font-size : 12px;
	filter : dropShadow(color=gray, offX=0, offY=0, positive=1);
	height: auto;
	width : auto;
} 

a.noshadow:hover   {
	filter : dropShadow(color=gray, offX=0, offY=0, positive=1);
}
hr{
	color: Black;
	size: 1;
	height: 1px;
}