/* type and text formatting */
body, p, .fnt {
	font:normal normal 12px/1.5em Arial, sans-serif;
	color:#2F1B00;
}
p {
	margin:0 0 1em 0;
}
h1, h2, h3, h4 {
	font:normal normal "Arial Black", sans-serif;
	font-weight:normal;
	color:#2F1B00;
	margin: .2em 0 .5em 0;
	padding:0;
}
h1 {
	font-size:180%;
}
h2 {
	font-size:150%;
}
h3 {
	font-size:130%;
}
h4 {
	font-size:110%;
	font-weight:bold;
}
.highlight {
	font-style:italic;
	font-weight:bold;
	color:#ffffcc;
}




/* pseudo-classes i.e. link styles */
a:link {
	color:#873E3E;
	text-decoration:underline;
}
a:visited {
	color:#C83E3E;
}
a:hover {
	color:red;
}
a:active {
	color:red;
}
pre {
	font:normal normal normal 12px/1.5em Arial, sans-serif;
	margin:0 0 1em 0;
}


/* formatting for the body overflow */
.bodybox {
	position: relative;
	left: 0px;
	top: 0px;
	width: 675px;
	height: 435px;
	overflow: auto;
		
	}


/* HR Line Divider format */
div.hr {
	width:598px;
	height:1px;
	background:url(../images/div.gif) repeat-y;
	color:none;
	border:none;
	margin: .5em auto;
	padding:0;
	border-left-style:none;
}
div.hr hr {
	display:none;
}



