@charset "UTF-8";
/* CSS Document */

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454334;
}
a:link {
	color: #367C2B;
}
a:visited {
	color: #3E1E00;
}
a:hover {
	color: #90B280;
}
a:active {
	color: #367C2B;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 5px;
	line-height: 150%;
}
h1 {
	font-size: 36px;
	color: #367C2B;
}
h2 {
	font-size: 24px;
	color: #367C2B;
	font-style: italic;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}

.section {
	border: 1px solid #E5E5E5;
	margin-bottom: 10px;
	padding: 10px 10px 10px 10px;
	background-color: #fff;
}
#section {
	border: 1px solid #E5E5E5;
	margin-bottom: 10px;
	padding: 10px 10px 10px 10px;
	background-color: #fff;
	clear: both;
}
#section img {
	background-color: #F1F1F1;
	border: solid #E5E5E5 1px;
	padding: 5px;
	margin-right: 5px;
}
span.alert,
span.info,
span.download,
span.note {
	display: block;
	padding: 10px 10px 10px 50px;
	margin: 15px 0;	
}

span.alert {
	color: #c00;
	border-top: 3px solid #fe7b7a;
	border-bottom: 3px solid #fe7b7a;
	background: #ffcccc url(images/status-alert.png) 10px 50% no-repeat;
}

span.info {
	color: #0055BB;
	border-top: 3px solid #629de3;
	border-bottom: 3px solid #629de3;
	background: #CDDFF6 url(images/status-info.png) 10px 50% no-repeat;
}

span.note {
	color: #B79000;
	border-top: 3px solid #fde179;
	border-bottom: 3px solid #fde179;
	background: #fff5cc url(images/status-note.png) 10px 50% no-repeat;
}

span.download {
	color: #57861A;
	border-top: 3px solid #c2df88;
	border-bottom: 3px solid #c2df88;
	background: #e8f4d2 url(images/status-download.png) 10px 50% no-repeat;
}