/* Default Styles: Apply to all media types */
/* General Body Styles */
body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 137%;
	background-color: #FFF;
}

p.normalText {
	font-size: 75%;
	color: black;
	line-height: 140%;
}

p.smallText, ul.smallText li {
	font-size: 71%;
	color: black;
	line-height: 140%;
}

p.smallestText {
	font-size: 67%;
	color: black;
	line-height: 140%;
}

a {
	color: blue;
}

#homepageImage {
	border-left: 1px solid #444; 
	border-top: 1px solid #444;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.dspNA {
	display: none;
}
