.background {
	background-color: #dfe0e2;
	background-image: url(images/bg-main.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
a:link {
	color: black;
	text-decoration: none;
	
}
a:active {
	color: black;
	text-decoration: none;
	
}
a:visited {
	color: black;
	text-decoration: none;
	
}
a:hover {
	color: black;
	text-decoration: underline;

}
.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	letter-spacing:-0px;

}
.header2 {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	letter-spacing:-0px;

}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 383838;
	font-weight: normal;
	line-height: 22px;
	letter-spacing:-1px;

}
.list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 383838;
	font-weight: normal;
	line-height: 27px;
	letter-spacing:-1px;

}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
