@charset "UTF-8";
/* CSS Document */

.copyright {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
}

.text {
	font: 12px/18px "Lucida Grande", Arial, Verdana, sans-serif;
	color: #333;
	line-height: 18px;
	margin: 0 0 20px 0;
}

.text h1{
	font: 20px/22px "Lucida Grande", Arial, Verdana, sans-serif;
	color: #333;
	line-height: 22px;
	margin: 0 0 20px 0;
}


.h1 {
	font: 110% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-weight: bold;
	line-height: 120%;

}

