﻿body {
  margin: 0 auto;
  padding: 20px;
  font-family: Verdana,Arial,Tahoma,sans-serif;
  font-size:11px;
  line-height:130%;
  color:#787878;
}
h1 {
  font-size: 17px;
  font-family: trebuchet ms, arial, verdana;
  text-transform: uppercase;
  color: #787878;
  font-weight: normal;
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
}

h2 {
  font-size: 11px;
  font-family: verdana, arial, trebuchet ms, sans-serif;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

h3 {
  font-size: 11px;
  color: #f09d1e; 
}

hr
{
	clear: both;
	margin: 10px 0;
	border: none;
	border-top: solid 1px #c0c0c0;
}

hr.dotted, div.dotted
{
	border-top: dotted 1px #c0c0c0;
}
div.dotted {
  margin: 10px 0 0 0;
  width: 100%;
}
div.line {
	border-top: 1px solid #c0c0c0;
  margin: 10px 0 10px 0;
  width: 100%;
}

a.underline
{
	text-decoration: underline !important;
}

form
{
	padding-bottom: 60px;
}

form .required
{
	color: #e3802e;
	font-weight: bold;
}

form input
{
	border: solid 1px #c0c0c0;
	padding: 2px;
	font-size: 11px;
	color:#787878;
}

form input.button
{
	width: 100px;
	height: 20px;
	line-height: 15px;
}

form textarea
{
	width: 460px;
	height: 100px;
	border: solid 1px #c0c0c0;
}

/* forms */

select {
  font-size:11px;
  color:#787878;
}

p 
{
  margin:0;
  padding:10px 0 10px 0;
}
li {
  padding-left:8px;
  margin-left:8px;
}
.right {
  text-align:right;
}

.clear {
  clear: both;
}
h2.red, a.red {
  color:#b31e3f;
}