/* Cascade Style Sheet for MID Web Site */

body       {
    background-image: url('images/whbg.gif');
    backgroud-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	}
td.banner  { 	
	background-image: url('images/banner.jpg');
	background-repeat:no-repeat; 
	background-position: center;
	text-align: center;
	font-family: Times New Roman;
	font-size: 14pt;
	font-weight: bold;
	height: 130px;
	padding-left: 4px;
	padding-right: 4px;	
}
td.navbar {
	text-align: center;
	font-family: comic sans ms;
	font-size: 14px; 
	font-stretch: extra-expanded;
	height: 25px; 
	font-weight: bold
}
tr.caption {
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
	font-family: sans-serif;
	color: #000080
}
p.text   {
	font-family: helvetica; 
	color: #000066;
	font-size:11pt;  
	text-align:left;
	line-height: 125%;
	font-weight: bold; 
}
td.text   {
	font-family: helvetica; 
	color: #000066;
	font-size:11pt;  
	text-align:left;
	line-height: 125%;
	font-weight: bold; 
}
a:link {
	font-family: sans-serif;
	text-decoration: none; 
	font-style: italic;
	color: #800000;
	font-weight: bold;
	font-size: 13px;
}
a:visited {
	font-family: sans-serif;
	text-decoration: none;
	color: #663300;
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
}
a:hover {
	font-weight: bolder;
	text-decoration: none;
	color: #0000FF;
	font-family: sans-serif;
	font-size: 13px;
}