/* 
	Print Styles
*/

html {
	height: auto;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* font-size 1em = 10px */
	color: #333;
	background: #fff;
	margin: 0; padding: 0;
}

a {
	color: #497d32;
	text-decoration: none;
	font-weight: 700;
}

a:hover {
	text-decoration: underline;
}

a.more {
	color: #5a5d50;
	background: url(../images/btn-arrow.png) no-repeat;
	padding: 0 0 5px 20px;
	margin-top: 5px;
	height: 16px;
}

abbr {
	display: inline;
	color: #497d32;
	cursor: help;
}

.alignleft {
	float: left;
	margin: 5px 20px 5px 0;
}

.alignright {
	float: right;
	margin: 5px 0 5px 20px;
}

hr {
	border: 0;
	border-top: 1px solid #ccc;
	height: 5px;
	display: block;
	clear: both;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.4em;
}

#container {
	width: 780px;
}

#main { background: #fff; padding: 0; margin: 0; }

/* Display none */
#meta-nav, header, #masthead, #logo-pes, #logo-ieee, #info-bar, #right-column, footer, #footer-area-1, #footer-area-2, #footer-area-3, #footer-area-4, #footer-nav, .menu-footer-container {
	display: none;
}

tr, td, th {page-break-inside:avoid}
thead {display:table-header-group}
.NoPrint {visibility:hidden; display:none}
a {color:#000000}