body {
	color: #555555;
	background-color: #ffffff;
	
	font-family: arial;
	font-size: 0.75em;
	line-height: 1.5em;
}

h1 {
	padding: 0px 0px 0px 25px;
	margin: 0px 0px 13px 0px;
	
	color: #353535;
	background-color: transparent;
	background-image: url('/images/title_bullet.png');
	background-repeat: no-repeat;
	background-position: 0px 6px;
	font-size: 1.83em;
	font-weight: normal;
	line-height: normal;
}

h2, h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 17px;
	
	color:#ff6603;
	background-color: transparent;
	background-image: url('/images/white_arrow_bullet.gif');
	background-position: 0px 4px;
	background-repeat: no-repeat;
	
	font-size: 1.33em;
	line-height: normal;
}
h2 a, h3 a {	
	color:#ff6603;
	background-color: transparent;
	text-decoration: none;
}
h2.normal {		
	padding: 0px 0px 0px 25px;
	margin: 16px 0px 11px 0px;
	
	color: #353535;
	background-color: transparent;
	background-image: url('/images/title_bullet.png');
	background-repeat: no-repeat;
	background-position: 0px 6px;
	
	font-size: 1.83em;
	font-weight: normal;
}
h2.normal a { color: #353535; }

a { color: #555555; background-color: transparent; }
a img { border: 0px; }

p { margin: 8px 0px 8px 0px; }

.highlight { color: #3671cb; background-color: #ffffff; }