@charset "UTF-8";

@media screen and (min-width:681px){
	article h3 {
		font-size: 120%;
		color: #333;
		padding-left: 8px;
		font-weight: bold;
		display: block;
	}
	article h4 {
		font-size: medium;
		font-weight: normal;
		color: #330;
		margin-left: 14px;
		margin-top: 10px;
		border-left-width: 2px;
		border-left-style: solid;
		border-left-color: #336;
		padding-left: 6px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #CCC;
		margin-bottom: 10px;
		clear: both;
		padding-top: 2px;
	}
	article h4.image {
		margin-left: 0px;
		padding-left: 0px;
		border-style: none;
	}
	article h5 {
		font-size: 90%;
		font-weight: bold;
		color: #330;
		margin-left: 14px;
		margin-top: 10px;
		margin-bottom: 8px;
		font-family: Verdana, Geneva, sans-serif;
		clear: both;
	}
	article dl {
		margin-top: 5px;
		margin-bottom: 5px;
		margin-left: 2em;
		font-family: Verdana, Geneva, sans-serif;
		font-size: small;
		line-height: 1.4em;
		color: #333;
		clear: both;
	}
	article dl dt {
		margin-bottom: 4px;
		padding-bottom: 3px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #E8CCC1;
		color: #263F23;
		font-weight: bold;
		overflow: hidden;
	}
	article dl dd {
		margin-left: 1em;
		margin-bottom: 10px;
		font-size: 90%;
	}
	article dl dl  {
		border-left-width: 2px;
		border-left-style: solid;
		border-left-color: #339;
		padding-left: 4px;
		border-bottom-style: none;
	}
	article dl dl dt {
		color: #069;
		border-bottom-color: #B7D2FF;
	}
	article dl dl dd {
		font-size: 90%;
	}
	article p {
		font-size: 90%;
		line-height: 1.8em;
		color: #333;
		margin-right: 14px;
		margin-left: 14px;
	}
	article p.m0 {
		margin: 0px;
		padding: 0px;
	}
	.imageLeft {
		float: left;
		margin-right: 5px;
		margin-bottom: 5px;
	}
	.imageRight {
		float: right;
		margin-left: 5px;
		margin-bottom: 5px;
	}
	article p .cap {
		font-size: 80%;
	}
	.small {
		font-size: 80%;
	}
}


@media screen and (max-width:680px){
	article h3 {
		font-size: 150%;
		color: #333;
		padding-left: 8px;
		font-weight: bold;
	}
	article h4 {
	font-size: 140%;
	font-weight: bold;
	color: #330;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	padding-top: 2px;
	border-bottom: 3px solid #CCCCCC;
	padding-bottom: 4px;
	}

}
