
 /* General page style.*/
body {
        background-color: #b3e3ee;     
        margin-top: 0;
        margin-left: 0;
}

table {
        border-color: #196261; 
}

/* General font families for common tags */
font,th,td,p { font-family: Tahoma, Arial, Verdana; color : #000000;  }
        a:link,a:active,a:visited { text-decoration: none; color : #000000; }
        a:hover { text-decoration: underline; color : #0000FF; }
        td              { font-size: 13px; }

table.main {
    background-color: #FFFFFF;
}		
		
td.0 {
	background-color: #e5f8fd;
}
td.1 {
	background-color: #fcfbec;
}
td.2 {
	background-color: #FFFFFF;
}
tr.0 {
	background-color: #e5f8fd;
}
tr.1 {
	background-color: #fcfbec;
}
tr.2 {
	background-color: #FFFFFF;
}
		
td.l {
   border-left: thin solid;
}
td.head {
   border-left: thin solid;
   border-top: thin solid;
   border-right: thin solid; 
   background-image: url(blacks.jpg); 
}
td.lr {
   border-left: thin solid;
   border-right: thin solid;
}
td.lt {
   border-left: thin solid;
   border-top: thin solid;
}
td.r {
   border-right: thin solid;
}
td.rt {
   border-right: thin solid;
   border-top: thin solid;
}
td.t {
   border-top: thin solid;
}
td.b {
   border-bottom: thin solid;
}
td.rbt {
   border-right: thin solid;
   border-bottom: thin solid;
   border-top: thin solid;
}
td.lb {
   border-left: thin solid;
   border-bottom: thin solid;
}
td.ltr {
   border-left: thin solid;
   border-top: thin solid;
   border-right: thin solid;
}
td.lbr {
   border-left: thin solid;
   border-bottom: thin solid;
   border-right: thin solid;
}

td.main {
   border-right: thin solid;
   border-bottom: thin solid;
   border-top: thin solid;
   background-color: #000000;
}
font.ptitle {
   color: #5ef7f5;
   font-family: Corbel;
}
font.ititle {
   color: #05c0c2;
   text-decoration: bold;
   font-size: 16px;
   font-family: Calibri, Tahoma;
}
font.cyan {
   color: #05c0c2;
}
font.blue {
   color: #60b5cc;
}
font.yellow {
   color: #fffaa4;
}
font.orange {
   color: #fbdb5a;
}

