body {
  margin:0;
  padding:0;
  border:0;
  font-size:10pt;
  font-family:Arial;
  font-weight:none;
  text-decoration:none;

  color:#000000;
    scrollbar-face-color: #B9C0C8;
    scrollbar-highlight-color: #B9C0C8;
    scrollbar-shadow-color: #B9C0C8;
    scrollbar-3dlight-color: #B9C0C8;
    scrollbar-arrow-color:  #FFFFFF;
    scrollbar-track-color: #E9ECEE;
    scrollbar-darkshadow-color: #B9C0C8;

  }
body.menu {
  background:URL(images/menubackground.gif) repeat-y top left;
  }
body.header {
  }
body.left {
  background:URL(images/backgroundleft.gif) repeat-y top right;
  }
body.right {
  background:URL(images/backgroundright.gif) repeat-y top left;
  }

	#button li a {		
		width: auto;
		display: block;
		padding: 0px 0px 0px 0px;
		background-color: #E9ECEE;
border-width: 0px 0px 1px 0px;
border-color: #000000;
border-style: solid;
    font-family:arial;
    font-weight:bold;
    font-size:11px;
	color: #6e6e6e;
	text-decoration: none;
		width: 100%;
		border-right: 5px solid #ff0000;
    	vertical-align:middle;
		line-height: 20px;
		}

	#button li a:hover {
		background-color: #F2F5F5;
		color: #999999;
		border-right: 5px solid #000000;
}

	#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		border-bottom: 1px solid #000000;
		margin: 0;
		} 
  
a:link        {color:#800000;font-weight:bold;}
a:visited     {color:#800000;font-weight:bold;}
a:hover       {color:#FF0000;font-weight:bold;text-decoration:underline;}
  
div.PageHeader {
  font-family:verdana MS,Helvatica;
  font-size:14px;
  font-weight:bold;
  color:#000000;
  padding:10px;
  }
  
.AddressText {
  font-family:verdana MS,Helvatica;
  font-size:12px;
  font-weight:bold;
  color:#000000;
  }
  
.Divider {
  margin-left:8px;
  border-bottom:1px solid #B9C0C8;
  }

.Padding {
  padding:8px;
  }
  
.ArticleHeading {  
  font-family:verdana MS,Helvatica;
  font-size:14px;
  font-weight:bold;
  color:#ff0000;
  } 

.ArticleText {
  font-family:verdana MS,Helvatica;
  font-size:11px;
  color:#000000;
  } 
  
.ArticleTextlarge {
  font-family:verdana MS,Helvatica;
  font-size:12px;
  font-weight:bold;
  color:#000000;
  }

.ArticleTextSmall {
  font-family:verdana MS,Helvatica;
  font-size:10px;
  color:#000000;
  }     