body {
	background-color: #ffffff;
	font-family: Gill, Helvetica, sans-serif;
	margin:20px;
	font-size: 0.8em;
}

table.Top  {
	width: 100%;
	margin-bottom: 10px;
}

table.Main {
	width: 100%;
 }

table.Main td.Left {
	width: 12.5em;
	vertical-align: top; 
 }

table.Main td.Right {
	width: 100%;
	text-align:justify;
	padding-left: 30px;
	vertical-align: top; 
}

table.Main td.Right a {
	color: #009933;
}

table.TopAligned {
	width: 100%;
}

table.TopAligned td {
	padding: 4px;
	text-align: left;
	vertical-align: top;
}

table.TopAligned td.Heading {
	font-weight: bold;
	color: #000000;
}

.Menu {
	list-style-type: none;
	margin-left: 0px;
	padding: 2px;
}

.Menu li {
	list-style-type: none;
	margin-left: 0px;
	line-height: 2em;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
}

.Menu a {
	text-decoration: none;
	color: #000000;
 	display: block;
}

.Menu a:hover {
	background: #D7ECD5;
}

.FootBar  {
	background-color: #000000;
	margin-bottom: 30px;
	margin-top: 30px;
}

table.Footer {
	width: 100%;
	font-size: 0.8em;
}

.Small {
	font-size: 0.8em;
}

.H1 {
	color: #000000;
	font-weight: bold;
	font-size : 1.75em;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 2px;
}

.H2 {
	font-weight: bold;
	font-size : 1.2em;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 2px;
}

.FootBar  {
	background-color: #009933;
	height: 10px;
	margin-top: 20px;
	padding: 0px;
	margin-bottom: 20px;
	font-size: 1px;
}

.Indent {
	margin-left: 30px;
}

.Red {
	color: #FF0000;
}

.Green {
	color: #00CE00;
}

.Grey {
	color: #888888;
}

.Blue {
	color: #0000FF;
}

.WS4SB {
	color: #FFFFFF;
	background-color: #0033FF;
}

.Center {
	text-align : center;
}

.Box {
		border: solid 1px;
		Padding: 8px;
		background-color: #D7ECD5;
		min-height: 147px;
}

.Right {
	text-align : right;
}

.MenuLevel1 {
	margin-left: 0px;
}

.MenuLevel2 {
	margin-left: 30px;
	font-size: 0.9em;
}

img.Image {
	border-width: 0px;
}

img.Image3px {
	border-width: 0px;
	padding: 3px;
}

img.ImageRightNoBorder {
	float: right; 
	margin-left: 10px;
	border: 0px;
}