body {
  margin: 5;
  font-family: verdana;
  font-size: 11;
  color: black;
  background-color: #343435;
  background-image: url(images/background.gif);
}

:link { color: #00C; background: transparent }
:visited { color: #609; background: transparent }
a:active { color: #C00; background: transparent }

a:link img, a:visited img { border-style: none } /* no border on img links */

a img { color: white; }        /* trick to hide the border in Netscape 4 */
@media all {                   /* hide the next rule from Netscape 4 */
  a img { color: inherit; }    /* undo the color change above */
}

table {
	border: none;
	padding: 0px;
	margin: 0px;
}

th, td { /* ns 4 */
	font-family: tahoma;
	font-size: 11px;
	line-height: auto;
	color: #000000;
}

.text {
	font-family: tahoma;
	font-size: 11px;
	line-height: auto;
	color: #000000;
}

.caption {
	font-size: 11;  
}

.category {
	font-size: 12;
	FONT-WEIGHT: bold;
	cursor: hand;
	pointer: hand;
}

.product {
	font-weight: bold;
	cursor: hand;
	pointer: hand;
}

A:link, A:visited, A:active { 
	color: #996633;
	text-decoration: none;
}

A:hover { 
	text-decoration: underline;
}

.header {
	font-size: 11;
	color: red;
	font-weight: bold;
}

.whiteheader {
	font-size: 15;
	color: white;
	font-weight: bold;
}

.textarea {
	font-family: verdana;
}

.formBox {
	background-color: #FEFEFE;
	color: #222222;
	font-size: 8pt; 
	font-family: arial, helvetica; 
	border-top: #DEDEDE solid thin; 
	border-bottom: #DEDEDE solid thin; 
	border-right: #DEDEDE solid thin; 
	border-left: #DEDEDE solid thin; 
}

.color1 {
	color: #E70000;
	text-indent: 3pt;
	background-repeat: no-repeat;
}

.color2 {
	text-indent: 3pt;
	background-repeat: no-repeat;
}
.calcell {
    BACKGROUND: #C6C7C6
}

.calcelllook {
    BACKGROUND: #9C9C9C
}

A.calcell:link {
    COLOR: #D6D6D6;
    TEXT-DECORATION: none
}

A.calcell:visited {
    COLOR: #D6D6D6;
    TEXT-DECORATION: none
}

A.calcell:active {
    COLOR: #C8C8C8;
    TEXT-DECORATION: none
}

A.calcell:hover {
    COLOR: #FFFFFF;
    TEXT-DECORATION: underline
}

.calnum {
    FONT-WEIGHT: bold;
    FONT-SIZE: 9px;
    COLOR: #232323;
    FONT-FAMILY: Verdana;
    TEXT-ALIGN: right;
    TEXT-DECORATION: none
}

.caltext {
    FONT-WEIGHT: normal;
    FONT-SIZE: 9px;
    COLOR: #FFFFFF;
    FONT-FAMILY: Verdana;
    TEXT-ALIGN: left;
    TEXT-DECORATION: none
}

.leftspacer { /* amount of space to the left of the header and titles */
    width: 0px;
}

.head { /* page headers */
    font-size: 12px; 
    font-weight: bold; 
}

.navtableborderbegin {
    border:1px solid #95A87A;
}

.admin { /* used in admin bars */
    font-weight: bold; 
}

.navtableborderend {
    border:1px solid #95A87A;
    border-top-width:0px;
}

#trailimageid {
	font-size: 0.75em;
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
	width: 350x;
	height: 0px;
	z-index: 200;
}

#divBanner {
	position:         absolute;
	width:            460px;
	height:           15px;
	left:             50%;
	top:              10px;
 	z-index:          0;
 	background-color: white;
	margin-left:      -90px;
	margin-top:       0px;
	color:            black;
}

.acrEg {
    color: #B50021;
    padding-left: 5em;
}

dt { /* ns 4 */
  font-weight: bold;
  font-style: italic;
}

.ansQ {
  font-weight: bold;
  line-height :120%;
}

.ansA {
  font-weight: normal;
}

.row1 {
    background:#EFEFEF;
    font-size: 12;
    FONT-WEIGHT: bold;
    cursor: hand;
    pointer: hand;
}

.row2 {
    background:#FFFFFF;
    font-size: 12;
    FONT-WEIGHT: bold;
    cursor: hand;
    pointer: hand;
}

.row1norm {
    background:#EFEFEF;
    font-size: 12;
    FONT-WEIGHT: bold;
}

.row2norm {
    background:#FFFFFF;
    font-size: 12;
    FONT-WEIGHT: bold;
}