h1, h2, h3, h4, h5, h6{
	color: #e06615;
	font-family:  "lucida grande", "trebuchet ms", verdana, sans-serif; 
	padding: 0px;

}
h1{
	font-size: 22px;
	margin: 0px 0px 25px;
}
h2{
	font-size: 18px;
	margin: 15px 0px 25px;

}
h3{
	font-size: 15px;
	margin: 10px 0px 5px;
}
h4{
	font-size: 13px;
	margin: 5px 0px;
}
h5{
	font-size: 11px;
	padding: 0px;
	margin: 5px 0px;
}
h6{
	font-size: 11px;
}
h7{
	font-size: 9px;
	padding: 0px;
}
h2.center{
	margin: 25px auto;
	padding: 0px auto;
	text-align: center;
}
h2.contact{
	margin: 25px auto 5px;
}
h3 span{
	font-size: 16px;
}
.list_extended h3, .list_extended h2{
	font-size: 12px;
	text-transform: uppercase;
	padding: 0px 10px 4px 0px;
	margin: 0px;
}

p{
	padding: 5px 0px;
	margin: 0px;
}
p img{
	margin-bottom: 10px;
}
.list{
	list-style: square;
	padding: 15px;
}
.center{
	margin: 0px auto;
	text-align: center;
}
.justify{
	text-align: justify;
}
.right{
	float: right;
}
.left{
	float: left;
}
img.right{
	margin: 5px 0px 5px 10px;
}

img.left{
	margin: 5px 10px 5px 0px;
}

ul ul{
	list-style: disc;
}

dl{

}

dt{
	font-weight: bolder;
	padding-bottom: 5px;
}
dd{
	margin: 5px 15px 10px 15px;
	text-align: justify;
}


a{
	color: #000;	
	font-weight: bolder;
	text-decoration: none;
}

a:hover{
	color: #df7d3c; 
}
a.get{
	background: url(../images/arrow.gif) 0 50% no-repeat;
	padding: 5px 20px 5px;
	margin-top: 10px;
}
a.get:hover{
	background: url(../images/arrow_hover.gif) 0 50% no-repeat;
	font-weight: bold;
}
a.important{
	color: #df7d3c;
	text-transform: uppercase;
	font-weight: bolder;
}
h1 a, h2 a, h3 a, h4 a, a.go{
	color: #df7d3c; 
	cursor1: text;
}
h1 a:hover, h12 a:hover, h3 a:hover, h4 a:hover, a.go:hover{
	color: #5B6579; 
}
.black{
	color: #000;	
}
h4.black{
	margin: 15px 0px 5px 0px;
}


.list_extended h2 a{
	color: #000;	
}
.list_extended h2 a:hover{
	color: #df7d3c; 
}
img{
	border: none;
}