/* basic elements */

a img  {
border: none;
}



.description {
font-size:.78em;
}

strong {
color: #BB952D;
font-size:13px;
}

h1, h2, h3, h4, h5 {
	font: 18px/22px Arial,Helvetica,sans-serif;
	font-weight: lighter;
	}

h1 {
	color:#5a5a5a;
	font-size: 23px;
	line-height: 30px;
	}

h2 {
	color: #bb952d;
	font-size: 16px;
	margin-bottom: 5px;
	}
	
h3 { 
	color:#658ba0;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 5px;
}
h4 {
color:#6cda1b;
font-size:1em;
}

a.largeBlue { 
	color: #bfd7eb;
	font-size: 18px;
	text-decoration:none;
}

.blue { 
	color:#658ba0;
}

.red { 
	color:#FF0000;
}


.highlight {
color: #bb952d;
}

.border1px{
border:solid #CCCCCC 1px;
}

.divide {
background-color:e4d5ab;
width: 775px;
height: 1px;
color: #00CCCC;
margin-bottom:15px;
}

a.small:link, a.small:active, a.small:visited{
font-size:9px;
color:#acacac;
text-decoration:none;
}
a.small:hover{
font-size:9px;
color:#658ba0;
text-decoration:none;
}
