.txt {
	font-size: 11px
}

.bodyTitle {
	color: Navy;
	font-weight: bold;
	font-size: 12px;
}

.bodyBdr {
	border-bottom : 1px solid Black;
	border-left : 1px solid Black;
	border-right : 1px solid Black;
	background-color: #E1F2FD;
}

.indent {
	padding-left: 8px;
	padding-right: 8px;
}
.stats {
	color : White;
	font-size :11px;
}
.menuHeader {
	color: Black;
	font-size: 11px;
}
.menuBg {
	background-color : #E4E8F6;
}
A.menu, A.menu:LINK, A.menu:VISITED   {
	color : #483D8B;
	text-decoration : none;
	font-size : 12px;
}

A.menu:ACTIVE, A.menu:HOVER, A.menu:FOCUS {
	color : Black;
	text-decoration : underline;
	font-size :12px;
}

A.headerMenu, A.headerMenu:LINK, A.headerMenu:VISITED   {
	color : Black;
	text-decoration : none;
	font-size : 11px;
	font-weight: bold;
}

A.headerMenu:ACTIVE, A.headerMenu:HOVER, A.headerMenu:FOCUS {
	color : #1E90FF;
	text-decoration : none;
	font-size : 11px;
	font-weight: bold;
}
A.footer, A.footer:LINK, A.footer:VISITED   {
	color : Black;
	text-decoration : none;
	font-size : 11px;
}

A.footer:ACTIVE, A.footer:HOVER, A.footer:FOCUS {
	color : #E0FFFF;
	text-decoration : none;
	font-size : 11px;
}
A.link, A.link:LINK, A.link:VISITED   {
	color : #0033CC;
	text-decoration : none;
	font-size : 12px;
	font-weight: bold;
}

A.link:ACTIVE, A.link:HOVER, A.link:FOCUS {
	color : #990000;
	text-decoration : none;
	font-size : 12px;
	font-weight: bold;
}


TD.complete {
	border-top : 2px double #F4A460;
}

TD.completeTd {
	border-left : 2px double #F4A460;
}

TD.glossTitle {
	border-bottom : 4px double Maroon;
	border-left : 2px double Maroon;
	padding-left: 5px;
}

TD.glossText {
	padding-left: 20px;
}
