/* CSS Document */
#wrapper {
	width:1000px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	/*background-color:#CCCCCC;*/
		}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	
}
.style12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}
.style3 {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-image: url(images/background/lgrey170.jpg);
}

.style4 {
	font-size: small; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; }
	
.style41 {
	font-size: 12pt; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; }
	
.style5 {
	font-size: small; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	color: red;
	}
#links a img {
  height: 0;
  width: 0;
  border-width: 0;
}

#links a {
  display:block;
  padding-top: 190px;
}

#links a:hover img {
  position: absolute;
  top: 0px;
  left: -1px;
  height: 242px;
  width: 1000px;
  border-width: 0px;
  border-color: #0ff;
}
.style6 {
	font-family: Gill Sans, sans-serif;
	first-letter{font-size:15pt; 
}
.style7 {
	font-family: Gill Sans, sans-serif; 
	font-size:6pt; 
	font-variant:small-caps; 
	
}