/*BODY*/
   
body {
   background: white; 
   font-family: Verdana, Helvetica, Arial, sans-serif;
   margin: 15px;
   }


p, blockquote, th, td, li { 
   color: #333333;
   font-size: 100%;
   } 


h1  { 
   color: #FFFFFF;
   font-size: 120%; 
   font-weight: bold;
   text-align: center;
	margin: 0;
   padding-top: 3px;
   padding-right: 3px;
   padding-bottom: 3px;
   padding-left: 3px;
   font-family: "Courier New", Courier, mono;
   } 
	
a.h1, h1 a {
   color: #FFFFFF;
	font-size: 85%;
   text-decoration: underline;
   }

a.h1:hover, h1 a:hover {
   color: #999999; 
	font-size: 85%;
   text-decoration: underline;
   }

h2 { 
   font-size: 110%; 
   color: #333333;
   margin-top: 0em;
   margin-bottom: 1em;
   font-weight: bold;
   font-variant: small-caps;
   }

h3 { 
   font-size: 100%; 
   color: #333333;
   margin-top: 0em;
   margin-bottom: 1em;
   font-weight: bold;
   }


a {
   color: #C41623;
   text-decoration: underline;
   }

a:hover {
   color: #C41623; 
   text-decoration: underline;
   }


.thumbnail {
   color: #000000;
   font-size: 85%; 
   border: #FFFFFF; 
   font-weight: normal; 
   font-family: "Courier New", Courier, mono;
   }

.footer {
   font-family: "Courier New", Courier, mono;
   font-size: 95%;
   font-weight: bold;
   color: #333333;
   }

a.footer {
   color: #C41623;
   text-decoration: underline;
   font-weight: bold;
   }

a:hover.footer, .footer a:hover {
   color: #C41623;
   text-decoration: underline;
   font-weight: bold;
   }

.titlebackground {
   background-color: #003366;
   text-align: center;
   }

.navright {
   color: #FFFFFF;
   font-size: 90%;
   font-weight: normal;
   text-align: right;
   padding-top: 1px;
   padding-right: 1px;
   padding-bottom: 1px;
   padding-left: 1px;
   font-family: "Courier New", Courier, mono;
   }

a.navright, .navright a {
   color: #FFFFFF;
   text-decoration: underline;
   }

a:hover.navright, .navright a:hover {
   color: #999999;
   text-decoration: underline;
   }


.navleft {
   color: #FFFFFF;
   font-size: 90%;
   font-weight: normal;
   text-align: left;
   padding-top: 1px;
   padding-right: 1px;
   padding-bottom: 1px;
   padding-left: 1px;
   font-family: "Courier New", Courier, mono;
   }

a.navleft, .navleft a {
   color: #FFFFFF;
   text-decoration: underline;
   }

a:hover.navleft, .navleft a:hover {
   color: #999999;
   text-decoration: underline;
   }.copyright { font-family: "Courier New", Courier, mono; font-size: 85%; font-weight: bold; color: #999999; }
