BODY { background: #99CCFF; }

BODY, TD, .NormalText { font-weight: normal; font-style: normal; text-decoration: none; color: #000000; font-family: Times New Roman, Arial, Helvetica, serif; font-size: 16px; }

.Header		{ font-size: 32px; font-weight: bold; color: #A52A2A; text-transform: uppercase; }
.Subheader	{ font-size: 18px; font-weight: bold; }

.Red		{ color: #A52A2A; }
.Purple		{ color: #000099; }
.Black		{ color: #000000; }
.White		{ color: #FFFFFF; }

.SmallText	{ font-size: 13px; }
.MediumText	{ font-size: 18px; }
.LargeText	{ font-size: 24px; }

a:link		{color:blue;text-decoration:underline}
a:visited	{color:blue;text-decoration:underline}
a:hover		{color:crimson}

a.ind:link	{color:black;text-decoration:none; font-size: 14px; font-weight: bold;}
a.ind:visited {color:black;text-decoration:none; font-size: 14px; font-weight: bold;}
a.ind:hover	{color:crimson;background-color:#ffeeff; font-size: 14px; font-weight: bold;}

a.mem:link		{color:blue;text-decoration:none}
a.mem:visited	{color:blue;text-decoration:none}
a.mem:hover		{color:crimson}
a.mem:hover img {font-weight:bold; border:1px solid red;}


a.mem3:link		{color:black;text-decoration:underline}
a.mem3:visited	{color:black;text-decoration:underline}
a.mem3:hover	{color:crimson;text-decoration:underline}

a.mem2:hover{
        font-weight:bold;
}
a.mem2:link img,
a.mem2:visited img{
        border:1px solid blue;
}
a.mem2:focus img,
a.mem2:hover img {
        border:1px solid yellow;
}


TABLE.Content { width: 850px; }
TABLE.Content TD { text-align: left; }

TD.LightPinkBG	 { background: #FFF0F5; }
TD.LightPurpleBG { background: #E6E6FA; }	