body{
	margin:0px;
	font-family: "Century Gothic"; 
	font-size:12px;
	
}
h1{ 
	font-family: "Trajan"; 
	font-size:16px; 
	color:#3F4A88; 
	font-weight:bold; 
}

h2{ 
	font-family: "Century Gothic";  
	font-size:14px; 
	color:#3F4A88; 
	font-weight:bold; 
}

h3{ 
	font-family: "Century Gothic";  
	font-size:12px; 
	color:#838282; 
	font-weight:bold; 
}

a{ 
	color:#3F4A88; 
	font-family: "Century Gothic"; 
	text-decoration:underline; 
	outline: none; 
}


a:hover{ 
	color:#E27824; 
	text-decoration:underline; 
	outline: none; 
}

input {
	font-family: "Century Gothic"; 
}

th,td {
	border: 0;
	text-align:left;
}

th {
	font-family: "Century Gothic"; 
	font-size:12px; 
	font-weight: bold;
}

.form th {
	font-family: "Century Gothic"; 
	font-size:12px; 
	font-weight: bold;
	text-align:right;
}


fieldset {
	border: 1px solid #E27824;
	margin: 0 0 8px 0;
	padding: 0 8px 8px 8px;
	width: 800px;
}

legend {
	font-family: "Trajan"; 
	font-size:12px; 
	font-weight: bold;
	color: #3F4A88;
	text-transform: uppercase;
	padding: 0 5px 0 5px;
	margin: 0;
	margin-bottom: 16px;
}

#doc3 {
	margin: auto 40px;
}

.default-banner { 
	padding-top:40px;
	text-align: center;
}

.login {
	position:relative;
	top:-25px;
	color: #3C4389;
	font-size: xx-large;
}

.login .form th, .login .form td {
	padding: 4px;
}


.login .form th {
	font-family: "Century Gothic"; 
	font-size: x-large;
	font-weight: normal;
}


.login .form td {
	font-weight: normal;
}

.login .form input {
	font-weight: normal;
	font-size: x-large;
}


#ft p {
	font-size: 14px;
	text-align:center;
	color: #3C4389;
}


.links p {
	font-size:21px;
	margin:45px 0 15px 0;
	}
	
.links a {
	font-size:21px;
	color: #e27824;
	text-decoration: none;
	padding:0 8px 0 8px;
}

.links a:hover {
	text-decoration:underline;
}

.waiting {
	color: #E27824;
}

.receiving {
	color: green;
}



#flashMessage{
	color:#E27824;
}