/* 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: #000000;
}

/* For Dictionary */
FONT.X2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 25.0pt;
  color: #000000;
}

/* 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: #000000;
  text-decoration: none;
}

A.M:LINK {
  color: #000000;
  text-decoration: none;
}

A.M:HOVER {
  text-decoration: underline;
}

A:VISITED {
  color: #CC0000;
  text-decoration: none;
}

A:LINK {
  color: #CC0000;
  text-decoration: none;
}

A:HOVER {
  text-decoration: underline;
}

BODY {
  background-color: #FFFFFF;
}

#MyCompany {
display:none;
}


#MyCompany {
 display:none;
}

// BEGIN RSS STYLE SHEET INFO
	.xmlMainDiv
	{
	}

	.xmlFeedDiv
	{
		width: 80%;
		text-align: center;
		margin-bottom: 6px;
	}

	.xmlItemsDiv
	{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		padding: 5px;
		border: 1px solid;
	}

	.xmlItemDiv
	{
		text-align:left;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 12px;
		padding: 5px 10px 5px 10px;
		border: 1px solid;
	}

	.xmlCopyDiv
	{
		width: 80%;
		text-align: center;
		margin-bottom: 6px;
	}
	// END RSS STYLE SHEET INFO
