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

html,body{
	font-family:"Lucida Grande", Myriad, Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	line-height: 20px;
	color: #2B1809;
}

a {
	color: #006699;
	text-decoration: none;
	border-bottom-color: #006699;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

a:hover {
	color: #5B3E1C;
	text-decoration: none;
	background-color: #D0E4FF;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #006699;
	margin: 0 0 0 0;
}

h2 {
	font-size: 15px;
	color: #5B3E1C;
	margin: 0 0 0 0;

}
h3 {
	font-size: 14px;
	margin: 0 0 0 0;
}
h4 {
	font-size: 12px;
	margin: 0 0 0 0;
}

.section {
	border: 1px solid #E5E5E5;
	margin-bottom: 20px;
	padding: 10px 10px 10px 10px;
	background-color: #fff;
}

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;
}
