@charset "UTF-8";
/* CSS Document */
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
	font-family:  Comic Sans MS, Arial, Helvetica;
	font-size: 100%;
}
a.links1 {  font-family: Zapf Chancery, cursive;
	font-size: 14px; 
	text-decoration: none; 
	font-style: normal; 
	font-weight: normal; 
	color: #FFFFFF; }
a.links1:hover {  font-family: Zapf Chancery, cursive;
	font-size: 14px; 
	text-decoration: underline; 
	color: #FFFFFF; 
	}
a.links2 {  font-family: Zapf Chancery, cursive; 
    font-size: 14px; 
    text-decoration: none; 
	font-style: normal;  
	font-weight: normal; 
	color: #FFFFFF;
	 }
a.links2:hover {  font-family: Zapf Chancery, cursive; 
	font-size: 14px; 
	text-decoration: underline; 
	color: #FFFFFF; 
	}
td.menu {  background:#336699; 
}
table.menu {  font-size:100%;
 	position: absolute; 
	visibility: hidden; 
	}
.smalltext { color: #CCCCCC; 
	font-size: 14px;
 	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	}
.style2bold {
	color: #CCCCCC;
	font-size: 18px;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	 }
.style2 {font-family: Comic Sans MS, Arial, Helvetica;
	font-size: 16px;
	font-style: normal;
	color: #CCCCCC;
	}
.pageback {
	color: #CCCCCC;
	font-size: 12px;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	}