/* MainLink */
.MainLink A:link{ color: white; text-decoration: none; }
.MainLink A:visited{ color: white; text-decoration: none; }
.MainLink A:hover{ color: white; text-decoration: underline; }
.MainLink
{
  color: white;
  font: normal 12px/18px "Times New Roman", Times, serif;
  letter-spacing: .15em;
  word-spacing: .15em;
}

/* Background */
.MainBG
{
  background-color: white;
  background-image: url('images/bg.gif');
  background-repeat: no-repeat;
  background-position: bottom center;
}


/* BottomText */
.BottomText A:link{ color: lightgray; font-size: x-small; }
.BottomText A:visited{ color: lightgray; font-size: x-small; }
.BottomText
{
  color: lightgray;
  font-size: x-small;
}


/* ManageUsersText */
.ManageUsersText A:link{ color: white; }
.ManageUsersText A:visited{ color: white; }
.ManageUsersText
{
  color: white;
}

.admintop A:link{ color: black; }
.admintop A:visited{ color: black; }
.admintop
{
  color: black;
}


/* LoginHeader */
.LoginHeader A:link{ color: white; }
.LoginHeader A:visited{ color: white; }
.LoginHeader
{
  color: white;
}


/* ContactText */
.ContactText A:link{ color: white; }
.ContactText A:visited{ color: white; }
.ContactText
{
font: bold normal 14px Arial, Helvetica, sans-serif;
	color: white;
}

/* ContactText */
.CenterText A:link{ color: white; }
.CenterText A:visited{ color: white; }
.CenterText
{
font: bold normal 14px Arial, Helvetica, sans-serif;
	color: white;
	text-align: center;
}

/* GalleryHeader */
.GalleryHeader A:link{ color: white; }
.GalleryHeader A:visited{ color: white; }
.GalleryHeader
{
  color: white;
  font-style: italic;
}


/* GalleryText */
.GalleryText A:link{ color: white; }
.GalleryText A:visited{ color: white; }
.GalleryText
{
  color: white;
  font-weight: bold;
}
