/* Stylesheet for deKay Software */

body {	background-color: transparent;
	font-size: 12pt;
	font-family: "Arial", sans-serif;
	color: #3333aa;}

table.head {
   background-color: #AFC1FC;
	position: absolute;
	left: 200px;
	top: 20px;
	width: 550px;
}	

table.main {
        border-width: 0px;
        background-color: #EEF2FB;
	position: absolute;
	left: 200px;
	top: 75px;
	width: 550px;
}

td {padding: 10px;}
td.head {padding: 0px;
         text-align: center;}

td.blank {padding: 0px;;
          background-color: #FFFFFF;}

table.left { background-color: #CBD7FC;
	position: absolute;
	left: 10px;
	top: 20px;
	width: 180px;
	text-indent: 2px;
}	
	
h1 {	background-color: transparent;
	font-size: 24pt;
	color: #3333aa;}
 
h2 {	background-color: transparent;
	font-size: 16pt;
	color: #3333aa;} 

h3 {	background-color: transparent;
	font-size: 12pt;
	color: #3333aa;
} 

.pagehead {	background-color: transparent;
	        font-size: 24pt;
	        color: #3333aa;
                font-weight: bold;
	        }

p.indent {	margin-left: 40px;
		margin-right: 20px;
		margin-top: 20px;
		margin-bottom: 20px;}

.small {        font-size: smaller; }
.footer {        font-size: xx-small; }

a {	text-decoration: none;}
a:link 	{	color: #111177;
	 	background-color: transparent;}
a:hover	{	color: #3333aa;
	 	background-color: #ffffdd;}
