/* Rules for support pages */
/*Override defaults */

.headerlightlogo {
	background-color: #FFD968;
	/*background-image: url(/graphics/slanted_yw.gif);
	background-position: 0% 100%;
	background-repeat: no-repeat;*/
	text-align: right;
	}

.content DT { 
	display: compact;
	/*color: #999999;*/
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	}

.content A:Link {color: blue
     text-decoration: underline;}

.content A:Visited {color: red;}

.content A:Hover {
	color: blue;
	/*color: white;
	background-color: blue;*/
	text-decoration: underline;
	}
	
/*Special rules for /support pages */
.keyselect
 {
 text-decoration: underline;
 }
 
img {border: 0px;}
.notagif3
 {
 font-size: xx-small;
 vertical-align: super;
 font-weight: bold;
 color: white;
 background: blue;
 padding: 2px;
 padding-bottom: 3px;
 border-bottom: 3px solid #fff;
  }
.notagif4
 {
 font-size: xx-small;
 vertical-align: super;
 font-weight: bold;
 color: white;
 background: #cc3333;
 padding-top: 2px;
 padding-left: 2px;
 padding-right: 2px;
 border-bottom: 3px solid #fff;
  }
.notagif5
 {
 font-size: xx-small;
 vertical-align: super;
 font-weight: bold;
 color: white;
 background: #666;
 padding-top: 2px;
 padding-left: 2px;
 padding-right: 2px;
 border-bottom: 3px solid #fff;
  }
small.smaller
  {
  font-size: smaller;
  color: white;
  background: transparent;
  }
.update
  {
  float: right;
  color: white;
  background: transparent;
  }


