p, h1, h2, h3, h4, blockquote, div, span, body, table, td, ul, ol, li, em {
	font-family: helvetica, verdana, arial;
	color: #006699;
	font-size: 12px;
}

body {
	background-color: #c0c0c0;
	margin: 0px;
}																	  
											
h1, h2, h3, h4 {
	color: #006699;
	font-size: 14px;
} 

a:link {
	color: #333333;
	font-size: 12px;
	background-color: transparent;
	text-decoration: none;
}
					
a:hover {
	color: #006699;
	font-size: 12px;
	text-decoration: underline;
	background-color: transparent;
}

a:visited {
	color: #333333;
	font-size: 12px;
	text-decoration: none;
	background-color: transparent;
}

a.footer:link {
	color: #006699;
	font-size: 12px;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
}
					
a.footer:hover {
	color: #006699;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	background-color: transparent;
}

a.footer:visited {
	color: #006699;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
}

img.anchor {
	position: relative;
	top: 5;
	left: 0;
}
