body, html {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;

	background-repeat:repeat-x;

}

.text,.text_bold{

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;

}


.text_bold{

font-weight:bold;
color:#024481;

}

.orange{
font-weight:normal;
color:#FF6600;
font-size:11px;
}

.orange a{
text-decoration:underline;
color:#FF6600;
}


.orange a:hover{
text-decoration:none;
}


.bullet{
color:#E67704;
font-weight:bold;
font-size:12px;

}


.bg{
background-repeat:no-repeat;

}


.title{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#FFFFFF;
font-weight:bold;
text-transform:uppercase;

}


.line{
border-top:2px solid #0d5271;

}



.product_title{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#024481;
font-weight:bold;
text-transform:capitalize;

}

.button{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:white;
text-transform:lowercase;
font-size:12px;
text-decoration:none;
cursor:hand;
}


.button:hover{

color:#024481;

}

.text_box{
width:150px;
height:20px;

}


.textboxmultiple{
width:250px;
height:100px;

}


.leftline{
border-right:1px solid white;


}


.bottom{
border-bottom:1px dashed grey;

}


.frame{
border:1px solid black;

}

div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 9pt;
  font-style: normal;
  font-weight: normal;
  color: #000000;
  text-transform:capitalize;
}

div.menuBar { 
  padding: 4px 2px 4px 2px;
  text-align: left;
}

div.menuBar a.menuButton {
  background-color: transparent;
  font-weight:bold;
  font-size:12px;
  color: #FFFFFF;
  cursor: default;
  left: 0px;
  margin: 1px;
  padding: 2px 17px 2px 17px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
  border-right:1px solid #FFFFFF;
}

div.menuBar a.menuButton:hover {
  background-color: transparent;
  color: #000000;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {

  border-color: #909090 #f0f0f0 #f0f0f0 #909090;
  color: #ffffff;

}

div.menu {
  background-color: #fff3e1;

  left: 0px;
  padding: 0px 1px 1px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
}

div.menu a.menuItem {
  color: #000000;
  cursor: default;
  display: block;
  padding: 3px 0.4em;
  text-decoration: none;
  white-space: nowrap;
  border-top:1px solid white;
    font-weight:bold;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {

  color: #ff6c00;
}



div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}

div.menu div.menuItemSep {
  border-top: 1px solid #909090;
  border-bottom: 1px solid #f0f0f0;
  margin: 4px 2px;
}

.link{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#E67704;
text-decoration:underline;

}


.link:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#E67704;
text-decoration:none;

}