/* ***********************************************************************
** BODY (background plus "easel" in foreground)
*********************************************************************** */
body {
}
.Easel {
}


/* ***********************************************************************
** CORNER (logo in upper left hand corner; present only in "checkerboard" layout)
*********************************************************************** */
.Corner {
}
.CornerMargins {
}


/* ***********************************************************************
** HEADER
*********************************************************************** */
.HeaderRow {
}
.HeaderMargins {
}
.Header {
	font-family:	Arial,Helvetica;
}
.Header h1 {
}
.Header .standout {
	font-weight:	bold;
}


/* ***********************************************************************
** NAVIGATION AREA
** Two variations, depending on layout:
**   1. Vertical. Menu column on left hand side of screen.
**   2. Horizontal.  Narrow strip at top of the screen.
*********************************************************************** */
.NavRow {
}
.NavMarginsVert {
}
.NavMarginsHoriz {
}
.Nav {
}
.Nav hr {
}
.Nav a, .Nav a:visited {
	font-family: 	Arial,Helvetica;
	font-size:		11px;
	font-weight:	bold;
	line-height:	20px;
	text-decoration: none;
}
.Nav a:hover {
}	
.Nav a.NavHoriz, .Nav a.ANavHoriz:visited {
	font-family: 	Arial,Helvetica;
	font-size:		11px;
	text-decoration: none;
}
.Nav a.ANavHoriz:hover {
}


/* ***********************************************************************
** MAIN
*********************************************************************** */
.MainRow {
}
.MainMargins {
}
.Main, .Main td {
	font-family:	Arial,Helvetica;
	font-size:		12px;
	line-height:	18px;
}
.Main h1, dt {
	font-family: 	Arial,Helvetica;
	font-size:		large;
	font-weight:	bold;
}
.Main .edit {
}
.Main a, .Main a:visited {
}
.Main a:hover {
}


/* ***********************************************************************
** FOOTER
*********************************************************************** */
.FooterRow {
}
.FooterMargins {
}
.Footer {
	font-family:	Times New Roman, Times Roman;
	font-size:		11px;
	font-style:		italic;
}
.Footer a, .Footer.a:visited {
	text-decoration: none;
}
.Footer a:hover {
}

