
/* This file hides elements not necessary for printing and sets printer friendly colors */

.header, .header2, .subNav, .footer, .footer_home {
	display: none;
}

/* Text - default */
body, td, p, li, input, select, textarea {
	font: normal normal 11px Tahoma, Arial, Sans-Serif;
	text-decoration: none;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 {
	font: normal normal 20px Tahoma, Arial, Sans-Serif;
	background: none;
	font-weight: normal;
	padding-left: 0;
}

h2 {
	font: normal bold 18px Tahoma, Arial, Sans-Serif;
}

h3 {
	font: normal bold 16px Tahoma, Arial, Sans-Serif;
}

h4 {
	font: normal normal 14px Tahoma, Arial, Sans-Serif;
	border-bottom: solid 1px #000;
}	

h5 {
	font: normal bold 12px Tahoma, Arial, Sans-Serif;
}

h6 {
	font: normal bold 10px Tahoma, Arial, Sans-Serif;
	text-transform: uppercase;
}

/* Links - default */
a {
	font-weight: bold;
	text-decoration: none;
}	

/* Forms */
form { margin: 0px; padding: 0px; }

fieldset {
  background-color: #e6e4e5;
  margin-bottom: 10px;
}
legend {
  color: #000000;
  font-weight: bold;
}
label {
  float: left;
  width: 180px;
  text-align: right;
  padding-right: 12px;
}
