.SmallBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
.NormalBody {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
}
.NormalTD {
	font-size: small;
	font-variant: small-caps;
	background-color: #CCCCCC;
	vertical-align: middle;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
}

#navcontainer { margin-left: 10px; }

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, sans-serif;
}

#navcontainer li { margin: 0; }

#navcontainer a
{
display: block;
color: #333;
background-color: transparent;
width: 160px;
padding: 2px 10px;
text-decoration: none;
border-top: 1px solid red;
border-bottom: 1px solid red;
border-left: 1px solid red;

}

#navcontainer a:hover
{
background-color: #ddd;
color: #333;
border-right: 10px solid red;
padding: 2px 1px 2px 10px;
}

#navcontainer ul ul
{
margin-left: 15px;
padding: 0;
list-style-type: none;
}

#navcontainer li li a
{
display: block;
color: #333;
background-color: transparent;
width: 140px;
padding: 2px 10px;
margin: 0;
border-top: none;
border-bottom: none;
border-left: 1px solid #aaa;
text-decoration: none;

}

.HeaderTableNoLeftBorder {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: red;
	border-right-color: red;
	border-bottom-color: red;
	border-left-color: red;
}
.HeaderTableNoRightBorder {

	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: red;
	border-right-color: red;
	border-bottom-color: red;
	border-left-color: red;
}
.TDBorderBottom {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FF0000;
}
.HeaderTableNoLeftNoRightBorder {

	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: red;
	border-bottom-color: red;
	
}
