body {
	font-family: tahoma, verdana;
	margin:0;
	scrollbar-face-color: #60958D;
	scrollbar-shadow-color: #477068;
	scrollbar-highlight-color: #477068;
	scrollbar-3dlight-color: #8BB4AD;
	scrollbar-darkshadow-color: #477068;
	scrollbar-track-color: #E3AD6D;
	scrollbar-arrow-color: #286172;
	color: #000000;
	background: #e3ad6d url(../images/system/sand2.jpg) fixed no-repeat right bottom;
}

p {
	margin: 5px 0;
}

span.linkxtra {
	color: #660000;
	color: #FCEEDD;
}

a {
	color: #0A719C;
	font-style: none; 
	font-family: verdana, arial, sans-serif; 
	background-color: transparent; 
	font-weight:bold;
	text-decoration: underline; 
}
a:link {
	color: #0A719C;
	background-color: transparent; 
	font-weight:bold;
	text-decoration: underline;
}
a:active {
	color: #0A719C;
	background-color: transparent; 
	font-weight:bold;
	text-decoration: underline;
}
a:visited {
	color: #0A719C;
	background-color: transparent; 
	font-weight:bold;
	text-decoration: underline; 
}
a:hover {
	color: #9D0000;
	background-color: transparent; 
	font-weight:bold;
	text-decoration: underline;
}

.indent{
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	font-family: verdana, tahoma, arial, sans-serif;
	color: #000040;
	font-size: 11px;
}
.spacer{
	padding-bottom : 2px;
	padding-left : 0px;
	padding-right : 2px;
	padding-top : 2px;
}
hr {
	border-top: #C0935C 1px solid;
	border-bottom: #A37C4E 1px solid;
	color: #C0935C;
	height: 2px;
	width: 85%;
	text-align:center;
}
.border {
	border-bottom: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
}
.caption {
	border-bottom: #000 1px solid;
	border-left: #7FA0D8 1px solid;
	border-right: #4B699F 1px solid;
	border-top: #7FA0D8 1px solid;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 0px;
	padding-top: 2px;
	background-color: #025D8B;
	color: #FFFFFF; font-weight:bold;
	background-image : url(../images/system/caption.png);
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	width: 100%;
}
.bodytable {
	background-color: #F6E6D7;
	border-bottom: #c0c0c0 1px solid;
	border-left: #ffffff 1px solid;
	border-right: #c0c0c0 1px solid;
	border-top: #ffffff 1px solid;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color:#4e4c59;
}


td.lmenus {
	padding: 0px;
 	background:#60958D;
	font-size: 8pt;
	vertical-align: top;
	width: 216px;
}

/* ---(Alternative)--- */
td.lmenus ul {
  display:block;
  background: #60958D;
  margin:0; padding:0 0 0 5px;
}
td.lmenus li {
  display: inline;
  list-style: none;
  margin:0; 
}
td.lmenus ul li a:link, td.lmenus ul li a:visited {
	display:block;
	width:216px; height:24px;
	margin:0; padding:0;
	text-decoration: none;
	color:#000;
	font: 11px/19px verdana, arial, sans-serif;
	text-align:center;
	font-weight:bold;
	background: #60958D url(../images/system/menuOptions.jpg) no-repeat left top;

}
td.lmenus ul li a:hover {
	display:block;
	width:216px; height:24px;
	margin:0; padding:0;
	text-decoration: none;
	color:#F0C226; font-weight:bold;
	background: #60958D url(../images/system/menuOptions.jpg) no-repeat left bottom;
}
/* ---(Alternative)--- */


td.rmenus {
	padding: 4px;
	background-color: transparent;
	font-size: 8pt;
	vertical-align: top;
	width: 160px;
}

td.content {
	padding: 8px;
	font-size: 10pt;
	vertical-align: top;
}
td.content td {
	font-size:10pt;
}

H1 { 
	font-size: 15px;
	color: #660000;
	filter: DropShadow(Color=#000000, OffX=3, OffY=3, Positive=12);
	margin-bottom: 6px;
}
H2 {
	font-size: 12px;
	color: #3252A5;
	color: #C23F12;
	margin-bottom: 6px;
}
H3 {
	font-size: 12px;
	color: #3252A5;
	color: #C23F12;
	margin-bottom: 0px;
}

/* ---(FRONT BANNER)--- */
ul.banner {
  display:block;
  background: #f00;
  margin:0; padding:0;
  border: 1px solid #b78c58;
}
ul.banner li {
  display: inline;
  list-style: none;
  margin:0; 
}
ul.banner li a:link, ul.banner li a:visited {
	display:block;
	margin:0; padding:3px;
	text-decoration: none;
	color:#fff;
	font: 14px/21px verdana, arial, sans-serif;
	text-align:center;
	font-weight:bold;
	background: #f00;
	border:1px solid #fff;

}
ul.banner li a:hover {
	display:block;
	margin:0; padding:3px;
	text-decoration: none;
	color: #ead8c2; font-weight:bold;
	background: #f00;
	border:1px solid #fff;
}