/*
###########################################
## Print Layout
###########################################
*/

/*
------------------------------------------
Layout
------------------------------------------
*/

body{
    background: white;
    font-size: 11pt;
    font-family: Arial, Helvetica, Sans-Serif;
    color: #000;
}

#wrapper{
    width: auto;
    margin: 0 5%;
    padding: 0;
    border: 0;
    float: none !important;
    color: #000;
    background: transparent none;
}


/*
------------------------------------------
Fonts
------------------------------------------
*/

h1, h2, h3, h4, h5, h6{
    padding-top: 2pt;
    padding-bottom: 2pt;
}

h1{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 14pt;
    font-weight: bold;
}

h2{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12pt;
    font-weight: bold;
}

h3{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11pt;
    font-weight: bold;
}


#content p, #content a, #content ul li{
    font-size: 10pt;
    line-height: 11pt;
	font-family: Arial, Helvetica, Sans-Serif;
}

textarea, input[type=text]{
    border: none;
    border-bottom: 2px #000 dashed;
}


/*
------------------------------------------
 hide Elements
------------------------------------------
*/

#headerTop,
#headerBottom,
#navigation,
#left,
#sidebar,
#footerRight,
#containerTop,
#headerImg

{
	display: none;
}


a.accesskeylink{
	position: relative;;
	left: 0px;
	top: 0px;
	width:0;
	height:0;
	overflow:hidden;
	display: none;
	
}

#logo{
	margin-bottom: 10px;
}

#logo a img{
	border: none;
}

#breadcrumb{
	padding-bottom: 5px;
	margin-top: 10px;
	border-bottom: 1px solid #000;
}

#breadcrumb a, #breadcrumb a:visited{
	text-decoration: none;
	color: #000;
}

#footer{
	border-top: 1px solid #000;
}

#footer p{
	font-size: 9pt;
	font-family: Arial, Helvetica, Sans-Serif;
}

table{
	border-collapse: collapse;
	margin-bottom: 10px;
}

table td{
	border: 1px solid #000;
	padding: 5px;
}

