
Body, Table, TD, TH, TR, .GlobalFont {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: Black;
	text-decoration : none;
}

Body { 
	margin-top: 0px;
	background : White;
}

A {
	text-decoration : underline;
	color: Black;
}

A:Visited {
	color: Silver;
	text-decoration : underline;
}

A:Hover {
	color: Black;
	background : Silver;
	text-decoration : none;
}

H1 {
	font-weight : bold;
	color: Black;
	font-size : 42px;
}

H2 {
	font-weight : bold;
	color: Black;	
	font-size: 12px;
}

.BlockSolid, .BlockDash {
	background-color: #F0F0F0;
	border-width: 1px;
	border-color: Black;
	padding: 5px;
	
	border-style: dashed;
}

.BlockSolid {
	border-style: Solid;
}

.Panel {
	background-color: Black;
	border-style: none;
	border-width: 0px;
	color: White;
}

.ImageBox {
	background-color: #F0F0F0;
	padding: 0px;
	border-style: solid;
	border-width: 1px;
}

.Invisible {
	border: none;
	padding: none;
}

.NavBar {
   background-color: green;
   padding: 3px;
   border-style: solid;
   border-width: 1px;
   border-color: Black;
   text-decoration: none;
   color: White;
}

.NavElement:Visited, .NavElement {
   background-color: green;
   display: block;
   text-decoration: none;
   color: White;
}

.NavElement:Hover {
   background-color: #92D818;
   display: block;
   text-decoration: none;
   color: Black;
}


