body {
  font-family:arial, verdana, helvetica, sans-serif;
  color: #556798;
  font-weight: normal;
  background-color: #AEBDD2;
    scrollbar-face-color: #AEBDD2; 
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-shadow-color: #000000; 
 	scrollbar-darkshadow-color: #000000; 
	scrollbar-arrow-color: #ffffff;
  text-align: center;	
	}

a:link {color: #954E37;
  text-decoration: underline;
  }
a:visited {color:#556798;
  text-decoration:underline;
  }
a:hover {color:white;
  background-color: #954e37;
  text-decoration: underline;
  }
a:active {color: white;
  background-color: #556798;
  text-decoration: underline;
  }

.bg {
  margin-left: auto;
  margin-right: auto;
  }
  
.main {
  background-color: white;
  width: 600;
  border: 5px solid #954E37;
  padding-top: 20;
  padding-left: 15;
  padding-right: 15;
  padding-bottom: 10;
  }
  
.h1 {  
  font-weight: bold;
  text-align:center;
  font-size:medium;
  }

.h2 {    
  font-weight: bold;
  text-align:center;
  font-size:medium;
  color: #954E37;
  }
  
.text {
  font-weight: normal;
  text-align: left;
  font-size: x-small;
  line-height: 1.2;
  }

.scref {
  font-family:verdana, helvetica, arial, sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: small;
  color: #954E37;
  }

.sctext {
  font-family:verdana, helvetica, arial, sans-serif;
  font-weight: normal;
  text-align: center;
  font-size: x-small;
  color: #954E37;
  }
  
.tiny {
  text-align: center;
  font-size: xx-small;
  color: #954E37;
  }  

.links {font-size: x-small;
  text-align: center;
  }
       
.blue {color: #556798}
.red {color: #954E37}

img.ctr {
  border: 3px solid #954e37;
  }
  
img.left {
  border: 2px solid #954e37;
  float: left;
  }
  
img.avpc {
  border: 2px solid #556798;
  float: left;
  }

li { 
  list-style: url(images/cross.gif) outside none; 
  margin-left: 2em;
  margin-rigth: 2em;
  margin-top: 3;
  }
 
hr {
  color: #556798;
  }
  


