@charset "UTF-8";
/* CSS Document */


/* Specify font defaults for each containment level rather than rely on inheritance;
 * avoid possibility of a different (cascaded) stylesheet defining it
 */
body, p, div {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:  gray;  /* #666666; */
	color: black;
	letter-spacing: normal;
}

img {
	border-style: none;	
}

img.thumbImage {
	float: left;
	margin-top: 6px;
	margin-right: 6px;
	border-style: none;	
}

/** Link Styles **/
a:link    { color: white; 
			 text-decoration: none; }	 
a:visited { color: white; 
 			 text-decoration: none; }
a:active  { color: white;  
		     font-style:  italic;
             text-decoration: none; }
a:hover   { color: white;
			 font-style:  italic;
			 text-decoration: underline;
			 font-weight: normal; }

a#homeLink { 
  letter-spacing: 4px;
  font-variant: small-caps; 
}

/** Head styles **/

h1, h2, h3, h4, .inlinehead { 
  color:       white;   
  /*margin-left: -2%;*/
  /*font-family: arial, helvetica, san-serif; */
  font-family: palatino, georgia, times, serif;
  letter-spacing: 2px;
  font-variant: small-caps;  
  font-style:  normal;
  font-weight: normal;
}

h1 { 
  font-size:   14pt;
  margin-top:  15pt;
  margin-bottom: 4pt;
}

h2 { 
  font-size:   12pt;
  margin-top:  15pt;
  margin-bottom: 4pt;
}

.inlinehead { 
  font-size:   12pt;
}

h3 {
  font-size:   10pt;
  margin-top:  10pt;
  margin-bottom: 2pt;
}

h4 {
  font-size:   10pt;
  margin-top:  10pt;
  margin-bottom: 2pt;
}

td {
  vertical-align:top;
  text-align:left;
}

/** List Styles **/

/* Uses the current font but with extra spacing between lines; 
 * use on a div or p with entries that will not be more than one line each
 */
.menuList {
  line-height: 160%;
}
ul.noLabel li {
  line-height: 160%;
  list-style-type:  none; 
}

/* Numbered lists:  1  a  i  1 */
ol  { list-style: decimal }
ol ol  { list-style: lower-alpha }
ol ol ol  { list-style: lower-roman }
ol ol ol ol  { list-style: none }

/* Bulleted lists */
ul  { list-style: square }