/* CSS Document */
.style1 {
	font-family: "Comic Sans MS", Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
}
.style3 {font-family: "Comic Sans MS", Tahoma, Verdana}
.style4 {font-size: 24px}
.style5 {font-size: 25px}
.style7 {
	font-family: "Comic Sans MS", Tahoma, Verdana;
	font-size: 10px;
	color: #000000;
}
.style11 {
     font-size: 14px;
	 font-family: "Comic Sans MS", Tahoma, Verdana;}
.style12 {
	font-size: 16px;
	font-weight: bold;
}
.style15 {font-size: 12px; font-family: "Comic Sans MS", Tahoma, Verdana;}
.style16 {
	font-size: 18px;
	font-weight: bold;
}
.style17 {font-size: 12px}
.style18 {font-size: 16px}

body {
	background-image: url(images/bkgaas.jpg);
}

.style19 {
	color: #FF0000;
	font-weight: bold;
}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #993300;
}



