@charset "utf-8";
/*PRINT.CSS/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/

PRINT___________________________________________________________________________________________ { }
/*////////////////////////////////////////////////////////////////////////////////////////////////*/

body {
	background: none;
	background-color: white;
	color: black;
	font: 10pt/16pt Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 { font-size: 200%; }
h2 { font-size: 175%; }
h3 { font-size: 150%; }
h4 { font-size: 125%; }
h5 { font-size: 100%; }
h6 { font-size: 90%; }
table {
	width: 100%;
	text-align: left;
	border: 1pt solid gray;
	border-collapse: collapse;
	border-spacing: 0;
}
table th, table td { border: 1pt solid gray; }
a:link, a:visited, a:active, a:hover, a:focus {
	background: transparent;
	color: black;
	font-weight: bold;
	text-decoration: underline;
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
/*HEADER*/
#header { border-bottom: 1pt solid gray; }
#header .logo {
	font: bold 20pt Arial, Helvetica, sans-serif;
	border-style: none;
	margin: 0 0 15pt;
	padding: 0;
}
#header .logo a {
	display: block;
	text-decoration: none;
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
/*CONTENT*/
#content { }
.home #content #section-2 {
	border-top: 1pt solid gray;
}
.home #content #section-2 .article {
	float: left;
	width: 45%;
	padding-right: 5%;
}
.home #content #section-2 .article img { display: block; }
.home #content #section-3 {
	clear: both;
	border-top: 1pt solid gray;
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
/*FOOTER*/
#footer { }
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
/*DISPLAY NONE*/
#header ul, #sidebar, #footer ul, form { display: none; }
/*DISPLAY BLOCK*/
