a {
	outline: none;
	color: blue;
}

a:hover {
	text-decoration: none;
}

#container #content #left p {	width: 530px; }
#container #content #left.wide p  { width: 720px;}

#container #content #left h1 {
	background: url(images/h1_list.gif) left no-repeat;
	padding-left: 20px;
	font-family: Corbel, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	color: #033333;
}

#container #content #left h2 {
	font-size: 16px;
	font-weight: 150;
}

#container #content #right h2 {
	color: #333333;
	font-size: 13px;
	margin: 0;
}


#container #content #left ol.spacing li {
	margin-bottom: 1em;
	margin-right: 40px;
}

#left table td {
	padding: 3px 2px;
}

#left table td.head {
	font-weight: bold;
	width: 100px;
}

#container #content #right p {
	margin-top: 0;
	margin-bottom: 1em;
}

#container #content #right .orange {
	color: #F89728;
	font-weight: bold;
}

br.printspacing {
	display: none;
}

#container #content #right a { color: #000; text-decoration: none; }
#container #content #right a:hover { text-decoration: underline; }

