/*-------------------------------
A very basic style sheet for NN 4.x
--------------------------------*/


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
 	margin: 1em 10% 1em 10%;
  	padding: 0;
}

h1 {
	color: #999999;
	font-family: "arial narrow", arial, helvetica, sans-serif;
	font-size: 2.4em;
	font-weight: bold;
}

h2 {
	font-size: 1em;
}

h2.error {
	color: #C00;
}

h3 {
	font-size: 0.8em;
}

p, ul{
	font-size: 0.8em;
}



a:link {
	color: #00A4B0;
}


.footer {
	font-size: 0.7em;
	color: #666;
}


.leftPic{
	display: none;
}

img {
	border: none;
}

.breadCrumb {
	font-size: 0.7em;
}



.bigQuote {
	font-style: italic;
}

.intro {
	font-weight: bold;
}

td {
	font-size: 0.8em;
}