body
{
	font-size: 14px;
	font-family:  Verdana;
}
body a
{
    color: #447799;
	text-decoration: none;
}
body a:hover { text-decoration: underline; }

.box
{
	border: 1px #5D7B9D solid;
}

.header
{
	font-weight: bold;
	color: White;
	background-color:  #5D7B9D;
}

.Border
{
	border: 1px solid #778;
}

.contentstyle
{
	margin-top:1px;
	border: 1px solid gray;
	margin-bottom: 1em;
	padding: 10px;
}

.Bold
{
	font-weight:bold;
}

.HeaderText
{
	color:#447799; 
	font-size:20px; 
	font-weight:bolder;
}

table.MenuBar
{
	height: 22px; 
	background-color:#33CCFF; /*#aacccc;*/
}

table.MenuBar td
{
	padding-left:5px;
	padding-right:5px;
}

table.MenuBar td a 
{
	color:#447799; 
	font-size:14px; 
	font-weight:bolder;
    text-decoration:none;
}

table.MenuBar td a:hover { text-decoration: underline; }