body {
	background-image: url(back11.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
P { text-align: justify; }
.sPace { margin-bottom: 20px; text-align: justify; }
.maintab {
	border: 1px solid #000000;
}
.bottab {
	border-top: 1px solid #666;
}
.banner {
	border-bottom: 0px solid #666;
}
.lefttab {
	border-left: 1px solid #666;
}
.rightbox {
	clear: none;
	margin:6px; 
	float: right
}
.leftbox {
	clear: none;
	margin:6px; 
	float: left
}
.error { 
	width: 400px; 
	color: #000000;
	font-size: 14px;
	background: #FFB6C1;
	padding: 4px;
	border: 2px #FF0000 solid;
	text-decoration:none
}
.construction { 
	color: #000000;
	text-align: center;
	font-size: 14px;
	background: #FFFF00;
	padding: 4px;
	border: none;
	text-decoration:none
}
.indented {text-indent: 3em}
.content {font-size: 12px}
.content2 {font-size: 18px}
.link {
	font-size: 13px;
	font-weight: bold;
}
.li1 {
	list-style-type: none;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
}
.li2 {
	font-style: normal;
	list-style-type: none;
	font-size: 12px;
	font-weight: normal;
}
.link2 {
	font-size: 13px;
/*	font-weight: bold;*/
}
.titlecontent {
	font-size: 15px;
	border-bottom: 1px solid #666666;
}
.copyright {
	font-size: 11px;
	font-weight: bold;
}
.newscontent {font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; }

a:link {
	font-weight: bold;
	color: #007d00;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #007d00;
}
a:hover {
	color: black;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #000000;
}
#tooltip
{
  visibility: hidden;
  margin: 2px;
  border: 1px solid #000;
  background: #EEE;
  position: absolute;
  left: 0px;
  top: 0px;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #999999;
	font-size: 15px;
	font-weight: bold;
	color: #990000;
}
/* tabs -----------------------------------*/
#tabsHolder {
	background:url('tabcss/backgroundTabs.gif') bottom repeat-x;
	height:26px;
	vertical-align:bottom;
	text-align:left;
	padding-left:2px;
	width:880px;
}
#tab .selected {
	background:url('tabcss/selectedBg.gif') repeat-x;
	height:21px;
	padding-top:1px;
}
#tab .selectedLeft {
	background:url('tabcss/selectedLeft.gif') no-repeat;
	height:21px;
	width:16px;
}
#tab .selectedRight {
	background:url('tabcss/selectedRight.gif') no-repeat;
	height:21px;
	width:16px;
}
#tab .unselected {
	background:url('tabcss/unselectedBg.gif') repeat-x;
	height:21px;
}
#tab .unselectedLeft {
	background:url('tabcss/unselectedLeft.gif') no-repeat;
	height:21px;
	width:15px;
}
#tab .unselectedRight {
	background:url('tabcss/unselectedRight.gif') no-repeat;
	height:21px;
	width:15px;
}
#tab .overlayLeft {
	background:url('tabcss/overlayLeft.gif') no-repeat;
	height:21px;
	width:22px;
}
#tab .overlayRight {
	background:url('tabcss/overlayRight.gif') no-repeat;
	height:21px;
	width:22px;
}
#tab .overlapLeft {
	background:url('tabcss/overlapLeft.gif') no-repeat;
	height:21px;
	width:22px;
}
#tab .overlapRight {
	background:url('tabcss/overlapRight.gif') no-repeat;
	height:21px;
	width:22px;
}
a.tab {
	font-weight:bold;
	color:#ffffff; 
	font-size: 12px;
}
a.tab:hover {
	/*color:#707070;
	text-decoration:none;*/
}
.dtab {
	border-bottom-style: none;
	border-width: 1px;
	border-right-color: #868802;
	border-left-color: #868802;
	border-top-color: #868802;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
}
.dtabl {
	border-bottom-color: #000000;
	border-bottom: 1px solid;
}
/* begin css tabs */

ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
font: bold 10px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #868802; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
vertical-align: middle;
}

ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #868802; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #f5f4eb; /* set unselected tab background color as desired */
color: #666; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
vertical-align: middle;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
}

/* end css tabs */

/*-------------------------------------------*/
/*

*/