@charset "UTF-8";
/* CSS Document */
body {
	padding: 0;
	font-family: Myriad, Helvetica, Arial, sans-serif;
	font-size: small;
	color: #fff;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/bkgds/homepgbkgd.jpg);
}

/* adjustment for IE5 */

body {
	font-size: x-small; /* IE5 Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	
	}
	
html>body { /* be nice to Opera */
	font-size: small;
	}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #777777;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
}
.byline {
	font-size: 82%;
	color: #666666;
}

