
/* global */
/* html,body {margin: 0; height: 100%; width: 100%} */

A:active
{
	color: darkgoldenrod;
	text-decoration: underline;
}
a:link
{
	color: blue;
	text-decoration: underline;
}
a:visited
{
	color: darkcyan;
	text-decoration: underline;
}

a:hover
{
	color: maroon;
	background-color: #ffffb0;
	text-decoration: none;
}
.loginBanner-bold
{
	font-weight: bold;
	font-size: x-small;
	color: darkblue;
	font-family: verdanna;
	font-style: italic;
}
.loginBanner
{
	font-size: x-small;
	color: darkblue;
	font-family: verdanna;
}
.banner
{
	font-weight: bold;
	font-size: large;
	color: darkblue;
	font-family: Arial;
}
.banner2
{
	font-weight: bold;
	font-size: medium;
	color: teal;
	font-family: Arial;
}
.banner3
{
	font-weight: bold;
	font-size: medium;
	color: maroon;
	font-family: Arial;
}
.Bullet
{
	list-style-image: url(./images/red-bullet.gif);
}
.Detail
{
	font-weight: bold;
	font-size: x-small;
	color: navy;
	font-family: Verdana;
}
.Detail2
{
	font-size: x-small;
	color: navy;
	font-family: Verdana;
}
.Date
{
	font-size: xx-small;
	color: teal;
	font-family: Verdana;
}
.HI
{
	left: 25px;
	text-indent: -20px;
	position: relative;
}
.MemBanner
{
	font-size: 80%;
	font-weight: bold;
	color: darkcyan;
	font-style: italic;
	font-family: Arial;
}

.Name
{
	font-weight: bold;
	font-size: 100%;
	color: maroon;
	font-family: Verdana;
}
.Name2
{
	font-weight: bold;
	font-size: x-small;
	color: maroon;
	font-family: Verdana;
}
.NavLink
{
	font-size: xx-small;
	color: maroon;
	font-family: Verdana;
}
.Numberlist
{
	list-style-image: url(none);
	list-style-position: outside;
	font-family: Verdana;
	list-style-type: decimal;
	font-size: x-small;
}
.ParaText
{
	font-size: x-small;
	color: black;
	text-indent: 10pt;
	font-family: Verdana;
}
.RptBanner
{
	font-weight: bold;
	font-size: x-small;
	color: black;
	font-family: Verdana;
}
.RptHighlights
{
	font-size: x-small;
	color: black;
	font-style: italic;
	font-family: Verdana;
}
.RptGenNo
{
	font-weight: bold;
	font-size: 90%;
	color: crimson;
	font-family: Arial;
}
.Text
{
	font-size: x-small;
	color: black;
	font-family: Verdana;
}


