/* Revision History
	 4-2-2003	cbc made w3c complient
       2-2-2004   dbc maintenance fixes
*/
   A:link    { color: Blue; background-color:Transparent  }						/* unvisited link */
   A:visited { color: Red; text-decoration: underline; background-color:Transparent} 	/* visited links  */
   A:active  { color: Lime; outline: thick solid blue;background-color:Transparent}		/* active links   */
   A:hover   { color: yellow; background: black ;}
@page 
{ 
	size    : 8.5in 11in; 
	margin  : 2cm;
}
BODY 
{
	color            : black ;
	background-color : white ;
}
DIV.title
{	
	background-color: Transparent;
	font-size  : 12pt ;
	line-height: 45% ;
	color      : blue;
	text-align : left;
}
DIV.banner
{
	line-height: 100%;
	font-size  : 14pt;
	color      : blue;
	text-align : left;
	background : #F0D8C1; /*RRGGBB*/

}
DIV.copyright 
{
	background-color:Transparent ;
	font-size     : 12pt ; 
	color         : black ;
	text-align    : left ;
	line-height   : 50% ;
	font-style    : italic;
}
DIV.legal 
{
	font-size     : 12pt ; 
	color         : black ;
	text-align    : Center ;
	line-height   : 100% ;
	font-style    : italic;
	background    : white ;
}
DIV.proddesc 
{
	background-color:Transparent ;
	font-size  : 10pt;
	line-height: 50%;
	text-align : left;
}
DIV.q
{
	color      : green;
	background-color:Transparent ;
	font-size  : 12pt ;
	font-style : normal
}
DIV.a 
{
	color      : red;
	background-color:Transparent ;
	font-size  : 12pt;
	font-style : italic;
}
DIV.bigletter 
{
	color      : red;
	background-color:Transparent ;
	font-size  : 35pt;
	font-style : normal;
}
DIV.mediumletter 
{
	color      : red;
	background-color:Transparent ;
	font-size  : 18pt;
	font-style : normal;
}
H1 
{
    font-style : italic ;
    color      : black;
    background-color:Transparent ;

/*    text-decoration: underline ;
      font-size  : 30pt ;  
      background : white ;
      text-shadow: black 5px 5px 15px;
 */

}
H2 
{
    color : black ;
	background-color:Transparent ;
    font-style : normal;    
}

P.maintext 
{
	color            : black;
	background-color : white;
	font-style       : normal;
	font-size        : large
}
P.bigtext 
{
	color            : black;
	background-color : Transparent;
	font-style       : normal;
	font-size        : 35pt;
}
P.medtext 
{
	color            : black;
	background-color : Transparent;
	font-style       : normal;
	font-size        : 18pt;
}
P.bullets 
{
	color            :black;
	background-color :white;
	font-style       :normal;
	font-size        :large;
}

TABLE.title 
{
	background-color :white;
	background      : white;
	border-style    : none ;
	table-layout    : auto;
}
TABLE.selectionbar 
{
	background-color :white;
	background      : #FFD8C1;
	border-style    : none ;
	table-layout    : auto;
}
TABLE.main 
{
	background-color :white;
	border-top      : 3px solid black;
	border-bottom   : 3px solid black;
	border-left     : 3px solid black;
	border-right    : 3px solid black;
	border-style    : none ;
	table-layout    : auto;
	background      : white;
	margin-left		: 0;
	margin-right	: auto;
}
TD.leftmenu 
{
	background : #FFD8C1;
	border     : double black
}
TABLE.packages 
{
	border-top      : 3px solid white;
	border-bottom   : 3px solid green;
	border-left     : 3px solid black;
	border-right    : 3px solid blue;
	border-collapse : separate;
	table-layout    : auto;
	background		: white;
	margin-left		: auto;
	margin-right	: auto;
}
CAPTION.packages 
{
	caption-side : top ;
	width        : auto ;
	text-align   : left ;
	background   : black;
	color        : white;
}
TABLE.spec 
{
	border-top      : 3px solid black;
	border-bottom   : 3px solid black;
	border-left     : 3px solid black;
	border-right    : 3px solid black;
	border-collapse : separate;
	table-layout    : auto;
	background		: white;
	margin-left		: 0;
	margin-right	: auto;
}
CAPTION.spec 
{
	caption-side : top ;
	width        : auto ;
	text-align   : left ;
	background   : black;
	color        : yellow;
}
TR.spec
{ 
	text-align: center;
	border-top: 3px solid blue;
	border-bottom : 3px solid blue;
}
TD.spec 
{
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	border-left: 2px solid black;
	border-right:2px solid black;
	background : white ;
}
div.figureRight {
  float: right;
  clear:right;
  border: thin silver solid;
  margin: 0.25em;
  padding: 0.25em;
}
div.figureRight p {
  text-align: center;
  font-style: italic;
  color:deeppink;
  text-indent: 0;
}
/* new stuff
*/

div.figureLeft {
  float: left;
  clear:left;
  border: thin silver solid;
  margin: 0.25em;
  padding: 0.25em;
}
div.figureLeft p {
  text-align: center;
  font-style: italic;
  color:deeppink;
  text-indent: 0;
}
div.myclear {
clear:both;
}
.fancyfirst {
	font-size: 2em;
	font-style: normal;
	color: red;
}
.emphasize {
	font-size: 1.1em;
	font-style: normal;
	color: red;
}
table.minisize 
{
	border-top      	: 3px blue;
	border-bottom   	: 3px blue;
	border-left     	: 3px blue;
	border-right    	: 3px blue;
	border-collapse 	: collapse;
	border-color	: red;
	background-color	: white;
	margin-left		: 0;
	margin-right	: auto;
}
table.minisize caption
{
	caption-side : top ;
	width        : auto;
	text-align   : center;
	font-size	 : 0.8em;
	background   : black;
	color        : yellow;
}
table.minisize th
{ 
	text-align		: center;
	font-size		: 0.8em;
	color			: red;
	border		: 1px solid blue;
}
table.minisize tr
{ 
	text-align		: left;
	font-size		: 0.8em;
	border-top		: 1px solid blue;
	border-bottom 	: 1px solid blue;
}
table.minisize td
{
	border-top		: 1px solid black;
	border-bottom	: 1px solid black;
	border-left		: 1px solid black;
	border-right	: 1px solid black;
	background 		: white ;
table.minisize tf
{ 
	text-align		: center;
	font-size		: 0.8em;
	color			: red;
	border		: 1px solid blue;
}
table.mini {
	width: 700px;
	padding: 0;
	margin: 0;
	border: 1px;
}

table.mini caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	background: green;
}

table.mini th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

table.mini th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

table.mini td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


table.mini tr.alt td {
	background: #F5FAFA;
	color: #797268;
}

table.mini th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

table.mini th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}
table.ssiparts {
	border-width: 2px 2px 2px 2px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: red red red red;
	border-collapse: separate;
	background-color: white;
}
table.ssiparts th {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: double double double double;
	border-color: blue blue blue blue;
	background-color: rgb(255, 255, 240);
}
table.ssiparts tr.heading td{
	color: red;
	text-align: center;
	font-size:1em;
	background-color: white;
}
table.ssiparts tr.alt td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: double double double double;
	border-color: blue blue blue blue;
	background-color: rgb(255, 240, 255);
	color: black;
	font-size: .75em;
	text-align:center;
}
table.ssiparts td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: double double double double;
	border-color: blue blue blue blue;
	background-color: rgb(255, 255, 240);
	color: black;
	font-size: .75em;
	text-align:center;
}
