html,body {
height: 100%;
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: small;
	color:#333333;
	margin: 0;
	padding: 0;
	background-color:#dfdfdf;
	font-family: "Trebuchet MS";
}

.titles {
	font-family: "Trebuchet MS";
	font-size: 2em;
	background-image:url(gfx/titleback.jpg);
	background-position:center;
	background-repeat:no-repeat;
	color: #444444;
	letter-spacing: -0.05em;
}

img.floatLeft { 
    float: left; 
    
}
img.floatRight { 
    float: right; 
   
}



.footxt {

	color: #666666;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 10px;
	text-transform: uppercase;
}


a.mlink:link {
	color: #666666;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 10px;
	text-transform: uppercase;
}

a.mlink:visited {
	color: #666666;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 10px;
	text-transform: uppercase;
}

a.mlink:hover {
	color: #000000;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 10px;
	text-transform: uppercase;
}

a.mlink:active {
	color: #666666;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 10px;
	text-transform: uppercase;
}



a:link {
	color: #202020;
	text-decoration: underline;
}

a:visited {
	color: #202020;
	text-decoration: underline;
}

a:hover {
	color: #909090;
	text-decoration: underline;
}

a:active {
	color: #202020;
	text-decoration: underline;
}

