body {
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-attachment: fixed;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F8E9E9;
	line-height: 16px;
}
a {
	color: #CC6666;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}
#active_menu {
	color: #FF0000;
	
}

pathway {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}

a.pathway:link, a.pathway:visited {
  color            : #FFFFFF;
  font-weight      : normal;
}

a.pathway:hover {
  color            : #ff3300;
  font-weight      : normal;
  text-decoration   : none;
}
.componentheading {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 12px;
  font-weight      : bold;
  color            : #990000;
  text-align       : left;
}
.borders {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333300;
	border-right-color: #333300;
	border-bottom-color: #333300;
	border-left-color: #333300;
}
/*pathaway setting*/
.pathway {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}

a.pathway:link, a.pathway:visited {
  color            : #FFCC00;
  font-weight      : normal;
}

a.pathway:hover {
  color            : #FF0000;
  font-weight      : normal;
  text-decoration   : none;
}

.small {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #FFFFFF;
  text-decoration  : none;
  font-weight      : bold;
}

.smalldark {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #CCCCCC;
  text-decoration  : none;
  font-weight      : normal;
}
fieldset {
	border: none;
}

 .contentheading {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 12px;
  font-weight      : bold;
  color            : #990000;
  text-align       : left;

}