body {
  background-color: #ffffcc;
  color: #000066;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:10pt;
  text-align: center;
}

td {
  color: #000066;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:10pt;
}

#wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  border-collapse: collapse;
}

#title {
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #d0d0d0;
}

.title1 {
	font-weight:normal; 
	font-size:18px; 
} 

.title2 {
	font-weight:bold; 
	font-size:16px; 
} 

.title3 {
	font-weight:normal; 
	font-size:14px; 
} 

#topleft {
  height: 20px;
  width: 20px;
  background-image: url("topleft.jpg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-color: #d4e1f0;
}

#top {
  height: 20px;
  background-image: url("top.jpg");
  background-repeat: repeat-x;
  background-position: bottom;
  background-color: #d4e1f0;
}

#topright {
  height: 20px;
  width: 20px;
  background-image: url("topright.jpg");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-color: #d4e1f0;
}

#left {
  width: 20px;
  background-image: url("left.jpg");
  background-repeat: repeat-y;
  background-position: right;
  background-color: #d4e1f0;
}

#center {
  background-color: #ffffcc;
  width: 750px;
}

#right {
  width: 20px;
  background-image: url("right.jpg");
  background-repeat: repeat-y;
  background-position: left;
  background-color: #d4e1f0;
}

#bottomleft {
  height: 20px;
  width: 20px;
  background-image: url("bottomleft.jpg");
  background-repeat: no-repeat;
  background-position: top right;
  background-color: #d4e1f0;
}

#bottom {
  height: 20px;
  background-image: url("bottom.jpg");
  background-repeat: repeat-x;
  background-position: top;
  background-color: #d4e1f0;
}

#bottomright {
  height: 20px;
  width: 20px;
  background-image: url("bottomright.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  background-color: #d4e1f0;
}

a:hover {  
				color: #000066; 
				text-decoration: none
}

a:visited{  
				color: #990066; 
				text-decoration: none
} 
a:link{  
				color: #000066; 
				text-decoration: none
} 

p.licencetitle {  
	font-weight:bold;

} 
