body {
	background-color: #FBF8ED;
	background-image: url(images/bgtexture.gif);
	color: #000000;
	margin: 0;
	padding: 0;
}

body, table, td, p, form, input {
	font: normal 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* Links
----------------------------------------------- */
a:link, a:visited {
  border-bottom:1px dotted #69f;
  color:#36c;
  text-decoration:none;
  }
a:visited {
  border-bottom-color:#969;
  color:#939;
  }
a:hover {
  border-bottom:1px solid #961B1E;
  color:#961B1E;
  }
a.noline:link, a.noline:visited, a.noline:hover {border-style:none;}

p {
	font: 14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	font: bold 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

h2 {
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

h3 {
	font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}


.tableheader {
	background-color: #333333;
	color: #FFF8BD;
}
.tablecell {
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;

}
.important {
	color: #961B1E;
}

.box {

	padding: 5px;
	text-align: center;
	border: 1px dashed Gray;

}
input {
	font: 12px "Courier New", Courier, monospace;
}
input.button {
	background-image: url(images/button_back.jpg);
	background-color: #FBF8ED;
	border-bottom-color: #EFE4B9;
	border-right-color: #EFE4B9;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
}
.indent1 {
	margin-left: 30px;
}
.indent2 {
	margin-left: 60px;
}
hr {
	border: thin dotted Gray;
}
strong {
	color: #333333;
}

.footer {
	font-size: 12px;
}
li {
	margin-bottom: 5px
}.smaller {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

