h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 19px;
	color: #666;
	text-decoration: none;
	font-weight: bold;
	margin: 5px 0px 5px 0px
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	font-style: italic;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #666;
	text-decoration: none;
	font-weight: bold;
	margin: 5px 0px 5px 0px
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
        font-weight: normal;
        
	line-height: 10px;
	color: #666;
	text-decoration: none;
}

hr {
	
border: none 0; 
border-top: 1px solid #DDD;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
margin: 3px 0px 3px 0px;
}

.large_body {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #666;
	text-decoration: none;
}

.small_body {
font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #666;
	text-decoration: none;
}


a img {
border: 0px;

}


a { 
color: #A10B15; 
text-decoration: none;
font-weight: bold;
}

a:visited { 
color: #666; 
text-decoration: none;
font-weight: bold;
}
a:hover { 
color: #333;
text-decoration: none;
font-weight: bold; 
}

.service ul {
margin: 0px 0px 0px 10px;

}

.service li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #666666;
	background-image: url(../images/bg/soprano_bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	list-style: none;
	margin: 10px 0px 10px 0px;
}

.footer_link a { 
color: #333; 
text-decoration: none;
font-weight: normal;
}

.footer_link a:visited { 
color: #666; 
text-decoration: none;
}
.footer_link a:hover { 
color: #999;
text-decoration: none; 
}