﻿/* Style Sheet used for print formatting */
/* this was originally used for printing style but used for styling on pop ups  */
body 
{
	font-family:  Arial, "Times New Roman", serif;
	font-size: 10pt;
	color: black;
	background-color: white;
}


/* p#paracenter*/
 p 
{
text-align: center;
/*color: black;
font-family: arial*/
}

/*with a # infront it will make the control with the ID="green" be green */
#green {color: green} 




a {
	text-decoration: none;
	color: black;
}


/* font-sizing */

h1 { font-size: 18pt; }
h2 { font-size: 16pt; }
h3 { font-size: 14pt; }
h4 { font-size: 12pt; }
h5, h6 { font-size: 10pt; }




/* content area */
#content p
, #content ul
, #content ol
, #content table td
, #content table th
, #content span
, #content label {
	font-size: 10px;
	line-height: 10px;
}
/* END FONT SIZING */


#header h1 {
	width: auto !important;
	height: auto !important;
	text-indent: 0 !important;
	background: none !important;
	float: none !important;
	margin: auto !important;
}

#content {
	margin: auto !important;
	width: auto !important;
	float: none !important;
}

#content_wrap {
	width: auto !important;
}







