h1.firstHeading { 
	display:none; 
}

a:link, a:visited, #mBody a.external:link, #mBody a.external:visited, #mBody a[href^="http://"] {
   color:#0033CC;
   text-decoration:underline;
   background: transparent;
   padding-right: 0px;
}


#container {
   max-width:900px;
   width:900px;
}

.vpip_toc {
   text-align: center;
   /*margin-right: 40px;*/
}

.vpip_contents {
   float: right; 
   margin-top: -29px; 
   margin-right: -29px; 
   border: outset #333333; 
   text-align: left; 
   padding: 4px; 
   display: inline; 
   margin-left: 8px;
}

.note {
	border: 0px;
	padding:0px;
}

h1, h2, h3, h4, h5, h6 {
   border-bottom: 0;
}

h4 {
	font-size: 1.1em;
	margin-left: 12px;
}

textarea {
   border-style: inset;
   border-width: 4px;
   margin-top: 5px;
   margin-bottom: 5px;
}

p.imgContainer img, div.imgContainer img {
   border-style: groove;
   border-width: 3px;
}

div.imgContainer img {
	 margin-top: 5px;
 }

.imgContainer {
   text-align: center;
}

blockquote {
   background:transparent url(/images/quote.png) no-repeat scroll 10px 0pt;
   border:medium none;
   color:#333333;
   margin:20px 0pt;
   padding:0pt 20px 0pt 50px;
}



