/* print.css */
body {
 	background: white;
	
	font-family: "Trebuchet MS", Arial, Verdana;
 	font-size: 10pt;
 	color: #666666;
}

a {
	color: black;
	text-decoration: none;
}
.no-print {
	display: none;
}
#top,
#sidemenu,
#himage,
#sidebar,
#footer,
#spacer,
#languages,
#mainmenu,
#header .en {
	display: none;
}

#header {
	clear: both;
	height: 100px;
}
#logo {
	display: block;	
	overflow: hidden;
	
	position: absolute;
	right: 0;
	top: 0;
	
	background: none;
}
#logo a,
#logo br {
	display: none;
}

/* content */
#content h1 {
	margin: 0 0 15px 0;
	
	font-size: 16pt;
	color: #64A38E;
	font-weight: bold;
}

#content h2 {
	margin: 0 0 15px 0;
	
	font-size: 14t;
	color: #666666;
	font-weight: bold;
}

#content h3 {
	font-size: 12pt;
	font-weight: bold;
	color: #666666;
}

#content .content {
	margin-bottom: 20px;
}

/* table */
#content table {
	margin-bottom: 10px;
}
#content table p {
	margin: 0;
}
#content table td {
	border-bottom: 1px solid #e9eae6;
}
#content table th,
#content table td {
	padding: 5px 5px;
}
#content table th {
	font-weight: bold;
}
#content table .odd {
	background-color: #cfcfcf;
}
#content table .even {
	background-color: #dbdcda;
}
