/**
  * Cascadding Style Sheet (CSS) Used for 
  * all the sites in
  * Micromerchantsys.com website©
  * @author Anwar-ul-Islam Qureshi
  */

body {      /* Document Style */

         font-size   : 6pt;
         font-family : Verdana;
         text-align  : left;
         color       : #000000;
		 background-color	:	#FFFFFF;
}
table.a3
{
	BORDER-TOP: #0c2e85 1px solid;
	BORDER-BOTTOM: #0c2e85 1px solid;
	BORDER-LEFT: #0c2e85 1px solid;
	BORDER-RIGHT: #0c2e85 1px solid;
	font-size   : 10pt;
    font-family : Arial, Helvetica, sans-serif;
	font-weight	: bold;
    text-align  : left;
    
}
table.a2
{
	BORDER-TOP: #0c2e85 1px dotted;
	BORDER-BOTTOM: #0c2e85 1px dotted;
	BORDER-LEFT: #0c2e85 1px dotted;
	BORDER-RIGHT: #0c2e85 1px dotted;

}
table.header{      /* Document Style */

        background-color       : darkred;

}
table.sidemenu{      /* Document Style */

        background-color       : #CCCCCC;
}
td {      /* Document Style */

         font-size   : 8pt;
         font-family : Verdana;
         text-align  : left;
		 background-color : #FFFFFF;
}
td.menu {      /* Document Style */

         font-size   : 8pt;
         font-family : Verdana;
		 font-weight	: bold;
         text-align  : right;
		 text-transform	: capitalize;
         background-color	: #CCCCCC;
}
td.sidemenu {      /* Document Style */

         font-size   : 9pt;
         font-family : Verdana;
		 font-weight	: bold;
         text-align  : center;
		 text-transform	: capitalize;
         background-color	: #CCCCCC;
}
td.heading {      /* Document Style */

         font-size   : 12pt;
         font-family : Verdana;
		 font-weight	: bold;
         text-align  : left;
         color       : #FFFFFF;
		 background-color	: darkred;
}
td.footer {      /* Document Style */

         font-size   : 8pt;
         font-family : Verdana;
		 font-weight : bold; 
		 text-align  : center;
         background-color	: e1e1e1;
}
td.homeimage {      /* Document Style */

         text-align  : center;
         background-color	:#CCCCCC;
}
td.r {      /* Document Style */

         font-size   : 10pt;
         font-family : Verdana;
         text-align  : right;
         color       : #990000;
}

.i {      /* Document Style */

         width		 : 100pt;
		 height		 : 30pt;	
}


td.a {      /* Document Style */

         font-size   : 8pt;
         font-family : Verdana;
         text-align  : center;
         color       : #000000;
}

td.b {      /* Document Style */

         font-size   : 10pt;
         font-family : Verdana;
		 font-weight : bold;
         text-align  : center;
         color       : #0066ff;
      }

td.h {      /* Document Style */

         font-size   : 8pt;
         font-family : Verdana;
         font-weight : bold;
         text-align  : left;
      	 color       : #170955;
      	 background-color	: #e1e1e1;
}
td.req {      /* Document Style */

         font-size   : 10pt;
         font-family : Verdana;
         font-weight : bold;
         text-align  : left;
      	 background-color	: #CCCCCC
}
h3.h {      /* Document Style */

         font-size   : 12pt;
         font-family : Verdana;
         font-weight : bold;
         text-align  : left;
         color       : #990000;
}
td.c {      /* Document Style */

         font-size   : 10pt;
         font-family : Verdana;
         font-weight : bold;
         text-align  : center;
		 color       : #990000;
		 background-color	: #e2e2e2;
        
}
td.printc {      /* Document Style */

         font-size   : 10pt;
         font-family : Verdana;
         font-weight : bold;
         text-align  : center;
		
}
td.label {      /* Document Style */

         font-size   : 10pt;
         font-family : Verdana;
         font-weight : bold;
         text-align  : center;
		 color		: #FFFFFF;
		 background-color	: #FFFFFF;
        
}

P {      /* Paragraph Style */

         color       : #000000;         
         font-size   : 8pt;
         font-family : Verdana;
}

A  {      /* Link Style */

         text-decoration : underline;
         font-size       : 8pt;
         font-weight     : bold;
         font-family     : Verdana;
}


A:Active {      /* Active Link Style */

         text-decoration : underline;
         color           : #0066ff;
         font-size       : 8pt;
         font-weight     : bold; 
         font-family     : Verdana;
}

A:Visited {      /* Visited Link Style */

         text-decoration : underline;
         font-size       : 8pt;
         font-weight     : bold;    
         font-family     : Verdana;
         color           : #0066ff;
}

A:Hover {      /* Mouse Over Link Style */

         text-decoration : none;
         color           : darkred;
         font-size       : 8pt;
         font-weight     : bold; 
         font-family     : Verdana;
}
INPUT {
	BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid; BORDER-BOTTOM: black 1px solid; BACKGROUND-COLOR: white
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

/** End of File: COPYRIGHTED -- Micro Merchant Systems, inc.© -- **/