/* 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 ;
}
