body {
  background: url(back1.gif);
  padding: 0px;
  margin: 0px;
}

a:link {
  color: #122B93;
}

a:visited {
  color: #122B93;
}

a:hover {
  color: #D30000;
  text-decoration: none;
}

.top_left {
  text-align: left;
  background: url(images/top_back.gif);
}

.top_right {
  text-align: right;
  background: url(images/top_back.gif);
}

.top_shadow {
  background: url(images/top_shadow.gif);
  repeat: repeat-x;
  width: 100%;
}

.main_table {
  background: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #122B93;
}

.page_width {
   width: 770px;
}

.inside_table {
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
  border-left-style:dotted;
  border-left-width: 1px;
  border-left-color: #C9C9C9;
  text-align: left;
}

.header1 {
  font-family: georgia, trebuchet ms, arial;
  color: #D30000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #C9C9C9;
  padding-bottom: 4px;
  margin-bottom: 4px;
}

.nav {
  padding-top: 0px;
  margin-top: 0px;
  font-family: arial, sans-serif;
  font-size: 70%;
}

.text1 {
  font-family: arial, sans-serif;
  font-size: 75%;
  line-height: 150%;
}

.text2 {
  font-family: arial, sans-serif;
  font-size: 65%
}

.list1 {
  font-family: arial;
  font-size: 100%;
  font-weight: bold;
  list-style-type: square;
  line-height: 150%
}

.table_bottom {
  width: 90%;
  padding: 10px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #C9C9C9;
}

#left_nav {
  font-family: arial, sans-serif;
  font-size: 12px;
  text-align: left;
}


#left_nav ul {
	margin:0;
	padding:0 20px 2px 20px;
  list-style-type: none;
}

#left_nav a {
	display:block;
	width:160px;
	margin-right:3px;
	padding:4px 0 4px 2px;
	text-decoration:none;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  border-bottom-color: #C9C9C9;
}

#left_nav a:hover {
  background: #eee;
}

/* Specifications Table */

#spec_table table {
  margin: 0px;
  padding: 0px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #000;
}

#spec_table td {
  font-family: arial, sans-serif;
  font-size: 12px;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #000;
  padding: 4px;
}


.head {
  font-weight: bold;
  text-align: center;
}

/* Print */

#print {
  display: none;
}
