﻿.foo {} /* -- W3C Validator Requirement. */

body {
	font-size: 12px;
    font-family: Trebuchet MS, Verdana, Sans-Serif;	
}

p { margin-bottom: 15px; }
ul, ol { list-style-position: inside; }
ul { margin-bottom: 10px; }
ul { list-style-image: url("Images/bullet.gif"); }

.heading_1 {
	color: #993300; 
	font-size: 18px; 
	display: block;
	font-weight: bold; 
	margin: 7px 0px 7px 0px;
}
.heading_2 {
	color: #993300; 
	font-size: 16px; 
	border-bottom: #FF9900 solid 1px;
	padding-bottom: 1px;
	display: block;
}