* {
	margin: 0;
	padding: 0;
	border: none;
	color: #724c3f;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size:12px;
	font-style: normal;
}

a {
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: #724c3f;
}
a:link { }
a:active { }
a:hover {
	text-decoration: underline;
}
a:visited { }

sub, sup {
  line-height: 0px;
  font-size: 70%;
}


h1 {
	font-size:16px;
	font-weight: bold;
	margin-bottom:8px;
}

h1 sub, h1 sup {
	color:#f47816;
}

h2 {
	font-size:14px;
	font-weight: bold;
	margin-bottom:5px;
}
h3 {
	font-size:12px;
	font-weight: bold;
	margin-bottom:2px;
}

.bodytext h1 { }

p {
	margin-bottom: 7px;
}

hr {
	margin: 5px 0 5px 0;
	border: dashed 1px;
	clear: both;
}

/*TEXT STYLES*/

.smalltext {
	font-size: 10px;
	font-weight:normal;
}

.normaltext {
	font-weight:normal;
}

.righttext {
	font-weight:normal;
	font-style:italic;
	text-align:right;
}

.centertext {
	font-weight:normal;
	text-align:center;
}

.titletext {
	font-size:1.4em;
	color: #f47816;;
	text-transform:uppercase;
}

.bluebigtext {
	font-size:24px;
	font-weight:bold;
	color:#f47816;;
}

.mediumtext {
	font-size:16px;
}

.smalltext {
	font-size: 11px;
	font-weight:normal;
}
.smalltext a{
	font-size: 11px;
	font-weight:normal;
	text-decoration:none;
}
.smalltext a:hover{
	text-decoration:underline;
}

.panel{
	padding:12px;
	border:solid 1px #E4E4E4;
	background-color:#EEEEEE;
	margin:10px;
	padding:10px;
	width:650px;
	height:160px;
}

/*****************************/
/*           LISTS           */
/*****************************/
ul {
	text-align: left;
	margin: 0px 0px 8px 0px;
}

ol {
	margin: 5px;
	text-align: left;
	list-style: decimal;
}

li {
	margin: 10px 0px 0px 25px;
}



/*****************************/
/*           TABLE           */
/*****************************/

.bodytext table {
	border:none;
	border-collapse: collapse;
	border-spacing: 0px;
}
.bodytext td {
	border:2px solid #cbb271;
	padding:4px 1px;
}
