HTML, BODY{

	color: #333333;

	font-family: arial, helvetica, verdana, geneva;

	font-size: 11px;

	background-color: #E9F4F6;

	background-image: url(images/background.jpg);

	background-repeat: repeat-x;

	margin-top: 0px;

	scrollbar-3dLight-color: #E1EAFE;

	scrollbar-arrow-color: #006699;

	scrollbar-darkShadow-color: #7C9FD3;

	scrollbar-face-color: #C5D6FC;

	scrollbar-highlight-color: #ffffff;

	scrollbar-shadow-color: #B9C9F3;

	scrollbar-track-color: #FBFBF8;

	}

	

ul {

  list-style-image: url(images/arrow2.gif);

  margin-bottom: 0;

  margin-top: 0;  

  }

  

a:link { color: #006699; text-decoration: underline; }

a:visited { color: #006699; text-decoration: underline; }

a:hover {color: #009999; text-decoration: none; }

a:active { color: #006699; text-decoration: underline; }



.view:link { color: #FF9900; text-decoration: none; font-size: 10px;}

.view:visited {color: #FF9900; text-decoration: none;  font-size: 10px;}

.view:hover { color: #CC6600; text-decoration: none;  font-size: 10px;}

.view:active {color: #FF9900; text-decoration: none;  font-size: 10px;}



.title { color: #669999; font-weight: bold; font-size: 18px; }

.header { color: #006699; font-weight: bolder; font-size: 14px; }

.subhead { color: #333333; font-weight: bolder; font-size: 12px; }

.copyright  { color: #006699; font-size: 10px; }

.orange { color: #FF6600; font-weight: bold; }

.white { color: #ffffff; font-weight: bold; }

.blue { color: #006699; font-weight: bold; }



.navigation {background-color: white;}



.announcements {

	background-image: url(images/postit.jpg);

	background-repeat: no-repeat;

	width: 194px;

	height: 144px;

	background-color: transparent;

	}



input.txt {	color: #333333;	background-color: #FFFFFF;	border: 1px inset #999999;	padding: 1px; font-size: 9px; height: 20px;	v-align: middle; }

input.btn { color: #CCCCCC;	background-color: #666666;	border: 1px outset #999999;	padding: 1px; font-size: 9px; height: 20px;	v-align: middle; }



div.scroll {

	height: 110px;

	width: 217px;

	overflow: auto;

	border: 1px solid #D1D0CC;	

	background-color: #FBFBFB;	

	padding: 3px;

	font-size: 11px;

	scrollbar-3dLight-color: #f2f2f2;

	scrollbar-arrow-color: #D1D0CC;

	scrollbar-darkShadow-color: #f2f2f2;

	scrollbar-face-color: #ededed;

	scrollbar-highlight-color: #D1D0CC;

	scrollbar-shadow-color: #D1D0CC;

	scrollbar-track-color: #f2f2f2;

}



#sitedescription  { display: none; }