/* Base.css */

span {font-size:13px; color:black; font-family:"arial"; font-weight:bold;}
     .s0800	 {font-size:08px;} /* Smallest reasonable size */
     .s0900	 {font-size:09px;} /* This is 1/8 inch */
     .s1000	 {font-size:10px;} /* Head H6; Size 1, B */
     .s1100  {font-size:11px;} 
     .s1200	 {font-size:12px;} /* Head H5; Size 2, B */
     .s1300	 {font-size:13px;} /* Selected Origin */
     .s1400	 {font-size:14px;}
     .s1500	 {font-size:15px;}
     .s1600	 {font-size:16px;} /* Head H4; Size 3, B */
     .s1800	 {font-size:18px;} /* Head H3; Size 4, B; 1/4 inch */
     .s2000	 {font-size:20px;}
     .s2400	 {font-size:24px;} /* Head H2; Size 5, B */
     .s2700  {font-size:27px;} /* This is 3/8 inch */
     .s3000	 {font-size:30px;} /* Head H1; Size 6, B */
     .s3200  {font-size:32px;}
     .s3600	 {font-size:36px;} /* This is 1/4 inch */
     .s4500	 {font-size:45px;} /* This is 5/8 inch */
     .s4600	 {font-size:46px;} /* Size 7, B */
     .s5400	 {font-size:54px;} /* This is 3/4 inch */
     .s6300	 {font-size:63px;} /* This is 7/8 inch */
     .s7200	 {font-size:72px;} /* This is  1  inch */
     
     .s00B0  {color:#000000;}  /* black */
     .s00S0  {color:#C0C0C0;}  /* silver */
     .s00A0  {color:#808080;}  /* gray */
     .s00W0  {color:#FFFFFF;}  /* white */
     .s00N0  {color:#800000;}  /* maroon */
     .s00R0  (color:#FF0000;}  /* red */
     .s00P0  {color:#800080;}  /* purple */
     .s00F0  {color:#FF00FF;}  /* magenta, fuchsia */
     .s00G0  {color:#008000;}  /* green */
     .s00M0  {color:#00FF00;}  /* lime */
     .s00Q0  {color:#808000;}  /* olive */
     .s00Y0  {color:#FFFF00;}  /* yellow */
     .s00V0  {color:#000080;}  /* navy */
     .s00L0  (color:#0000FF;}  /* blue */
     .s00T0  {color:#008080;}  /* teal */
     .s00C0  {color:#00FFFF;}  /* cyan, aqua */
     .s00X0  {color:#FFD700;}  /* gold */
     .s00H0  {color:#A65A2A;}  /* brown */
     .s00H0  {color:#AE08EF;}  /* violet */
     .s00Z0  {color:#FF7F00;}  /* orange */
     
     .s000A  {font-family:arial;}
     .s000B  {font-family:braddon;}
     .s000C  {font-family:courier new;}
     .s000E  {font-family:old elglish;}
     .s000G  {font-family:algerian;}
     .s000K  {font-family:lucida typewriter;}
     .s000L  {font-family:lucida handwriting;}
     .s000L  {font-family:lucida handwriting;}
     .s000N  {font-family:times new roman;}
     .s000S  {font-family:stencil;}
     .s000T  {font-family:tahoma;}
     .s000V  {font-family:verdana;}
     
     .0000b  {font-weight:bold; }
     
     .bxsqa {border-style:solid; border-width:1px; border-color:black; }  /* basic box */
     .bxul0 {border-style:solid; border-top-width:0px; border-left-width:0px;
            border-right-width:0px; border-bottom-width:1px; border-color:black; } /* basic underline */

td   {text-align:center;}   
     #tL0   {text-align:left;}
     #tLm01 {text-align:left; text-indent:1em;}
     #tLp05 {text-align:left; text-indent:5px;}
     #tR0   {text-align:right;}
     #tJ0   {text-align:justify;}