/* @override http://preferredbehavioral.org/GeneratedItems/pb.css */

.body   { font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; list-style-type: square }
.bodysm { font-size: 10px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; list-style-type: square }
.bodylg  { font-size: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; list-style-type: square }
h2     { color: #663303; font-size: 16px; border-bottom: 2px solid #663303 }
.bottomLink { color: white; font-size: 10px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
a:hover  { color: white; text-decoration: none; background-color: #663303 }

#emergNote {
/*	position: absolute;
	right: 10px;
	top: 10px;
*/	background: #fbfbe8 url(../images/emerg-bg.png) repeat-x;
	text-align: left;
	width: 350px;
	padding: 10px;
	border: 1px #ede989 outset;
	margin-top: 10px;
}
#emergNote * {
	font-family: Arial, Helvetica, sans-serif;
}

#emergNote .ol {
	border: 2px #c3d69f solid;
	padding: 10px;
}

#emergNote h1 {
	font-size: 1.5em;
	margin: 0 0 5px 0;
	color: #ef3b42;
}

#emergNote p,
#emergNote ul,
#emergNote ol {
	margin: 0 0 5px 0;
	font-size: .8em !important;
}

.break {
	clear: both;
	height: 1px;
}