body {
	margin-left: 0px;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #eaeaea;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	border-width: 1px;
}

td, th, input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content {position: relative;width:100%; 
height:100%;text-align:center;align:center;}

form {	margin: 0;
        padding: 0;		
	}

.footer {
	font-size: 10px;
	color: #999999;
}	
.subheadings {
	font-size: 11px;
	font-weight: bold;
	color: #D81921;
}
.homepagetext {
	font-size: 10px;
	color: #FBE6E7;
}

.errortext {
	font-weight: bold;
	color: #990000;
}

a:link,a:visited{  color: #D81921; font-size: 11px; text-decoration: none; }
a:hover,a:active{  color: #D81921; font-size: 11px; text-decoration: underline; }

a.home:link,a.home:visited,a.home:hover,a.home:active { color: #FBE6E7; font-size: 10px;}

a.navlink:link,a.navlink:visited {  color: #fae7dd; font-size: 12px; text-decoration: none; }
a.navlink:hover,a.navlink:active {  color: #fae7dd; font-size: 12px; text-decoration: underline; 
}
input {
	border: 1px solid #FAB988;
}
input.noborder {
	border: 0;
}
headerimg { 
	padding: 0; 
	margin-bottom: 5px;
}
 
table.admin td {
	border: 1px solid #FAB988;
}
table.admin td input {
	border: 0;
	width: 100%;
}

table.scripttpl td {
	border-bottom: 1px solid #FAB988;
}
table.scripttpl th {
	background-color: #FAB988;
	color: #ffffff;
}

.navBtn {
	background-color: #d9d9d9;
}

.separator {
	border-bottom: 1px solid #FAB988;
}

a.navButton:link,
a.navButton:visited {
	background-color: #ffffff;
	border: 1px solid #FAB988;
	padding: 3px;
	margin: 5px 0 5px 2px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color:#FF6600;
}

a.navButton:hover,
a.navButton:active {
	background-color:#FAB988;
	color:#ffffff;
	border: 1px solid #FAB988;
}

a.navButtonSelected:link,
a.navButtonSelected:visited {
	background-color: #FAB988;
	border: 1px solid #FAB988;
	padding: 3px;
	margin: 5px 0 5px 2px;
	text-decoration: none;
	font-size: 10px;
	color:#ffffff;
}

a.navButtonSelected:hover,
a.navButtonSelected:active {
	background-color:#FFFFFF;
	color:#FAB988;
	border: 1px solid #FAB988;
}

a.inline {
	font-size: 11px;
	color: #D81921;
	text-decoration: underline;
}

div#warning {
	width: 400px;
	padding: 4px;
	font-size: 11px;
	background-color: #D81921;
	color: #ffffff;
}