﻿
body     {       background-color: #95b3d7;
                 font-family: Mangal;
         }

table    {       margin-top: 15px;
                 margin-left: 110px;
                 border-collapse: collapse;
                 width: 87%;
         }

table.table1     {       margin-top: 15px;
                 }

table.table2     {       margin-top: 0;
                 }


th       {       height: 2.5em;
                 padding-left: 1em;
                 padding-right: 1em;
                 background-color: #0B0B61;
                 color: #F7F7F7;
                 font-size: 1.5em;
                 text-align: center;
               /*  border-style: solid;
                 border-color: white;
                 border-width: 2px;
                 width: 10%;  */
         }

th.h1    {       color: #0080FF;
         }

tr.r1    {        height: 20em;
                  color: black;
                  font-size: 1.2em;
                  vertical-align:top;
                  background-color: #F7F7F7;
         }

tr.r2    {        color: black;
                  font-size: 1.2em;
                  vertical-align:top;
                  background-color: #F7F7F7;
                  padding-left: 2em;
         }

 td       {      /* border-style: solid;
                  border-color: red;
                  border-width: 0px;*/
         }      

td.d1    {        padding-top: 1.5em;
                  padding-left: 2em;
         }

td.d2    {        padding-left: 2em;
                  width: 5em;
         }

td.d3    {       background-color: #0052cc;
                 color: white;
                
         }

p        {        margin-bottom: 0.8em;
                  line-height: 1.4;
         }

a:link           { color: #F7F7F7; text-decoration: none }
a:visited        { color: #F7F7F7; text-decoration: none }
a:hover          { color: yellow;  text-decoration: none }

a.class2:link           { color: black; text-decoration: none }
a.class2:visited        { color: black; text-decoration: none }
a.class2:hover          { color: blue;  text-decoration: none }


li       { text-indent:10px;
         }
         
i1        { font-size:2em;
	 	 }

i2        { font-size:1em;
			font-weight:bold
	 	 }

i3        { font-size:0.9em;
			line-height:120%
	 	 }

i4        { font-size:0.5em;
	 	 }
 
.s1		  { border-width: 2px;
			vertical-align: middle;
		 }



