BODY{
	background-image: url(images/bg.gif);
	background-color: #191919;
	margin: 13 20 0 20;
	}
TD,TH,P,DIV,BLOCKQUOTE {
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	line-height: 120%;
	}
HR {height: 1px;}
a:link {color: #2B459E;}
a:visited {color: #2B459E;}
a:hover {color: #000000;} 
a:active {color: #000000;}

.tableOutline {
	background-color: #333333;
	border: solid #666666;
	border-width: 1px;
	}
.header {
	background-image: url(images/headerBG.gif);
	background-repeat: repeat-x;
	width: 95%;
	}
.mainBG{
	background-image: url(images/bodyBG.jpg);
	background-repeat: repeat-x;
	background-color: #9F9E9E;
	}
.slogan {
	background-image: url(images/Quality-Innovation.gif);
	background-repeat: no-repeat;
	background-color: #000000;
	width: 100%;
	height: 32px;
	}
.body {
	width:460px;
	height:540px;
	overflow: auto;
	padding: 0px 10px 0px 20px;
	}
.body2 {
	width:630px;
	height:540px;
	overflow: auto;
	padding: 0px 10px 0px 20px;
	}
ul {
	list-style-type: square;
	}
.heading {
	font-size: 13px;
	font-weight: bold;
	}
.titles {
	color: #02256D;
	font-weight: bold;
	}
.sm {font-size: 11px;}
.blue {
	color: #2B459E;
	line-height: 100%;
	}

#nav_top {
	background-color: #02256D;
	vertical-align: bottom;
	font-size: 11px;
	}	
	#nav_top a:link, #nav_top a:visited {
		padding: 3px 10px 3px 10px;
		color: #FFFFFF;
		text-decoration: none;
	}
	#nav_top a:hover {
		color: #F6F3BF;
		text-decoration: underline;
	}
	
	
	#nav_side_main td
      {
        font-weight: bold;
		font-size: 12px;
		padding: 5px 3px 0px 10px;
		background-color: #AEAEAE;
      }
      #nav_side_main td a
      {
        color: black;
        text-decoration: none;
		height: 22px;
      }
	  #nav_side_main a:hover { color: #FFFFFF;}
	  #nav_side_main td:hover
	      {
	        color: #FFFFFF;
	        text-decoration: none;
			background-color: #02256D;
	      }

	#nav_side_sub td
      {
        font-weight: bold;
		font-size: 11px;
		padding: 5px 3px 0px 25px;
		background-color: #E1E1E1;
      }
      #nav_side_sub td a
      {
        color: black;
        text-decoration: none;
		height: 22px;
      }
	  #nav_side_sub a:hover { color: #FFFFFF;}
	  #nav_side_sub td:hover
	      {
	        color: #FFFFFF;
	        text-decoration: none;
			background-color: #183E8A;
	      }
	
	#nav_side_product td
      {
        font-weight: normal;
		font-size: 11px;
		padding: 3px 3px 0px 40px;
		background-color: #F4F4F4;
      }
      #nav_side_product td a
      {
        color: black;
        text-decoration: none;
		height: 22px;
      }
	  #nav_side_product a:hover { color: #FFFFFF;}
	  #nav_side_product td:hover
	      {
	        color: #FFFFFF;
	        text-decoration: none;
			background-color: #3C63B4;
	      }
#company {
	background-color: #02256D;
	background-image: url(images/companyBG.gif);
	color: #FFFFFF;
	padding: 10px 20px 10px 30px;
	}
	#company a:link, #company a:visited {
		color: #FFFFFF;
	}
	#company a:hover {
		color: #4F7CDA;
	}
	
#copyright {
	color: #FFFFFF;
	text-align: right;
	}
	#copyright a:link, #copyright a:visited {
		color: #FFFFFF;
		text-decoration: none;
	}
	#copyright a:hover {
		color: #4F7CDA;
		text-decoration: underline;
	}
#nav_side {
	background-color: #000000;
	width: 280;
	padding: 3 3 3 10;
	color: #FFFFFF;
	font-size:10px;
	}	
#nav_side a:link, #nav_side a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#nav_side a:hover {
	color: #F6F3BF;
	text-decoration: underline;
}
	
ul.list_one {
  list-style-type:none; /* remove the bullets */
  margin:0; /* remove the automatic margin that some 
               browsers use for the text-indent. */
  padding:0; /* remove the automatic padding that other
               browsers use for the text-indent. */
  width:100%; /* fix the width of the list items which
               would default to 100% */
  font-weight: bold;
  font-size: 12px;
}
ul.list_one a, ul.list_one a:visited, ul.list_one a:active {
  text-decoration:none; /* remove the default underline from
                           the links */
  display:block; /* make each link into a block so that
                    hovering over any area of the link 
                    will cause a change of background color */
  width:100%; /*set the width to be the same as the ul width */
  text-indent:15px; /* move the link text 5px to the right */
  padding:2px;
  background:#AEAEAE; /* make the background color */
  color:#000; /* make the text color white */
  border-bottom:1px solid #323232; /* separate the links with a 1px line */
}
ul.list_one a:hover {
  background:#02256D; /* change the background to blue on :hover */
  color:#fff; /* make the text color white */
}
ul.list_two {
  list-style-type:none; /* remove the bullets */
  margin:0; /* remove the automatic margin that some 
               browsers use for the text-indent. */
  padding:0; /* remove the automatic padding that other
               browsers use for the text-indent. */
  width:100%; /* fix the width of the list items which
               would default to 100% */
  font-weight: bold;
  font-size: 11px;
}
ul.list_two a, ul.list_two a:visited, ul.list_two a:active {
  text-decoration:none; /* remove the default underline from
                           the links */
  display:block; /* make each link into a block so that
                    hovering over any area of the link 
                    will cause a change of background color */
  width:100%; /*set the width to be the same as the ul width */
  text-indent:30px; /* move the link text 5px to the right */
  padding:2px;
  background:#E1E1E1; /* make the background color */
  color:#000; /* make the text color white */
  border-bottom:1px solid #323232; /* separate the links with a 1px line */
}
ul.list_two a:hover {
  background:#183E8A; /* change the background to blue on :hover */
  color:#fff; /* make the text color white */
}

ul.list_three {
  list-style-type:none; /* remove the bullets */
  margin:0; /* remove the automatic margin that some 
               browsers use for the text-indent. */
  padding:0; /* remove the automatic padding that other
               browsers use for the text-indent. */
  width:100%; /* fix the width of the list items which
               would default to 100% */
  font-size: 11px;
}
ul.list_three a, ul.list_three a:visited, ul.list_three a:active {
  text-decoration:none; /* remove the default underline from
                           the links */
  display:block; /* make each link into a block so that
                    hovering over any area of the link 
                    will cause a change of background color */
  width:100%; /*set the width to be the same as the ul width */
  text-indent:45px; /* move the link text 5px to the right */
  padding:2px;
  background:#F4F4F4; /* make the background color */
  color:#000; /* make the text color white */
  border-bottom:1px solid #323232; /* separate the links with a 1px line */
}
ul.list_three a:hover {
  background:#3C63B4; /* change the background to blue on :hover */
  color:#fff; /* make the text color white */
}