table		{font-size: 10px;
		font-family: arial, helvetica, Serif;
		color: black;
		background-color: white;}

table.bordertb  {border-top-style: solid; border-left-style: solid;
		border-width: 1px;
		border-color: 555d87;}

td.bordertd	{border-bottom-style: solid; border-right-style: solid;
		border-width: 1px;
		border-color: 555d87;}

td.borderb	{border-bottom-style: solid;
		border-width: 1px;
		border-color: 555d87;}

td.bigfont	{font-size: 12px;}

p.smallfont	{font-size: 10px;}

p.bigft		{font-size: 12px;}

div             {position: absolute;
                border-color: #9c97cd;
                border-width: 1px;
                border-right-style: none;
                border-left-style: none;
                border-top-style: none;
                border-bottom-style: none;}

.borderon       {border-right-style: solid;
                border-left-style: solid;
                border-top-style: solid;
                border-bottom-style: solid;}

.border0ff	{border-right-style: none;
                border-left-style: none;
                border-top-style: none;
                border-bottom-style: none;}		

a:link    {color: black; text-decoration: underline;}
a:visited {color: black; text-decoration: underline;}
a:active  {color: blue; text-decoration: underline;}
a:hover   {color: red; text-decoration: underline;}

