/* The following section of font information is NOT editable by the client via Diamond Cutter */

/* For Seeding */
FONT.X1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 7.0pt;
  color: #FFFFFF;
}

/* The following section of font information is NOT editable by the client via Diamond Cutter */

/* For Dictionary */
FONT.X2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 25.0pt;
  color: #FFFFFF;
}

/* The following are global conditions for all pages, and are NOT editiable by the client via Diamond Cutter, for this version. */

A.M:VISITED {
  color: #ffec05;
  text-decoration: none;
}

A.M:LINK {
  color: #ffec05;
  text-decoration: none;
}

A.M:HOVER {
  text-decoration: underline;
}

A:VISITED {
  color: #ffec05;
  text-decoration: none;
}

A:LINK {
  color: #ffec05;
  text-decoration: none;
}

A:HOVER {
  text-decoration: underline;
}

BODY {
  background-color: #000099;
} 
.content {
	padding-right: 25px;
	padding-left: 25px;
}

/* expertGallery CSS */
 .background{
	display: block;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 400%;
	background-color:#ffffff;
	background-repeat:repeat;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=70);
}
.foreground {
	display: block;
	position: absolute;
	top: 10%;
	left: 30%;
	text-align:center;
	z-index:1002;
	overflow:hidden;
}
/* END expertGallery CSS */