body {
	background-color: #CCCCCC;
	background-repeat:repeat;

}

.small {
	font-family: "Comic Sans MS";
	font-size: 8px;
	color: #333333;
}

.smallplus {
	font-family: "Comic Sans MS";
	font-size: 10px;
	color: #333333;
}

.medium {
	font-family: "Comic Sans MS";
	font-size: 11px;
	color: #333333;
}

.big {
	font-family: "Comic Sans MS";
	font-size: 16px;
	color: #333333;
}

.xbig {
	font-family: "Comic Sans MS";
	font-size: 24px;
	color: #333333;
}

.h1 {
	font-family: "Comic Sans MS";
	font-size: 24px;
	font-weight: bold;
	margin-left: 20px;
	color:#333333;
}

.h2 {
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-weight: bold;
	color: #333333;
} 

.menu {
	background-image: url(images/nav-filler-blue.gif);
	background-repeat: repeat;
}

.header {
	background-image:url(images/background.gif);
	background-repeat:repeat;
}

.body {
	background-image: url(images/background.gif);
	background-repeat: repeat;
	font-family: "Comic Sans MS";
	font-size: 12px;
	margin-left:20px;
	margin-right:22px;
	margin-bottom:10px;
	color: #333333;
}

.body A:link {text-decoration: none; color: #0099FF}
.body A:visited {text-decoration: none; color: #0099ff}
.body A:active {text-decoration: none; color: #0099ff}
.body A:hover {text-decoration: underline; color: #999999;}


.footer {
	background-image: url(/images/background.gif);
	background-repeat: repeat;
	font-family: Verdana;
	color: #999999;
	font-size: 8px;
	margin-bottom: 2px;
}
.leftfooter {
	background-image: url(images/nav-filler-blue.gif);
	background-repeat: repeat;
	font-family: Verdana;
	color: #CCCCCC;
	font-size: 8px;
	margin-bottom: 2px;
}

.footer A:link {text-decoration: none; color: #999999}
.footer A:visited {text-decoration: none; color: #999999}
.footer A:active {text-decoration: none; color: #999999}
.footer A:hover {text-decoration: underline; color: #CCCCCC;}
