h1, h2, h3 {
text-transform: uppercase;
}

body{
	color: #666;
	font-family: tahoma;
	font-size: 13px;
	margin:0;
	padding:0;
}

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

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

a:hover{
	text-decoration: none;
}

#head{
	height:150px;
	position:relative;
}

#head a.logo{
	left:45px;
	position:absolute;
	top:30px;
}

#head img.logo{
	border: none;
}

/* ******************************************************************************************************************************** */

#footer div.copy{
	color:#999999;
	font-size:11px;
	left:45px;
	position:absolute;
	text-align:left;
	top:20px;
	width:220px;
}
