TABLE,TH,TD,P,DIV,BLOCKQUOTE,UL,OL,IL {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
}


BODY {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: Black;
  background-color : #E6E6E6;
}

HR { height : 1px;  color : #666699;  }



INPUT,TEXTAREA,SELECT,OPTION {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

FORM {
	margin-top : 0px;
	margin-bottom : 0px;
}

.NOBG {
	background-image : none;
}



a {
	text-decoration: none;
	}


a:link {
	color: #0033CC;
}



a:hover {
	text-decoration: underline;
	color : #990000;
	}



a:visited {
	color: #0033FF;
}

#top {
  background-image : url(../img/shadow_top.gif);
  background-position : bottom;
  background-repeat : repeat-x;
}

#topLeft {
  background-image : url(../img/shadow_top_left.gif);
  background-position : right;
  background-repeat : no-repeat;
}

#topRight {
  background-image : url(../img/shadow_top_right.gif);
  background-position : left;
  background-repeat : no-repeat;
}

#bottom {
  background-image : url(../img/shadow_bottom.gif);
  background-position : top;
  background-repeat : repeat-x;
}

#bottomLeft {
  background-image : url(../img/shadow_bot_left.gif);
  background-position : right;
  background-repeat : no-repeat;
}

#bottomRight {
  background-image : url(../img/shadow_bot_right.gif);
  background-position : left;
  background-repeat : no-repeat;
}

#left {
  background-image : url(../img/shadow_left.gif);
  background-position : right;
  background-repeat : repeat-y;
  height : 440px;
}

#right {
  background-image : url(../img/shadow_right.gif);
  background-position : left;
  background-repeat : repeat-y;
  height : 440px;
}

#white {
  background-color : White;
}

