body{
		font-family: tahoma, arial, Geneva, Helvetica, sans-serif;
		font-size: 10pt;


}

.win{
		border: 1px solid #666;
		margin: auto;
		/* background-color: #olive; */
		padding: 0px;
		width: 100%;
}

.cehead {
		font-size: 10pt;
		background-color: olive;
		border-bottom: thin solid white;
		height: 17px;
}

.cehead a:link  {
			color: #ff4500;
			text-decoration: none }

.cehead a:visited {
			color: #FFFAF0;
			text-decoration: none }

.cehead a:hover {
			color: #FFFAF0;
			text-decoration: none }

.cehead span.winName {
			color: #FFFAF0;
			display: inline;
			font-weight: bold;
			padding-left: .5em;
			padding-right: 1em;
			}
.cehead span.winName a:link  {
			display: inline;
			font-weight: bold;
			color:#FFFAF0;
			text-decoration: none }

.cehead span.winName a:visited {
			display: inline;
			font-weight: bold;
			font-size: 10pt;
			color: #FFFAF0;
			text-decoration: none }

.cehead span.winName a:hover {
			display: inline;
			font-weight: bold;
			font-size: 10pt;
			color: #FFA500;
			text-decoration: none; }

.cehead span.winMenu {
			display: inline;
		   font-size: 8pt;
			font-weight: normal;
			color: #FFD700;
			}


.cehead span.right {
			float: right;
}


div.spacer {
  clear: both;
  }

div.row span.left {
  float: left;
  text-align: left;
  width: 45%;
  }

div.row span.right {
  float: right;
  text-align: right;
  width: 45%;
  }



.ceNav{ background-color: white;
			color: #666;
			font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
			font-size: xx-small;
			padding-top: 1em;
}
.ceNav a:link  {
			color: #ff4500;
			text-decoration: none;}

.ceNav a:visited { color: #ff4500; text-decoration: none;}

.ceNav a:hover { color: #222; ; text-decoration: underline;}

.ceNav div.row span.left {
  float: left;
  text-align: left;
  width: 80%;
  }

.ceNav div.row span.right {
  float: right;
  text-align: right;
  width: 20%;
  }




		/*
		'New' searchform
		*/

.topform {
	margin-bottom: 0;
	padding-bottom: 0;
}


.searchform	{
	color: #666;
	font-size: 9pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-color: #C5D262;
	width: 100%;
	 }

.searchformSmall {
	font-size: 8pt;
}


.searchform select  {
	 color: #ff4500;
	 font-size: 8pt;
	 font-family: Arial, Helvetica, Sans-serif;
	 background-color: #fff;

	  }
.searchform input  {
	 color: #ff4500;
	 font-size: 8pt;
	 font-family: Arial, Helvetica, Sans-serif;
	  }

.searchform td.right {
			float: right;
			text-align: right;
}



		/*
		Legacy Styles - Do not use, remove from html if you find
		*/

	/*
.contractCopy   { color: #222; font-size: small; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

.contractCopyBold { color: #333; font-weight: bold; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

.contractTitles  { color: #fff; font-size: small; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

.contractCopyBig { color: #fff; font-weight: bold; font-size: medium; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

td.objectBg   { background-color: white; border-top: medium none #fff; border-bottom: medium none #c0c0c0 }


td.listHeadsBg   {font-size: x-small; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: #C4C100; border-top: medium none #fff; border-bottom: medium none #c0c0c0 }


td.listHeadsBg1 { background-color: #efefef; border-top: medium none #fff; border-bottom: medium none #a9a9a9 }

.menuItems     { color: #333; font-weight: normal; font-size: small; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

.menuHeads     { color: #333; font-weight: bold; font-size: small; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

.mainCopy#333 { color: #666; font-size: small; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;  margin: 2em 2em;  border: 2px;   }

p#quickSearch {font-size: x-small; width: 95%;}




th a:link  {
			color: #ff4500;
			text-decoration: none;
			 }
th a:visted  {
			color: #ff4500;
			text-decoration: none;
			 }
th a:hover  {
			color: #222;
			text-decoration: none;
			 }
*/

.norecordmsg {
	font-size: 8pt;
	font-weight: bold;
	padding-bottom: 1em;
	padding-top: 1em;
	text-align: center;
}

table.cedata {
		width: 100%;
		empty-cells: show;
		margin-top: 1em;
		}

table.cedata a:link  {
			color: #ff4500;
			text-decoration: none }
table.cedata a:visited {
			color: #ff4500;
			text-decoration: none }
table.cedata a:hover {
			color: #666;
			text-decoration: underline; }

table.cedata tr.rowhead
		{
		font-family : Verdana, "Arial Narrow", sans-serif;
		font-size: 8pt;
		color: #0000CD;
			}

table.cedata th.left {
	text-align: left;

}

table.cedata th.center {
	text-align: center;
}

table.cedata th.right {
	text-align: right;
}

table.cedata td.left {
	text-align: left;
}

table.cedata td.center {
	text-align: center;
}

table.cedata td.right {
	text-align: right;
}


table.cedata tbody .rowa
		{color: #8A8700;
		background:#FFFFFF;
		font-family : Verdana, "Arial Narrow", sans-serif;
		font-size: 8pt;
		}

table.cedata tbody .rowb
		{color: #8A8700;
		background: #EAEABB;
		font-family : Verdana, "Arial Narrow", sans-serif;
		font-size: 8pt;
		}


.cedatainfo	 {
		width: 50%;
		font-family : Verdana, "Arial Narrow", sans-serif;
		font-size: 8pt;
}
.cedatainfo tr {
	text-align: right;
		font-family : Verdana, "Arial Narrow", sans-serif;
		font-size: 8pt;
}

	/*
.celldollar{
			text-align: right;
			font-family : Verdana, "Arial Narrow",  sans-serif;
			font-size: x-small;
			vertical-align: middle;
}
.cellnumber{
			text-align: right;
			font-family :  VVerdana, "Arial Narrow",  sans-serif;
			font-size: x-small;
			vertical-align: middle;
}
.celltext{
			font-family :  Verdana, "Arial Narrow",  sans-serif;
			font-size: x-small;
			text-align: left;
			vertical-align: middle;
}


#datainfo{
			padding-left: 65px;
		}
*/
img {
			border: 0px;

		}
