@charset "UTF-8";
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	text-align:left;
}

/*typefaces*/

.h1 {
	font-size:1.8em;
	line-height: 1.6em;
	font-weight:bold;
	color:#000000;
	text-align:left;
}


.h2 {
	font-size:1.6em;
	line-height: 1.4em;
	font-weight:bold;
	color:#000000;
	text-align:left;
}

.h2_center {
	font-size:1.6em;
	line-height: 1.4em;
	color:#000000;
	text-align:center;
}


.bodycopy {
	font-size:1.5em;
	line-height: 1.5em;
	color:#000000;
	text-align:left;
}


.bodycopy_center {
	font-size:1.5em;
	line-height: 1.5em;
	color:#000000;
	text-align:center;
}


.footer {
	font-size:1em;
	line-height: 1.2em;
	color:#000000;
	text-align:left;
}
