body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

@charset "utf-8";
.FormHeader {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #a2998a;
	border: thin solid #000000;
}
.FieldTitle {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.FormFields {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000000;
}
.FormHeaderCenter {
	border: thin none #FFFFFF;
	text-align: center;
}
.FormHeaderNEW {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	border: thin solid #000000;
}
.Name {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
}
.TablePosition {
	position: relative;
	left: 100px;
}
#form1 table tr .FieldTitle {
	text-align: right;
}
#form2 table tr .FieldTitle {
	text-align: right;
}
.AdminNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: 676157;
	background-image: url(../assets/images/backgrounds/admin.gif);
}
.AdminNav .main .sub li a {
	color: #FFF;
}
.AdminNav p strong {
	padding-left: 15px;
	font-size: 18px;
}
.PageMngt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.FormTitleBGYellow {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	background-color: #CCC;
	padding: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

#wrapper {
	width: 90%;
	margin: 0 auto;
	}
#tc_01 { }

#tc_01 table { width: 80%;
	font-size: 1.0em;
	border-collapse: collapse;
	}

#tc_01 th {
	font-weight: bold;
	background-color: #a3998a;
	color: #fff;
	border: 1px solid #262626;
	padding: 1%;}
	
#tc_01 td { text-align: center;
	border: 1px solid #262626;
	}

.LoginBox { width: 25%;
	margin: 5% auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #262626;
	text-align: center;}

	
.LoginBox h1 { margin: 0;
	padding: 1%;
	color:  #ffffff;
	background-color: #a3998a;
}

.LoginBox p {font-size: 1.2em; }

