body {margin-top: 0px; margin-left: 0px; font-family:"Franklin Gothic Book";font-size:medium;}

h2 {text-align: center; 
	font-weight: bold;
	font-size: 16pt;} /* use as heading for each page */
	
.light {font-family: Lucida Handwriting, Arial; font-size: 9.5pt;}  /* for CIMS Light text */
.headings {color:#660033;  font-size: 12pt; font-weight:bold;}
.boldtext {font-weight:bold; text-decoration:none;}
.topheader {color:#FFFFFF; margin-left:25px; margin-bottom: 5px;text-align:left;font-family:'Franklin Gothic Demi'; font-size:xx-large; font-weight:normal; font-style:italic;}
.redtext {color: #FF0000; font-family:Arial, Helvetica, sans-serif; font-weight:bold;}
.graytext {color: #666666;font-size:smaller;}
ol.answers li {margin-top: 5px;}
.italics {font-style:italic; color:#333333;}

a {text-decoration: none; color:#009966;}
a:hover  {text-decoration: underline;}
a:visited {color:#0000FF;}

#flashMovie {text-align:left;margin:0px; position:relative;}


/* START used in site map page */
ul.products li{list-style-type:disc; line-height: 20px;}
ul.products li a{font-weight: bold;}
ul.sublist li {list-style-type: square;}
ul.sublist li a {font-weight: normal;}
ul.subsublist li {list-style-type:circle;}
ul.subsublist li a {font-weight: normal;}
/* END used in site map page */

@font-face {
    font-family: Franklin Gothic Book;
    font-style:  normal;
    font-weight: normal;
    src: url(../fonts/FRANKLI1.eot);
  }
@font-face {
    font-family: Franklin Gothic Demi;
    font-style:  normal;
    font-weight: normal;
    src: url(../fonts/FRANKLI0.eot);
  }

@media print {	
	#bg {display: none;}
}	

/* start styles for reference page */
	#ref0, #ref1, #ref2, #ref3, #ref4, #ref5, #ref6, #ref7, #ref8 {font-size:smaller;}
	#ref1text, #ref2text, #ref3text, #ref4text, #ref5text, #ref6text, #ref7text, #ref8text {
		display: none;}
	#ref0text {display: inline;}
	.refPics {float: right; margin: 0px 0px 10px 15px;}

/* end styles for reference page */

/* start styles for upgrades pages */
ol.upgrades li {font-weight: bold; margin-top: 20px;}
ul.pupgrades li { margin-top: 20px;}
ol.upgrades li ul li {font-weight: normal; list-style-type: disc; margin-top: 10px; text-decoration: none;}
ol.upgrades li ul.compact li {font-weight: normal; list-style-type: square; text-decoration: none; margin-top:2px;}
.CIMS {color:#0000FF; font-weight: bold;}
.CIMSLight {color:#009900; font-weight: bold;}
/* end styles for upgrades pages */
  
/* everything below this line is a style for the drop down menu 
*********************************************************************** */
.bluetabs{
border-bottom: = 1px solid #009966;
}

.bluetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 2px;
margin-bottom: 2px;
font: bold small Arial;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display: inline;
margin-right: 15px;
border: 0px;
}

.bluetabs li a{			/* this controls main links on tabs */
text-decoration: none;
padding: 4px 7px;
margin-right: 3px;
border: 0px solid;
color:#FFFFFF;   /*    */
background-color:#009966; /*THEME CHANGE HERE  bluetab.gif  */
}

.bluetabs li a:visited{
color:#FFFFFF;
}

.bluetabs li a:hover{
text-decoration: underline;
color:#0000FF;
}

.bluetabs li.selected{
color:#0000FF;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: underline;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{  
position:absolute; 
top: 0;
border: 1px solid #009966; /*THEME CHANGE HERE  #918d8d */
border-width: 0 1px;
font:normal 8pt Arial;
line-height:12px;
z-index:100;
background-color:#CCCCCC; /*  */
width: 138px;
visibility: hidden;
text-align: left;
}

.dropmenudiv_b a{  /*  This controls the text for the drop down links */
width: auto;
display: block;
text-indent: 5px;
border: 1px solid #009966; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: #000000;   /* for bluetabs, use black  */
text-align: left;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color:#009966;   /* #990033 bluetabs color #edf3f3  */
color: #FFFFFF;  /* do not include this line for bluetabs */
}