/* Common.css */

span {font-size:13px; color:black; font-family:"arial"; font-weight:bold;}
     .s0800	 {font-size:08px;} /* Smallest printable size */
     .s0900	 {font-size:09px;} /* This is 1/8 inch */
     .s1000	 {font-size:10px;} /* Head H6; Size 1, B */
     .s10W00VR  {font-size:10px; color:white; font-family:"verdana";}
     .s1100  {font-size:11px;} 
     .s1200	 {font-size:12px;} /* Head H5; Size 2, B */
     .s12W0  {font-size:12px; color:white;}
     .s1300	 {font-size:13px;} /* Selected Origin */
     .s13000CN	{font-size:13px; font-family:"courier new";} 
     .s13C0	 {font-size:13px; color:cyan;}
     .s13W0	 {font-size:13px; color:white;}
     .s1400	 {font-size:14px;}
     .s14W0	 {font-size:14px; color:white;}
     .s14Y0	 {font-size:14px; color:yellow;}
     .s1500	 {font-size:15px;}
     .s1600	 {font-size:16px;} /* Head H4; Size 3, B */
     .s1600vm	{font-size:16px; vertical-align:middle;}
     .s16B00CN 	{font-size:16px; color:cyan; font-family:"courier new";}
     .s16C00CN 	{font-size:16px; color:cyan; font-family:"courier new";}
     .s16W82CN	{font-size:16px; color:white; background-color:#826BA9; font-family:"courier new";}
	 .s16X82CN 	{font-size:16px; color:#FFD700; background-color:#007D9D;
	            font-family:"courier new";}
     .s1800	 {font-size:18px;} /* Head H3; Size 4, B; 1/4 inch */
     .s1870	 {font-size:18px; color:#007D9D}
     .s18G0	 {font-size:18px; color:green;}
     .s18L0  {font-size:18px; color:blue;}
     .s18RY	 {font-size:18px; color:red; background-color:yellow;}
     .s18W0	 {font-size:18px; color:white;}
     .s18W82CN	{font-size:18px; color:white; background-color:#826BA9; font-family:"courier new";}
     .s2000	 {font-size:20px;}
     .s2070  {font-size:20px; color:#007D9D}
     .s20L0  {font-size:20px; color:blue;}
     .s20G0  {font-size:20px; color:green;}
     .s20W0	 {font-size:20px; color:white;}
     .s2400	 {font-size:24px;} /* Head H2; Size 5, B */
     .s2470  {font-size:24px; color:#007D9D}
     .s24C0	 {font-size:24px; color:cyan;}
     .s24G0	 {font-size:24px; color:green;}
     .s24L0	 {font-size:24px; color:blue;}
     .s24R0	 {font-size:24px; color:red;}
     .s24V0	 {font-size:24px; color:#000080;} /* Navy */
     .s24W0	 {font-size:24px; color:white;}
     .s24X0  {font-size:24px; color:gold;}
     .s2700  {font-size:27px;} /* This is 3/8 inch */
     .s3000	 {font-size:30px;} /* Head H1; Size 6, B */
     .s3200  {font-size:32px;}
     .s3270  {font-size:32px; color:#007D9D;}
     .s32X0	 {font-size:32px; color:gold;}
     .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 */

td  {text-align:center;}   
     #tL0 {text-align:left;}
     #tLm01 {text-align:left; text-indent:1em;}
     #tC0 {text-align:center;}
     #tC0vm {text-align:center; vertical-algn:middle;}
     #tR0 {text-align:right;}
     #tJ0 {text-a;ign:justify;}

/* CASCADING ORDER, Number 4 has the highest priority
1. Browser Default
2. External Style Sheet (link inside <head> tag)
<link rel="stylesheet" type="text/css"
     	      href=http://www.btrosper.com/UTIL/Common.css />
3. Internal Style Sheet (Inside <head> tag)
<style type="text/css">
4. Inline Styles
<p style="color:red; margin-left: 20px;> SPECIFIED TEXT </p>
*/