/* CSS Document */

a.cat:link { color: #FFFFCC; text-decoration: none; font-size: 12px}
a.cat:active { color: yellow; text-decoration: none; font-size: 12px}
a.cat:visited { color: #FFFFCC; text-decoration: none; font-size: 12px}
a.cat:hover { color: yellow; text-decoration: none; font-size: 12px}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.style3 {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; }
.style4 {
	color: #FFFF99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.style7 {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #124d80; }
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #FFFFCC;
	background-image: url(images/back.jpg);
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 124d80;
	font-weight: bold;
}
a:visited {
	color: 124d80;
	text-decoration: none;
}
a:hover {
	color: #009900;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.style8 {
	color: #336666;
	font-weight: bold;
	font-family: brush script;
	font-size: 36px;
}


