A.TOOLBAR:link { 
	text-decoration: none;
	color: blue;
}

A.TOOLBAR:visited {
	text-decoration: none;
	color: blue;
}

A.TOOLBAR:active {
	text-decoration: none;
	color: blue;
}                              

.Caption {
	font-weight: bold;
}

.Byline {
	font-style: italic;
}

.Signature {
	font-style: italic;
}

.Excerpt {
	background: teal;
	color: white;
}

.Note {
	font-style: italic;
	color: blue;
}

TH {
	color: white;
	background: #666699;
}

.MenuTable {
	background: #EFEFEF;
}

.MenuHeader {
	background: #666699;
}

.MenuSpacer {
	background: #FFFFFF;
}

A.MenuItem:link { 
	text-decoration: none;
}

A.MenuItem:visited {
	text-decoration: none;
}

A.MenuItem:active {
	text-decoration: none;
}                              

.Footer {
	position: fixed; 
	bottom: 0px; 
	right: 0px; 
	left: 0px; 
	background: #CCCCCC;
	padding: 10px;
	z-index: 1;
}
