/*Cheshire Peaks and Plains HT*/
BODY {
	background-color: #fff;
	font-family: Arial,Helvetica,sans-serif;
	margin-top: 8px;
	margin-left:3px;
	padding: 0px;
	font-size : 1em;
	color: #006666;
	}
	
	#frame{
		width: 734px;
		/*min-width: 680px;*/
		margin-left: 5px;
		/*margin-right: auto;*/
		background-color: #fff;
	}
	
div.menu{
	background-color: #FFDDDD;
	}
	
div.menu ul{
	list-style: disc outside;
	padding-left: 10px;
	margin: 10px;
	margin-top: 0;
	/*background-color: #FFDDDD;*/
	}
	
div.menu li{
	color: red;
}

div.menu a{
   /*display: block;*/
	font-size: 70%;
	font-weight: bold;
	text-align: left;
	/*background-color: #FFDDDD;*/
	/*border: 1px solid #abafb2;
	border-top-color: #FFFFFF;
	border-right-color: #ff1a24;*/
	padding: 5px 0px 5px 2px;
	width: 100%;
}

div.menu a:link {
	color: #006666;
	text-decoration: none;
	}
div.menu a:visited {
	color: #006666;
	text-decoration: none;
	}
div.menu a:hover{
	color: #006666;
	text-decoration: underline;
	}
div.menu a:active {
	color: #006666;
	}

div.menuTop{
	background-color: #DD3322;
	font-size: 70%;
	font-weight: bold;
	padding: 5px 2px 5px 5px;
	text-align: left;
	text-transform: uppercase;
	width: 169px;
	color: #fff;
}

H2 {
	/*position: relative;*/
	/*color: #006666;*/
	/*background-color: #fff;*/
	/*text-transform: uppercase;
	text-align: left;
	z-index: 1;*/
	margin: 0px;
	height:0px;
	/*background-image: url(../images/header_new_bolts.jpg);
	background-repeat: no-repeat;
	height: 40px;
	padding-top: 160px;
	padding-left: 10px;
	font-family: "Times New Roman",Times,serif;
	font-size: 1.4em;
	font-weight: normal;
	background-color: #006666;
	color: #fff;*/
	}
H3 {
	background-color: #fff;
	color:  #006666;
	/*border-top-width: 5px;*/
	/*color: #FFFFFF;*/
	font-size: 100%;
	/*font-weight: bold;*/
	margin-top: 0;
	margin-bottom: 2px;
	padding: 2px;
	}
	/*h4{
		margin: 4px;
	}*/
input[type="text"], textarea {
	background-color: #FCFCFC;
}
select{
	width: 270px;
}
P {
	color: #000000;
	font-size: 85%;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 2pt;
	margin-left: 2pt;
}
span.button{
	position: relative;
}
span.button a{
	/*background-color: #E8E8E8;*/
	background-color: #eefcff;
	border: 1px solid #000000;
	border-left-color: #C0C0C0;
	border-top-color: #C0C0C0;
	color: #000000;
	cursor: pointer;
	float: left;
	font-size: 75%;
	font-variant: normal;
	margin-right: 2px;
	padding: 4px;
	text-align: center;
	text-decoration: none;
	width: 20%;
}
span.button a:hover{
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
}

span.button a:visited{
	color: #000000;
	text-decoration: none;
}
.advice {
	font-size: 80%;
}
.head {
	color: #006666;
	left: 0px;
}

.highLight, .downLight {
	border: 2px solid #ff1a24;
}

.noHighLight {
	border: 2px solid #FFFFFF;
	}

.iconLev {
	position: relative;
	background-color: #fff;
	text-align: left;
	z-index: 1;
	height: 25px;
	clear: both;
	}
.mainLev {
	text-align: left;
	background-color: #fff;
	padding-top: 10px;
	margin-top: 10px;
	z-index: 0;
	clear:left;
}

#footer{
	background-color: #fff;
	}
	
#datatext{
	font-size: 110%;font-weight: bolder;
}

.sendForm{
	border: 2px dotted #808080;
	padding: 5px;
	}

img {
	border: none;
}

#tradeNav{
	float:left;width:175px; margin-top:5px;margin-right: 10px;
}
#icons{
	float:left;
	padding-left: 10px;
}

.list
{
padding: 0px 0px 3px 10px;
font-size: 100%;
}

#listcontainer{
	background-color: #FFFFFF; 
	font-size: 90%; 
	top: 5px;
	}

a:link{
	text-decoration: none;
	color: #0000CD;
}

a:visited{
	text-decoration: none;
	color: #0000CD;
}

a:hover{
	text-decoration: underline;
	color: #0000CD;
}

a:active{
	text-decoration: none;
	color: #6666CC
}

#replist {
	margin-top: 15px;
	/*table-layout: fixed;*/
	border-collapse: collapse;
	border: 2px solid #DCDCDC;
	width: 100%;
}
#replist thead{
	background-color: #F5F5F5;
	font-weight: bold;
}
#replist td{
	padding: 4px;border-bottom: 1px solid #DCDCDC;
}
#replist tr{
	
}
#tabdivider{
	/*'Previous Reports' line on reports page*/
}

#result ul{
	list-style-type: none;
	}

/* Hides from IE5-mac \*/
* html .mainLev {height: 1%;}
/* End hide from IE5-mac */ 


