/* CSS Document */

a {
	color: #6321AA;
	font-family: Trebuchet MS, Arial;
	text-decoration: none;
	font-size: small;
	}

a:hover {
	background-color: #6321AA;
	color: #F7FF00;
	text-decoration: none;
	font-size: small;
	}

body {
	font-family: Trebuchet MS, Arial;
	color: black;
	font-size: small;
	background-image: url(../images/page_bgtile.gif);
	background-position: center;
	}

.menu {
	color: Black;
	font-family: Trebuchet MS, Arial;
	font-size: xx-small;
	text-align: center;
	background-color: black;
	}

.menu A {
	color: #F7FF00;
	text-decoration: none;
	}

.menu A:HOVER {
	color: black;
	text-decoration: none;
	background-color: #F7FF00;
	}
	
.footer {
	color: Black;
	font-family: Trebuchet MS, Arial;
	font-size: xx-small;
	text-align: center;
	}

.footer A {
	color: #6321AA;
	text-decoration: none;
	font-size: xx-small;
	}

.footer A:HOVER {
	color: #F7FF00;
	text-decoration: none;
	font-size: xx-small;
	}
	
.title {
	color: Black;
	font-family: Trebuchet MS, Arial;
	text-decoration: underline;
	font-size: x-small;
	}
	
.header {
	color: #F7FF00;
	font-family: Trebuchet MS, Arial;
	text-decoration: none;
	font-size: x-large;
}

.search {
	font-family: Trebuchet MS, Arial;
	text-decoration: underline;
	font-size: x-small;
}