body {
	margin: 0;
	padding: 0;
}
	
.tableclass {
	border: 1px solid #000000
}

.formlabel {
	font-size: 12px;	
	font-weight: bold;
}

.formfield, .formlabel, .form_header, h2.section_header, body, table, .maincontent, .mc_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body, table, .maincontent, .mc_link {
	font-size: 12px;
}


.formfield {
	padding: 2px;
	font-size: 13px;
	color: #000080;
	background-color: #E0FFFF;
	border: solid 1px #708090;
}

.form_header {
	font-size: 16px;
	font-weight: bold;
	background-color: #6DA757;
}

.section_header {
	border-bottom: 1px solid #6DA757
}

h2.section_header {
	font-size: 16px;
	color: #6DA757;
	font-weight:bold;
}

.tdclass {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	border: 1px solid #000000;
}

.menubar_line {
	border-bottom: 1px solid #94C5AD;
	width: 75%;
	line-height: 0.5px;
}

.nav_bar {
	border-bottom: 1px solid #3608B3;
	background-color: #CCFFCC;
}

.maincontent {
	line-height: 20px;
	padding: 20px;
}

.gbl_navbar, .gbl_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	background-color: #6DA757;
}

.gbl_link {
	text-decoration: none;
}

.gbl_link:hover {
	font-weight: bold;
}

.mc_link {
	text-decoration: underline;
	color: #000000;
}

.mc_link:hover {
	color: #330066;
}