

/* stylesheet.css */

/* Body text and page background */
body {
width: 750px; 
font-family:tahoma;
  font-size: 11px;
 color:#000000;
 background-color: #ffffff;
 background-image: url("/staticImages/grid.gif");
 background-repeat: repeat-y;
}



/* Page title */
td.titlestyle {
text-align: right; 
font-family:impact;
  font-size: 36px;
}

/* Page title */
span.thintitlestyle {
font-family:arial;
  font-size: 14px;
  font-weight: bold;
  font-stretch: ultra-condensed;  
}

/* Model Indicator */
td.headerstyle {
 background-color: #999999;
  font-family: tahoma;
  font-weight: 900;
  font-size: 18px;
  text-align: left;
  padding: 4px;
}

td.nav {
 background-color: #000000;
  color: #ffffff;
  width: 249px;
  font-family: tahoma;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  padding: 4px;
  text-transform:uppercase;
}

/* Bolded Detail List */
td.detailboldstyle {
 background-color: #cccccc;
  font-family: arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  width: 116px;
  padding: 3px;
  text-align: right;
vertical-align: top;
}

/* Detail Results */
td.detailstyle {
 background-color: #cccccc;
  font-family: arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  width: 116px;
Height: 120px;
  text-align: left;
  padding: 3px;
vertical-align: top;
}

a:link {
	color: #000000;
	text-decoration: none;
	}

a:visited{ 
	color: #000000;
	text-decoration: none; 
}

a:hover{ 
	color: #000000;
	text-decoration: none; 
}
 
a:active{ 
	color: #000000; 
	text-decoration: none; 
}
