/* General style sheet for NPP web site */

/* <link type="text/css" rel="stylesheet" title="default styles" href="styles/general.css"> */


body {
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif
}

body, p, a, li, td, ul, ol, dl, blockquote, h1, h2, h3, h4, h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif
}

p, a, td, ul, ol, dl, li, blockquote {
	font-size: 8pt
}

h1 {
	font-size: 16pt;
	font-weight: bold
}

h2 {
	font-size: 12pt;
	font-weight: bold
}

h3 {
	font-size: 11pt;
	font-weight: bold
}

h4 {
	font-size: 10pt;
	font-weight: bold
}
a {
	text-decoration: underline;
	color: rgb(48,44,125)

}
.small {
	font-size: 8pt
}

.whitelink {
	font-family: Arial,Helvetica;
	font-size: 10pt;
	color: rgb(255,255,255)
}

.NewsHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: 7F9441;
}
