/* 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: #996633;
  text-decoration: none;
}

A.M:LINK {
  color: #996633;
  text-decoration: none;
}

A.M:HOVER {
  text-decoration: underline;
}

A:VISITED {
  color: #996633;
  text-decoration: none;
}

A:LINK {
  color: #996633;
  text-decoration: none;
}

A:HOVER {
  text-decoration: underline;
}

BODY {
  background-color: #000000;
  color: #FFFFFF;
} 
.content {
	padding-right: 25px;
	padding-left: 25px;
}



	// BEGIN RSS STYLE SHEET INFO
	.rssMainDiv
	{
	}

	.rssChannelDiv
	{
		width: 80%;
		text-align: center;
		margin-bottom: 6px;
	}

	.rssItemsDiv
	{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		padding: 5px;
		border: 1px solid;
	}

	.rssItemDiv
	{
		width: 100%;
		text-align:left;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 12px;
		padding: 5px 10px 5px 10px;
		border: 1px solid #ffffff;
	}

	.rssCopyDiv
	{
		width: 80%;
		text-align: center;
		margin-bottom: 6px;
	}
	// END RSS STYLE SHEET INFO