font.contenttext {
	font-family: arial;
	color: #000000;
	text-decoration: none;
	font-size: 10pt;
}

font.smallcontenttext {
	font-family: arial;
	color: #000000;
	text-decoration: none;
	font-size: 8pt;
}

font.xsmallcontenttext {
	font-family: arial;
	color: #000000;
	text-decoration: none;
	font-size: 7pt;
}


font.whitetext {
	color: #ffffff;
}

font.graytext {
	color: #888888;
}

font.yellowtext {
	color: #ffcf3f;
}



font.headingtext {
	font-family: arial;
	color: #000000;
	text-decoration: none;
	font-size: 15pt;
	font-weight: bold;
}

font.headingtext2 {
	font-family: arial;
	color: #333333;
	text-decoration: none;
	font-size: 12pt;
	font-weight: bold;
}

font.pageheading {
	font-family: arial;
	color: #000000;
	text-decoration: none;
	font-size: 12pt;
	font-weight: bold;
}

font.boxheaders {
	font-family: arial;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 11pt;
}






a.normallink {
	font-family: arial;
	color: #000000;
	text-decoration: underline;
	font-size: 9pt;
}
a.normallink:hover {
	color: #ff0000;
	text-decoration: underline;
}


a.normalwhitelink {
	font-family: arial;
	color: #ffffff;
	text-decoration: underline;
	font-size: 9pt;
}
a.normalwhitelink:hover {
	color: #ff0000;
	text-decoration: underline;
}


a.smalllink {
	font-family: arial;
	color: #000000;
	text-decoration: underline;
	font-size: 7pt;
}
a.smalllink:hover {
	color: #ff0000;
	text-decoration: underline;
}
font.menu_parent
{
	font-family: arial;
	font-size: 11pt;
	text-decoration: none;
	color:   #000000;
	width: 100%;
	height: 100%;
}
a.menu_parent
{
	font-family: arial;
	font-size: 11pt;
	text-decoration: none;
	color:   #000000;
	width: 100%;
	height: 100%;
}
a.menu_parent:hover
{
	color:   #ff0000;
}

a.menu_child
{
  font-family: arial;
  font-size: 10pt;

  display: block;
  width:   100px;
  border:  1px solid black;
  padding: 2px 5px;
  text-decoration: none;
  color:   #000000;
  width: 125px;

  background: #ffefaf;
}
a.menu_child:hover
{
  color:   #ff0000;
}












