BODY {
  /*background-image: url(images/icon_background.gif);*/
  background:#fffff;
  color: #000000;
  margin: 0px;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  /*text-decoration: underline;*/
}

FORM {
	display: inline;
}

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
/*Class for categories*/
A.parent_categories
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}
A.parent_categories:hover
{
	color:#FF6600;
	font-weight:bold;
	text-decoration:none;
}
A.child_categories
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:black;
}

TD.main_categories
{
	background-color: #004A89;
	border-bottom:1px solid #D7D7D7;
	height:22px;
}

TD.child_categories
{
	background-color: ;
	border-bottom:1px solid #CACAC8;
	text-align: left;
	background-color: #CBF5D2;
}


/*Class main*/
.main
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;;
}
/*Class for news*/
A.news_heading
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#004A89;
}

A.news_heading:hover
{
	color:#FF6600;
	text-decoration:none;
}
TD.news_heading
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#004A89;
}
TD.date_news
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#004A89;
	text-align:right;
}
SPAN.news_quotes
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#626262D;
}

A.detail {
  font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:red;
	text-valign:top;
	
}

A.detail:hover {

	  font-style:italic;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}