* {
	margin: 0;
	padding: 0;
	border: none;
	color: #111;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

a {
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: #d26041;
}
a:link { }
a:active { }
a:hover {
	text-decoration: underline;
	color: #3f40a7;
}
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;
}

p {
	margin-bottom: 7px;
}

hr {
	margin: 5px 0 5px 0;
	border: 2px solid #3f40a7;
}

/*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;
}
.float_left {
	float:left;
}

/*****************************/
/*           LISTS           */
/*****************************/
ul {
	text-align: left;
	margin: 0px 0px 8px 0px;
}

ol {
	margin: 5px;
	text-align: left;
	list-style: decimal;
}

li {
	margin: 0px 0px 0px 25px;
}





table {
	vertical-align:top;
	font-size:12px;
}

