.header {
	font-size: smaller;
	text-align: center;
	color: #808080;
}

.footer {
	text-align: center;
	font-size: smaller;
	color: #808080;
}

.newwindow {
	font-family: webdings, dingbats, wingdings;
	font-size: 10pt;
}


ul {
	list-style-image: url(images/bullet.gif);
}

ol {
	list-style-type: decimal;
	list-style-image: none;
}

.static {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	color: #000;
}

.email {
	font-size: 10pt;
	text-align: center;
	color: #777;
}



body {
	}
	
a {
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	color:  #777;
	outline: none;
	}
	
a:visited {
	font-size: 10pt;
	color:  #777;
	}
a:active {
	font-size: 10pt;
	color:  #777;
	}
a:hover {
	font-size: 10pt;
	color: #777;
	text-decoration: underline;
	}

#middle a {
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	color:  #6699FF;
	outline: none;
	}
	
#middle a:visited {
	font-size: 10pt;
	color:  #6699FF;
	}
#middle a:active {
	font-size: 10pt;
	color:  #6699FF;
	}
#middle a:hover {
	font-size: 10pt;
	color: #6699FF;
	text-decoration: underline;
	}

.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-size: 10pt;
	margin-top: 10px;
	margin-bottom: 10px; 
	}

/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. UPDATE: this has turned out to be very rare. my current recommendation is IGNORE this warning. at the moment i'm leaving it in only in case the issue turns up again. possibly the original bug in march 2001 was caused by an unusual combination of factors, although this solved it at the time.*/

h1,h2,h3,h4,h5,h6{
   font-family:sans-serif;
   margin-top:1em;
   margin-bottom:.5ex;}

.box {
/*Top level heading with box*/
	font-size: 12px;
	font-style: italic;
    margin-right: 0in;
    text-align:center;
    text-decoration:none;
    font-weight:bolder;
    border: 1px solid #ccc;
    padding-top: 0.07in;
    padding-bottom: 0.06in;
    padding-left: 0in;
    padding-right: 0in;
	margin-top: .25in;
	margin-bottom: 0in;
}

h1 {
	font-size: 14pt;
	font-style: italic;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 12pt;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	font-size: 10pt;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font-size: 8pt;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 8pt;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 8pt;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
img {
	border: 0;
	}
.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.tiny {
	font-family: tinyfonts, arial, helvetica;
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}	
#top {display: none;
	}
	
#left {
    	page-break-inside: right;
	position: relative;
	top: 20px;
	left: 20px;
	margin: 20px;
	padding: 10px;
	border: 5px solid #eee;
	background: #fff;
	width: 200px; /* ie5win fudge begins -- doesn't change mozilla nor IE Mac*/
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 170px; /*doesn't change mozilla nor IE Mac/PC*/
	}
html>body #left {
	width: 140px; /* ie5win fudge ends -- Changes Mozilla, not IE Mac*/
	}
	
#left a {
	color: #555;

}
	
#middle {
    	page-break-inside: right;
	position: relative;
	top: 20px;
	left: 20px;
	margin: 5px 5px 5px 5px;
	padding: 10px;
	border: 5px solid #fff;
	background: #fff;
	width:  5in;	
	}
	
#right {
	page-break-inside: right;
	position: relative;
	left: 20px;
	margin: 20px 190px 20px 190px;
	padding: 10px;
	border: 5px solid #fff;
	background: #fff;
	width: 2in; /* ie5win fudge begins -- doesn't change mozilla nor IE Mac*/
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 2in; /*doesn't change mozilla nor IE Mac*/
	}
html>body #right {
	width: 2in; /* ie5win fudge ends -- Changes Mozilla, not IE Mac*/
	}
	
pre {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}
	
.vision {
	background-color:#eee; 
	padding: 10px;

}
