/* 
	css   hompage print
 */
* {
 	font-family: arial,sans-serif;
	padding: 0;
	margin: 0;
}

p {
	color: black;
	font-family: 'Arial';
	font-size: 100%;
	line-height: 20px;
	margin-bottom: 15px;
	-webkit-font-smoothing: antialiased;
}

#about a {
	color: black;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px solid rgb(15, 58, 45);
}


#logo {
	display: none;
}

#about {
	width: 550px;
	padding: 50px 0 0 30px;
	margin: 0 auto 0 50px !important;
}

h1 {
 	font-family: arial,sans-serif;
	font-weight: 300;
	margin-bottom: 20px;
	line-height: 130%;
	color: black;
	text-shadow: none;
}

ul#connect{
 display:none;
}

#connect li{
	display:inline;
	list-style-type:none;
}

#connect a{
	text-decoration: none;
	padding:3px 5px;
	border-style: none;
}

#connect a:link, #navlist a:visited{
	text-decoration: none;
	opacity:0.2;
	border-style: none;
}

#connect a:hover{
	text-decoration: none;
	border-style: none;
}

#connect img {
	border:none;
}

span{
	color: block;
}

#bckgrd {
 display:none;
}

.CopyInfoMediaPrint {
	font-size:10px;
	text-align:center;	
}

.CopyInfoMediaScreen {
	display: none;
}
