/* All elements should use this font family */
SPAN, H1, H2, H3, H4, H5, H6, P, LI, UL, OL, DIR, MENU, DIV, TH, TD, CAPTION,
  DT, DD, ADDRESS, BLOCKQUOTE {font-family: Verdana, Arial, sans-serif; }
 
SPAN, P, LI, UL, OL, DIR, MENU, DIV, TH, TD, CAPTION,
  DT, DD, ADDRESS, BLOCKQUOTE {font-size: 10pt;
  }
 
DIV .half { width:500; }
H1 {
		font-size: 14pt;
		font-weight: bold;
		font-style: italic;
		color: #009999;
		text-align: center;
}
H2 {
		font-weight: bold;
		font-size: 12pt;
		color: #990033;
		padding:0;
		margin:15 0 0 0;
}
H2.sectionHead {
background-color:silver; border: solid thin blue; padding:10
}

H3 { margin-bottom: 0; 
}
H4	{ 	
		font-size: 10pt; }

P { margin-top: 5; 
	margin-bottom: 5; 
}
.brown { font-weight: bold; color: brown; font-size: 12pt; }
.half { width:4in; }
/* TBD information */
.x	{
		color: red;
		font-weight: bolder;
		font-family: monospace;
	}
hr {
		line-height: 120%; 		
	}
.cancel
{
text-decoration:line-through;
}

caption { font-weight: bold; background-color: silver;}

body {
	background-color: #BDDEE2;
	background-image: url(images/bckgrnd.gif);
	background-repeat: repeat-y;
}

.w500 { width:500; }
.w600 { width:600; }
.w700 { width:700; }

.pink
{
	font: 30pt "comic sans ms";
	color: #ff69b4;
}

.alert {
	color:red;
	font-style:italic;
}
.footnote { font-size:0.7em }

TD.footer {
border: solid 2px brown;
padding-bottom:0;
padding-left:10;
padding-right:10;
background-color: #cccc00;
}

UL { margin:0; padding:0; }
LI.footer {
	list-style:none;
	display:inline;
	margin-right:10px;
	padding-right:10px;
	font-size:11px;
}
LI.footer a {
	text-decoration: none;
	color:#800000;
}

.footer {
	font-size:10px;
}
