body {
	color: black;
	background: white;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	
}

a, a:hover, a:active, a:visited 
{
	text-decoration: none;	
	color: #294e59;
}

a:hover {
	text-decoration: underline;	
}

a.close, a.close:hover, a.close:active, a.close:visited
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	display: block;
	background: #294e59;
	padding: 3px 10px 3px 10px;
	color: white;
	text-decoration: none;	
}
a.close:hover
{
	background: black;	
}

img {
	border: 0;
}

h1 {
	font-size: 18px;
	font-family: Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
h2 {
	font-size: 14px;
	font-family: Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h3 {
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	font-weight: normal;
}


#bg1 {
	background: transparent url(img/bg2.png);
}

#bg2 {
	background: transparent url(img/bg3.png);
}
