/**********************
*** Print Styles ***
**********************/

.hidden, #header a, #navigation, #imgBar, #search, #footer ul, a#register {
	display:none;
}

body {
	font-size:90%;
}

h1,h2,h3,h4,h5,h6, p, th ,td {
	font-family:'trebuchet ms', sans-serif;
}

h1 {
	color:#000099;
	font-size:24pt;
	line-height:22pt
}

h2 { 
	color:#000;
	font-size:18pt;
	padding-bottom:0pt;
	margin:30pt 0 0 0
}

#footer {
	border-top:1px solid #ccc;
	margin-top:30pt;
	padding-top:5pt;
	font-size:10pt
}



#footer p {
	margin:0;
}

/* Forms */
th {
	text-align:left
}

.inputMedium {
	width:400px;
}