body, td, th
{
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
}

html,body { 
   height: 100.1%; 
   } 

/*New stuff by me*/

li.first
{
margin-left: -9px;
list-style-type: square;
}

li.second
{
margin-left: 6px;
list-style-type: circle;
}

/*End new stuff*/


h1 {  font-family: Arial, Helvetica, sans-serif; font-size: 14pt; font-weight: bold; color: #0000CC}
h2 {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold italic; color: #993333}
li {  list-style-type: square; }

a.link { text-decoration: underline; color:red; }
a.active { text-decoration: none; color:red; }
a.visited { text-decoration: underline; color:red; }


td.header
{
color:#A80011;
background-color:#D7FBFD;
}

td.left
{
background-color:#FDECB0;
text-align:left;
padding: 5px;
font-weight: normal;
}

td.right
{
color:#000000;
background-color:#FFFFFF;
text-align: left;
padding: 5px;
font-weight: normal;
}

h1.blu
{
background-color: #330066;
color:#ffffff; 
padding:5px;
/*border: dashed;
border-color: #ff0000 #00ff00 #0000ff*/
}

table.tip
{
color:#000000;
background-color:#ffffff;
font-size: 100%;
border:1px red dashed;
}

table.header
{
color:#000000;
background-color:#ffffff;
border:20px black;
padding:5px;
text-align: center;
}

/*White BG*/
table.main
{
color:#000000;
background-color:#ffffff;
border:20px black;
}

th.main
{
font-weight: normal;
}

/*White BG blue text, bigger text*/
table.blutxt
{
color:#12009C;
background-color:#f1f1f1;
font-size: 120%;
}

/*White bg normal black text*/
table.white
{
color:#000000;
background-color:#f1f1f1;
font-size: 100%;
}

hr
{
background-color:transparent;
color:#000000;
height:1px;
}

