
body { background-color: #003366; color: silver;} /* Page defaults */
body { padding: 4px; line-height: 1.33; }

p { margin: 1.33em 0; }

h1 { font-size: 1.3em; }
h2 { font-size: 1.1em; font-style: italic; }
h3 { font-size: 1.1em; }
h4 { font-size: 1.0em; font-style: italic; }

h1, h2, h3, h4, b, strong
{
font-weight: bolder;
}

pre
{ 
font-family: Verdana, Helvetica, sans-serif;
font-size: 1em;
}

h1
{
text-align: center;
}

h3, h4
{
margin: 0;
padding: 0;
}

p
{
text-align: left;
}
 
body, head
{
font-family: Verdana, Helvetica, sans-serif;
margin: 0cm 2cm 0cm 2cm;
} 

/*
html
{
background-image:url(HoneycombCell.gif);
background-repeat:repeat;
}
*/

hr
{
height: 3px;
color: #330000;
}

.strikeThru
{
text-decoration: line-through;
}

.lnkMO:hover
{
color: #0000FF;
background: #003366;
}

.standout
{
font-style: italic;
font-weight: bold;
}

.attnStop, .attnStopSmall
{
color: red;
}

.attnGo, .attnGoSmall
{
color: green;
}

.attnStopSmall, .attnGoSmall
{
font-size: .7em
}

table.tblClean
{
border-color: #600;
border-width: 1px 1px 1px 1px;
border-style: solid;
}
table.tblClean {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
}
table.tblClean th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid;
	border-color: black;
}
table.tblClean td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid;
	border-color: black;
}

/* MENU STUFF */

.btntbl
{
border-spacing: 0px;
float: left;
border-collapse:collapse;
}

/* Menu table cell formats */
.tdhdr, .tdhdrdis
{
border-color: #600;
border-width: 1px 1px 1px 1px; /* Top Right Bottom Left*/
border-style: solid;
margin: 0;
padding: 4px;
background-color: #336699;
}


/*
#336699; Slate
#003366; Dark Slate
#99CCFF; Light Blue
#3399FF; Lighter Slate
*/

.tdhdr:hover, .tdhdr a:hover
{
color: #0000FF;
background: #99CCFF;
}

.tdhdrdis
{
color: black; /* Disabled-looking */
background: #3399FF;
}

/* Remove the underline from menu button links */
.tdhdr a:link, .tdhdr a:visited, .tdhdr a:hover, .tdhdr a:active
{
text-decoration: none;
color: black;
} 

.foot
{
text-align: center;
font-size: .8em
}

/* Print-specific Settings */
@media print {

	body {
		background: white;
		font-size: 10pt;
		}

	HEAD, BODY			{ margin: 0cm .25cm 0cm 1.5cm } /* Top, Right, Bottom, Left */
	HEAD, BODY			{ background-color: white }

	H1, H2, H3,
	H4, H5, H6    	{ page-break-after: avoid; page-break-inside: avoid }
	BLOCKQUOTE, 
	PRE           	{ page-break-inside: avoid }
	UL, OL, DL    	{ page-break-before: avoid }

	div.hdrDiv, table.btntbl, div.foot
	{
	display: none; /* Don't print the Menu or Footer */
	}

}

