/* General style sheet for Email 2003 xhtml conform */


body {
  margin: 0px 0px 220px 0px;
  padding: 0px 0px 0px 0px;
  font-family: verdana, arial, helvetica, sans-serif;
  color: #333333;
  background-color: #ffffff;
  background-image: url(../images/index/test5c.jpg); 
  line-height: 1.4em; 
  }

h2 {font-family: verdana, arial, helvetica; 
  color:#004080;
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  }
	
h3 {
  font-family: arial, verdana, helvetica; 
	font-size: 18px;
	color:#999999;
  line-height: 1.4em;
  font-weight: 600;
	letter-space:0.01em;
  margin-top: 0px;
  margin-bottom: 0px;
  white-space:nowrap;
	border-bottom:1px solid gray;
  }
	
h4 {
  font-size: 12px;
  line-height: 26px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 0px;
  }


a {
  text-decoration:none;
	color: blue; 
  background-color: transparent;
  font-weight:normal; 
  font-size: 8pt; 
  font-family: verdana,arial,helvetica;
  white-space:nowrap; 
	border:1px solid white;
  padding:2px;
	}

a:link, a:visited  {
  color: #0000aa;
  background-color: transparent;
	font-weight:normal; 
  font-size: 8pt; 
  font-family: verdana,arial,helvetica;
  white-space:nowrap; 
 	border-bottom:1px solid #cccccc;
	border-right:1px solid #999999;
	text-decoration:none;
	padding:2px;
	}

a:hover {
  text-decoration:none;
	color: blue; 
  background-color: #cccccc;
  font-weight:normal; 
  font-size: 8pt; 
  font-family: verdana,arial,helvetica;
  white-space:nowrap; 
	border-top:1px solid blue;
  border-left:1px solid blue;
  padding:2px;
	}

/* All the content boxes belong to the content class. */
#middle { /* content */
	position: relative;
	width:600px; /* auto */ 
	top:50px;
	left:0px;
	font-size:10pt; 
  letter-spacing: 0.1em; 
  line-height: 1.8em; 
  margin:20px 210px 110px 120px;
	border: 2px outset white;
  background-color: white;
	padding:20px;
	
	voice-family: "\"}\"";
	voice-family: inherit;
	margin:20px 210px 110px 120px;
}

#left { /* navAlpha */
	position:absolute;
	width:40%;
	top:0px;
	left:12px;
	background-color:#eee;
  border-top: 0px solid #99ffff;
	border-left: 0px solid #99ffff;
  background: transparent;
	padding:8px;
	z-index:1;
  white-space:nowrap; 
  }

/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#left {width:128px;}
		
.footnote {
   height:100%;
	 color: #666666; 
	 font-size: 10px; 
	 font-family: arial, verdana ,helvetica;
	 } 

