body { 
	font-family: arial, sans serif;
	font-size: 62.5%;
}

h1 {
	line-height: 4.0em;
	border-top: 2px solid #422415;
	border-bottom: 2px solid #422415;
	margin: 0px 0px 20px 0px;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.6em;
	margin: 0px 0px 0px 0px;
	color: #422413;
}

h3 { 
	line-height: 1.6em; 
}

h4 { 
	line-height: 1.6em;
}

p {
	font-size: 1.2em;
	line-height: 1.6em;
	color: #422413;
	margin: 0px 0px 16px 0px;
}

a {
	color: #422413;
	text-decoration: underline;
	outline-style: none
}

/* Miscellaneous */
.intro { font-weight: bold; }

/* .links */ 
.links { margin: 0px 0px 20px 0px; }
.links li { font-size: 1.2em; font-weight: bold; line-height: 1.6em; text-indent: 14px; background: url(../Images/arrow2.png) no-repeat 0px 4px; white-space: nowrap; }
.links li a { color: #D44126; text-decoration: none; }
.links li a:hover { text-decoration: underline; }

/* .notes */
.notes { margin: 0px 0px 20px 0px; width: 540px; }
.notes li { font-size: 1.2em; line-height: 1.6em; list-style-type: disc; color: #422413; margin: expression('0px 0px 0px 15px'); }

/* .points */
.points {
	font-size: 1.2em;
	font-weight: bold;
}

.points li {
	overflow: hidden;
	width: 360px;
	height: 80px;
	float: left;
}

.points em {
	display: block;
	width: 100px;
	margin: 0px 10px 0px 0px;
	float: left;
	line-height: 1.6em;
	text-align: right;
	color: #D44126;
	font-style: normal;
}

.points span {
	display: block;
	line-height: 1.6em;
	width: 220px;
	height: 56px;
	border-left: 2px solid #422415;
	padding: 0px 0px 0px 10px;
	float: left;
	color: #AB8C7D;
}

/* About Us */
.aboutus h2 { font-size: 2.4em; }

