html, body, div, p, span, blockquote, h1, h2, h3, h4, h5, h6, table, tr, td, ul, li, ol, img {
	font-family: Tahoma;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	color: #666763;
	padding: 0;
	margin: 0;
	border: 0;
}

/* Content formating **************************************************************************** */

h1, h2, h3, h4, blockquote, p, ul, ol {
	padding-bottom: 0px;
}

p, h3 {
  padding-bottom: 14px;
}

h1, h2, h3, h1 a, h2 a, h3 a, h4, h4 a {
	color: #666763;
	text-decoration: none;
}

h1, h1 a {
  color: #740024;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
}

h3, h3 a {
	font: bold 11px/13px Tahoma, Verdana;
}

span.strongColor {
	color: #4499D6;
	font-weight: bold;
}

ul {
	list-style: url(../img/icon-areas-sublist.png);
	margin: 0 0 0 40px;
}

#details ul {
	margin: 0px 0 0px 15px;
	padding: 0;
	list-style: url(../img/arrow-profile.png);
}
#details li {
	margin: 2px;
}



