<style>
/* CSS Document -- for print devices */
body {
   background: white;
   font-family: Georgia, Times New Roman, Times, serif;
   font-size: 12pt;
   }
#browserCheck, #navAlpha, #navBeta {
   display: none;
   }

.body {
	color: black; 
	font-family: Georgia, Times New Roman, Times, serif; 
	font-size: 12pt; 
	font-weight: normal; 
	text-align: left; 
	}
	
.center {text-align: center;}

.LegalNotice {
    color: #B20000;
    font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px; 
	font-weight:bold; 
	text-align: left; 
	}

/* Standard body types */

.Bold {font-weight: bold;}

/* Copyright notice  */
.Copr { font-family: Georgia, Times New Roman, Times, serif; font-size: 9pt; color: black; font-weight: bold;}

#content  {
   font-family: Georgia, Times New Roman, Times, serif;
   font-size: 12pt;
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   margin-left: 10%;
   padding-top: 1em;
   }

h1 {
	font: 20pt/24pt arial, helvetica, verdana, sans-serif;
	margin:0px 0px 15px 0px;
	padding:0px;
	font-weight:900;
	color:black;
	}
h2 {
	font:bold 16pt/18pt arial, helvetica, verdana, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
	
p {
	font:12pt/14pt Georgia, Times New Roman, Times, serif;
	}
.Content>p {margin:0pt;}
.Content>p+p {text-indent:4em;}

li {
	font:11pt Georgia, Times New Roman, Times, serif;
	margin:0pt 0pt 0pt 0pt;
	padding:0pt;
	}
	
/* Class legal for bottom of pages */
.legal  { 
	font-family: Georgia, Times New Roman, Times, serif;; 
	font-size: 10pt; 
	font-weight: bold; 
	text-align: center; 
	color: black; 
	align: center;
	}
  
/* footer is nested inside the content div and should not pad with margins */ 
#footer {
   font-size: 12pt;
   font-family:Georgia, Times New Roman, Times, serif;
   color: black;
   background: transparent none;
   }
 
#footer hr {
   color: black;
   }
 
#masthead {
   margin-bottom: -8px;
   }
#masthead img {
   vertical-align: center;
   }
   
#masthead hr {color: black;}

a:link, a:visited {
   color: #4636BC;
   font-family: Georgia, Times New Roman, Times, serif;
   font-size: 12pt;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www.sprocket.com" attr(href) ") ";
   } 


</style>