/* CSS Print Document */

body {
	color: #000;
	font-family: "Times New Roman", Times, serif;
	background: none;
	font-size: 12px;
	}

td {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

th {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
} 

#menu {
	background-color: #A4BBE4;
	width: 100%;
	height: auto;
	text-align: center;
	}
#printbutton {
	background-color: #A4BBE4;
	text-align: center;
	}

#content {
	width: auto !important;
	margin: 0 5%;
	padding: 0;
	border: 0;
}

h1 {
	position: relative;
	text-align: center;
	font: large "Arial Black", Arial, "Helvetica Neue Bold Condensed", "Helvetica Neue", Helvetica, sans-serif;
}

h2 {
	position: relative;
	font: bold medium "Trebuchet MS", Verdana, Arial, sans-serif;
}

h3 {
	position: relative;
	font: italic medium "Trebuchet MS", Verdana, Arial, sans-serif;
}

a:link {  
color: #000000; 
text-decoration: none
}

a:visited {  
color: #000000; 
text-decoration: none
}

ul {
list-style-position: outside;
}


#crumbs {
display: none
}

.formbox {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	}

.formboxc {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	}

