/* 
BODY		overall body style declarations
.printBody	body declarations for print friendly pages
TD,P,.std	the standard style for this site
.subhead	the style for a subheader
.subheadStr	a strong subhead
.tableHead	the "inverse" header for a table
.tableHeadP	the table header for a print page
.formLbl	the label or name for a form
.formField	font for form inputs
*/

BODY		{	margin: 0px;
				background-image:url(images/stripes.jpg);
				/*background-repeat: repeat-y;*/
				bgcolor:#336666}		
.printBody	{	margin: 0px;	
				background-image: none;	}
.std		{	font-size: 6px;
				font-family: Times New Roman, Times, serif;	
				color: #FFFFFF;	}
.smallTxt	{	font-size:	6px;
				font-family: Times New Roman, Times, serif;
				color: GRAY;	}			
.subhead	{	font-family: Arial, Helvetica, sans-serif;
				font-weight: bold;
				color: #006666;	}
.subheadStr	{	font-family: Arial, Helvetica, sans-serif;
				font-weight: bold;
				color: #000033;	}
.tableHead	{	font-size: 14px;
				font-family: Arial, Helvetica, sans-serif;
				font-weight: bold;
				color: #ffffff;	}
.tableHeadP	{	font-size: 14px;
				font-family: Arial, Helvetica, sans-serif;
				font-weight: bold;
				color: #333333;	}
.formLbl	{	font-size: 12px;
				font-family: Arial, Helvetica, sans-serif;
				font-weight: bold;
				color: #669999;	}
.formField	{	font-size: 9px;
				font-family: Arial, Helvetica, sans-serif;	
				color: #000000;	}
