
a {
	color: Blue;
		text-decoration: none;
}

a:hover {
	color: Red;
	text-decoration: underline;
}

body {
	background-color: transparent;
	background-image: url(../graphics/background.jpg);
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: small;
	text-align: left;
	color: Black;
}

h1 {
	font: bolder;
	text-align: center 
	;
}

h2 {

}

h3 {
	text-indent: 0%;
	margin-bottom: 5px;
}
h4 {
	font-size: small;
	margin-bottom: 0px;
}

hr{color: #CC9900;}

td, .centered {
	color: Black;
	text-align: center;
}


td, .right {
	text-align: right;

	color: Black;

}

td, .left {
	text-align: left;

	color: Black;
}


.btn {
	background: #CC9900;
	font-size: xx-small;
	font: bold;
	font-family: Verdana, Geneva, Arial, sans-serif;
	border: 1px double;
}

.m0l0o {
	border: 1px solid #ffffff;
	text-decoration: none;
}

.m0l1o {
	border: 1px solid #ffffff;
	text-decoration: none;
}

.m0l2o {
	border: 1px solid #ffffff;
	text-decoration: none;
}
.m0l3o {
	border: 1px solid #ffffff;
	text-decoration: none;
}

.m0l0i {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	padding: 4px;
	text-decoration: none;
}

.m0l1i {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	padding: 4px;
	text-decoration: none;
}

.m0l2i {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	padding: 4px;
	text-decoration: none;
}
.m0l3i {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	padding: 4px;
	text-decoration: none;
}



