/* CSS Document */

background {
	background:#E6E6E6 url(images/tile.gif) repeat-y center;
	margin:0;
	padding:0;
	text-align:center;
	}

#head{
	background-image:url(images/head.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	float: none;
	height: 84px;
	width: auto;
	margin-right: 6px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

#body{
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
	background-image: url(images/background.gif);
	padding-top: 6;
	margin-right: 6px;
}

#footer {
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: 6px;
	height: 120px;
	padding: 0px;
}
.Text {
font-family: Comic Sans MS;
url(comic.ttf);
format(OpenType);
font-size:11pt;
color: #000000;
text-decoration: none;
font-weight:normal;
}
.Mediumtext {
	font-family: Comic Sans MS;
url(comic.ttf);
format(OpenType);
font-size:10pt;
color: #000000;
text-decoration: none;
font-weight:normal;
}
.Minitext {
	font-family: Comic Sans MS;
url(comic.ttf);
format(OpenType);
font-size:8pt;
color: #000000;
text-decoration: none;
font-weight:normal;
}

A {
	font-family: Comic Sans MS;
url(comic.ttf);
format(OpenType);
font-size:11pt;
color: #444444;
text-decoration : underline;
font-weight:bold;
}

A:visited{
color: #444444;
text-decoration: underline;
}

A:active {
color:#444444;
text-decoration: none;
}

A:hover {
color:#444444;
text-decoration:underline;
}
