h1 { 
	font-family: Verdana; 
	font-weight: bold;
	font-size: 12px; 
	color:#000000; 
}

div.padding { 
	padding: 10px 10px 10px 10px;
}

.head { 
	font-family: Verdana; 
	font-weight: bold;
	font-size: 10px; 
	color:#000000; 
}
.content { 
	font-family: Verdana; 
	font-weight: none;
	font-size: 10px; 
	color:#000000; 
}

.error { 
	font-family: Verdana; 
	font-weight: bold;
	font-size: 10px; 
	color:#FF0000; 
}

td.header { 
	height: 18px;
	font-family: Verdana; 
	font-weight: bold;
	font-size: 10px; 
	padding: 0px 10px 0px 10px;
	color:#5D5D5D; 
	background-color: #E2E2E2;
}

tr.col1 { 
	font-family: Verdana; 
	font-weight: none;
	font-size: 10px; 
	color:#5D5D5D; 
	background-color: #E2E2E2;
	padding: 2px 5px 2px 5px;
}

tr.col2 { 
	font-family: Verdana; 
	font-weight: none;
	font-size: 10px; 
	color:#5D5D5D; 
	background-color: #F8F8F8;
	padding: 2px 5px 2px 5px;
}

tr.list { 
	font-family: Verdana; 
	font-weight: none;
	font-size: 10px; 
	color:#5D5D5D; 
	background-color: #F8F8F8;
}

td.padding { 
	padding: 10px 10px 10px 10px;
}

tr.seperator { 
	height: 10px;
	background-color: #FFFFFF;
}

.menuHead { 
	font-family: Verdana; 
	font-weight: bold;
	font-size: 10px; 
	color:#000000; 
	padding: 10px 0px 10px 0px;
}

a.menuLink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: none;
	font-size: 10px;
	color:#990000; 
	text-decoration: none;
}

a.menuLink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: none;
	font-size: 10px;
	color:#990000; 
	text-decoration: none;
}

a.menuLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: none;
	font-size: 10px;
	color:#990000; 
	text-decoration: underline;
}

.FormElement {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ECEFF2;
	border: 1px solid #999999;

}