/* CSS Document */
body { background-attachment: fixed; 
       background-color: #CDFFFF; 
	   background-image: url(images/flower_bg3.jpg); 
	   background-repeat: repeat;
	   scrollbar-face-color: #9fffff; 
       scrollbar-highlight-color: #22dada; 
	   scrollbar-3dlight-color: #16d3d3; 
	   scrollbar-darkshadow-color: #74acac; 
       scrollbar-shadow-color: #88d2d2; 
	   scrollbar-arrow-color: #16d3d3; 
	   scrollbar-track-color: #e3ffff; }
	   
td 	{ font-family: Georgia, "Times New Roman", Times, serif; 
      font-size: 14px; 
	  font-style: normal; 
	  line-height: normal; 
	  font-weight: bolder; 
	  font-variant: normal; 
	  text-transform: none; 
	  color: #003333; 
	  text-decoration: none; }	
	  
a 	{ font-family: Georgia, "Times New Roman", Times, serif; 
      font-size: 14px; 
	  font-style: normal; 
	  line-height: normal; 
	  font-weight: bold; 
	  font-variant: normal; 
	  text-transform: none; 
	  color: #009900; 
	  text-decoration: none; }
	  
a:hover	{ font-family: Georgia, "Times New Roman", Times, serif; 
          font-size: 14px; 
		  font-style: normal; 
		  line-height: normal; 
		  font-weight: bold; 
		  font-variant: normal; 
		  text-transform: none; 
		  color: #00CC00; 
		  text-decoration: underline overline; }
a:visited { font-family: Georgia, "Times New Roman", Times, serif; 
            font-size: 14px; 
			font-style: normal; 
			line-height: normal; 
			font-weight: bold; 
			font-variant: normal; 
			text-transform: none; 
			color: #006600; 
			text-decoration: none; }
			
h1 { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
     color: #009999; 
	 font-size: 30px; 
	 font-weight: bold; 
	 text-align: center; }

h2 { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
     color: #007777; 
	 font-size: 24px; 
	 font-weight: bold; 
	 text-align: center; }

h3 { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
     color: #005555; 
	 font-size: 20px; 
	 font-weight: bold; 
	 text-align: center; }	
	 
.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.small {
	color: #000000;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}	 			     

