body {
	margin: 0px;
	padding: 0px;
	background-image:url(../images/bg-pattern.jpg);
	background-repeat:repeat-x;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}
h6 {
	font-size: 8.5pt;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h5 {
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	
}
h4 {
	font-size: 10.5pt;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h3 {
	font-size: 13pt;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h2 {
	font-size: 16.5pt;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h1 {
	font-size: 20pt;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
a {
	text-decoration: none;
	
}
a:hover {
	text-decoration: none;
}
.txt-white{
	color: #ffffff;
}
.txt-grey{
	color: #888888;
}
.txt-dkgrey{
	color: #4c4c4c;
}
.txt-greylink{
	color: #888888;
}
.txt-greylink:hover{
	color: #711e00;
}
.txt-ltpink{
	color: #ddbeb3;
}
.txt-ltgrey{
	color: #ebe4ce;
}
.txt-ltgrey01{
	color: #c9d1c6;
}
.txt-maroon{
	color: #711e00;
}
.txt-gold{
	color: #a28649;
}
.txt-dkgreen{
	color: #4a653f;
}
.font-trebuchet{
font-family:"Trebuchet MS";
}
.bg-white{
background-color:#ffffff;
}
.bg-grey{
background-color:#dedede;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #ffffff;
	background-color:#780000;
	border:none;
	cursor:pointer;
	height:25px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	border:solid 1px #59704e;
	height:18px;
	
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	border:solid 1px #59704e;
}
.txt-blacklink{
	color: #000000;
	text-decoration:none;
}
.txt-blacklink:hover{
	color: #000000;
	text-decoration:underline;
}