/* printer styles template by OpenWeb http://www.openwebsoft.com */
/*hide the left column when printing*/ 

* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: White;
	color: Black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
}

img {
	border: 0px;
}

a:link, a:visited, a:hover, a:active, a:focus {
	color: Blue;
	font-size: inherit;
	font-family: inherit;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	background-color: transparent;
}

/*hide the left and the right column when printing*/
#leftcol {
	display:none;
	visibility: hidden;
}

#rightcol {
	display:none;
	visibility: hidden;
}

#twocols, #maincol {
	width:100%;
	float:none;
}
