body{
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#858585;
}

a {
	color:#656565;
	text-decoration: none;
	border: 0px;
}

a:hover {
	color:#6593A0;
	text-decoration: underline;
}

table{
  font-size: 10px;
}

table.noborder  {
	border-collapse: collapse;
	border-spacing: 0;
}

.color1 {color: #6593A0; //green tile}
.color2 {color: #D81817; //red}
hr.color1 {border-top: 1px dashed #6593A0;}
hr.color2 {border-top: 1px dashed #D81817;}

td, th {
	padding: 0px;
}

h1 {
	font-size:16px;
	font-weight:2000;
	color: #6593A0;
	margin:2px 0px 0px 0px;
}

h2 {
	font-size:13px;
	font-weight:1000;
	color: #6593A0;
	margin:2px 0px 0px 0px;
}

h2.indented {
	margin-left: 10px;
}

h3 {
	font-size:13px;
	font-weight:500;
	color: #6593A0;
	margin:2px 0px 0px 0px;
}

p {
	margin: 2px 0px 8px;
}
p.indented {
	margin-left: 32px;
}


ul {
	list-style-position: outside;
	list-style-type: square;
}
li {
	margin-left: -20px;
	padding-top: 1px;
	padding-bottom: 2px;
}
li.square {list-style-image:url(images/redbox.gif);}
li.circle {list-style-image:url(images/redcircle.gif);}
li.mitten {list-style-image:url(images/redmitten.gif);}

hr {
	border: none 0;
	border-top: 1px dashed #b5b5b5;
	width: 70%;
	height: 1px;
}

.title {
	font-size:14px;
	font-weight:2000;
	color: #6593A0;
	margin:2px 0px 0px 0px;
}

.heading{
	vertical-align:top;
	padding: 2px 2px 2px 10px;
	height: 33px;
	background-image:url(images/hook.gif);
	background-repeat:no-repeat;
}
.plate{
	vertical-align:top;
	padding: 6px 6px 6px 6px;
	width: 200px;
	height: 113px;
	background-image:url(images/plate.gif);
	background-repeat:no-repeat;
}

input.thin{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#5A5A5A;
	border:1px solid ;
	border-color : #BBBBBB;
}

input.thinRed{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#5A5A5A;
	border:1px solid ;
	border-color : #FF0000;
}

input.button{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#5A5A5A;
}

textarea.thinfield{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#5A5A5A;
	border:1px solid ;
	border-color : #BBBBBB;
}







