body {
	margin-top: 13;
	margin-left: 0px;
	background-color: #fcfcf2;
	color: #333;
	font-size: 9px;
	font-family: Arial;
}

a {
	color: #333399;
	text-decoration: none;
}

a:hover {
	color: #D4B657;
}

/* Welcome text in the header */
.txt-welcome {
	font-size: 11px;
	font-family: Arial;
	color: #999999;
}

.basic-content {
	margin: 40 10 0 10;
	font-size: 12px;
	font-family: Arial;
}

.basic-content a {
	color: #333399;
	text-decoration: none;
}

.basic-content a:hover {
	color: #D4B657;
}

.content {
	margin: 10 5 0 5;
	font-size: 12px;
	font-family: Arial;
}

.content a {
	color: #333399;
	text-decoration: none;
}

.content a:hover {
	color: #D4B657;
}

.pagetitle {
	font-weight: bold;
	font-size: 20px;
	color: #666699;
	font-family: arial;
}

.sectiontitle {
	font-weight: bold;
	font-size: 12px;
	color: #660000;
	font-family: arial;
}

.required {
	font-weight: bold;
	font-size: 12px;
	color: #660000;
	font-family: arial;
}

.forminput {
	font-weight: bold;
	font-size: 12px;
	color: #666622;
	font-family: arial;
}

.INPUTstd {
	background-color: #FFFFFF;
	padding-left: 3px;
	color: #000000;
	font-family: Arial;
	font-size: 11px;
	border: 1px #333333;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-style: dotted;
	border-top-style: dotted;
}

#navbutton {
	margin: 0px 0px 0px 0px;
	padding:0 0 0 0;
}

#navbutton table{
	margin: 0;
	padding: 0;
	text-align: center;
}

#navbutton table a {
	letter-spacing: 1px;
	border-right: #B7DBA5 1px solid;
	padding-right: 1px;
	border-top: #B7DBA5 1px solid;
	display: block;
	padding-left: 1px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 0px;
	background: #FFFFFF;
	border-left: #B7DBA5 1px solid;
	color: #339900;
	padding-top: 0px;
	border-bottom: #B7DBA5 1px solid;
	font-family: Arial;
	text-align: center;
	text-decoration: none;
}

#navbutton table a:hover {
	letter-spacing: 1px;
	border-right: #B7DBA5 1px solid;
	padding-right: 1px;
	border-top: #B7DBA5 1px solid;
	display: block;
	padding-left: 1px;
	font-weight: bold;
	font-size: 12px;
	background: #77BB55;
	padding-bottom: 0px;
	border-left: #B7DBA5 1px solid;
	color: #FFFFFF;
	padding-top: 0px;
	border-bottom: #B7DBA5 1px solid;
	font-family: Arial;
	text-align: center;
	text-decoration: none;
}

.txt-footer {
	font-size: 10px;
}

.heading {
	font-weight: bold;
	color: #663333;
	vertical-align: top;
	text-align: right;
}