blockquote
{ background: #FFFFFF;
  color: #000;
  border-color: #767676;
}
/* global */
html{height: 100%;}

body
{ font-family: verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .68em;
  background: #FFF;
  color: #000;
}

p
{ margin: 0px;
  padding: 0px 0px 6px 0px;
  /*line-height: 1.7em;*/
}

h1
{
	font-family: "Times New Roman";
	letter-spacing: .1em;
}
h1
{
	background: transparent;
	color: #944d34;
	border-color: #944d34;
	text-align: center;
	font-size:19px;
	font-weight:bold;
}

h2
{ margin: 0px;
  padding: 0px 0px 4px 0px;
  font-size: 100%;
  background: transparent;
	color: #944d34;
	border-color: #944d34;
	border-bottom:1px solid #fbdd85;
	text-align: center;
	font-size:17px;
	font-weight:bold;
	text-transform:uppercase;
}

img{border: 0px;}

a{outline: none;}

/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
}

/* unordered list */
ul
{ margin: 8px 0px 0px 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

input, textarea
{ background: #FFFFFF;
  color: #000;
  border-color: #CAAE90;
}
table{
font-size:11px;
}
.gradient{
	background: #FFF url(./img/gradient.jpg) right;
	color: #000;
	text-align: left;
	font-weight: bold;
	height: 20px;
	width: 100px;
	padding-left: 5px;
	background-repeat: no-repeat;
}
.tablehead{
background:url(./img/headtable.jpg);
color:#000;
height:30px;
text-align:center;
padding-top:0px;
}
.orange{
text-align:center;
background-color:#fbdd85;
height:20px;
}
.gray{
text-align:center;
background-color:#f4f4f4;
height:20px;
}
.white{
text-align:center;
background-color:#FFF;
height:20px;
}
.grayleft{
text-align:center;
background-color:#f4f4f4;
height:20px;
text-align:left;
padding-left:5px;
}
.whiteleft{
text-align:center;
background-color:#FFF;
height:20px;
text-align:left;
padding-left:5px;
}
.righe{
border-top:1px solid #fbdd85;
border-bottom:1px solid #fbdd85;
}
