


html, body {

	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
/*font-size: 1em; set percent on html and em on body to defeat an em font scaling bug in ie */
	 font-size: 100%;
	font-weight: bold;
	margin : 0;
	padding : 0;
}

body {
	font-size: 1em;
	background: #fff url('http://www.cprtools.net/images/bg01.jpg');
 	color: #000;
}

#head{
	width: 770px;
	height: 123px;
	margin: auto;
	text-align: center;
}

#head img, #head img a {
	border: 0;
	text-decoration: none;
	margin: auto;
	text-align: center;
}

label {
	text-align: right;
	font-size: .85em;
	padding-right: 5px;
	color: #154B72;
	width: 100px;
	position: relative;
}

fieldset {
	color: blue;
	font-weight: normal;
	background-color: white;
	position: relative;
	margin: 20px auto;
	border: 0;
/*	border-style: dotted;
	border-color: blue; */

}
.clearBoth {
	clear: both;
}
legend {
border:0;
padding: 1px;

}
#general fieldset{
	margin: auto;
	width: 770px;
	background-color: white;
	display: table;
	font-size: .85em;
	border-bottom: 1px black solid;
	background-color: white;
	}
p.heading {
color: #154B72;
font-size: .85em;
padding-left: 1em;
}

table {
	font-size: .85em;
	border-collapse: collapse;
	width:800px;
	margin:0 auto;
	border: 1px black solid;
}
th {
	font-size: .9em;
	font-weight:bold;
	color: #0066FF;
	border: 1px black solid;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background-color: white;
}
#general #right p {
	padding: 1em;
}
td {
	text-align: center;
	padding: 5px;
}

table.sortable th {
	cursor: pointer;
}

table.sortable th.sorttable_nosort {
	cursor: text;
}
input.qty {
	width: 2em;
}
.btn {
	margin: auto;
	text-align: center;
}
ctr {
	margin: auto;
}
#main {
	background-color: white;
	width: 780px;
	height: auto;
	margin: auto;
	margin-top: 1em;
	display: table;
	border: 1px black solid;
}
p {
font-size: .85em;
text-align: left;
}
p.notice {
font-weight: bold;
text-align: center;
}
h1.ctr, p.ctr {
	font-size: 1.2em;
	text-align: center;
}

p.thanks {
	text-align: center;
	font-size: 1em;
	margin-bottom: 10px;
}
p.thanks a:visited, p.thanks a:link {
	text-decoration: none;
}
p.thanks a:hover {
	color: goldenrod;
	background-color: blue;
}
#stuff {
	background-color: white;
	color: #000;
	border: 1px solid blue;
	margin: 40px auto 0 auto;
	width: 800px;
}

