/* document body ATTRIBUTES */
body
{
/* document colour ATTRIBUTES */
color: #ffcc00; /* colour 'yoke yellow */
background-color:#000000; /* colour black */

/* document font/text ATTRIBUTES */
font-style: normal;
font-family: sans-serif; /* options: Arial, Coruier, Times, cursive, fantasy, monospace, sans-serif, serif, none */
font-variant: normal; /* normal, small-caps, none */
font-size: medium; /* xx-small, x-small, small, medium, large, x-large, xx-large, none */
text-align: center; /* options: right, center, justify, none */
text-weight: ;
text-size: ;
text-transform: normal;

/* document border ATTRIBUTES */
border-style: single ; /* options: dotted, */
border_size: 5 ;
border-color: #ffcc00 ; 
background-color:#000000;

/* document padding ATTRIBUTES */
padding-left: 2 ;
padding-right: 2 ;
padding-top: 2 ;
padding-bottom: 2 ;

/* scrollbar ATTRIBUTES */
scrollbar-3dlight-color:666666;
scrollbar-arrow-color:#ffcc00;
scrollbar-base-color:#00ccff;
scrollbar-darkshadow-color:#666666;
scrollbar-face-color:#006699;
scrollbar-highlight-color:#ffffff;
scrollbar-track-color:#ffcc00;
scrollbar-shadow-color:#000000;
}

/* implement table ATTRIBUTES */
table.main
{
 width: 89%;
 height: 427
 border:0;
 cellpadding: 4;
 cellspacing: 0;
 font-family: Arial, Geneva, Lucida Sans;
 font-size: 10pt;
 color: #FFCC00;
 background-color: #000000;
}

/* implement header table ATTRIBUTES */
table.header
{
width: 89%;
height: 0;
border:0;
align: none;
cellpadding: 4;
cellspacing: 0;
font-family: Arial, Geneva, Lucida Sans;
font-color: #000000;
font-weight: none;
background-color: #FFCC00;
}

/* implement footer table ATTRIBUTES */
table.footer
{
width: 89%;
text-align: center;
font-family: Arial, Geneva, Lucida Sans;
font-style: normal;
font-weight: none;
font-size: 8pt;
color: #000000;
background-color: #FFCC00;
border: 0;
cellpadding: 4;
cellspacing: 0; 
}

/* implement form table ATTRIBUTES */
table.form
{
width: 89%;
text-align: left;
font-family: Arial, Geneva, Lucida Sans;
color: #FFCC00;
background-color: #000000;
border: 0;
}

/* named class - heading1 ATTRIBUTES */
td.heading1
{
color:#000000;
text-align: left;
font-family: Arial, Geneva, Lucida Sans;
font-style: italic;
font-weight: bold;
font-size: 2;
}

/* named class - heading2 ATTRIBUTES */
td.heading2
{
color:#000000;
text-align: left;
font-family: Arial, Geneva, Lucida Sans;
font-style: italic;
font-weight: bold;
font-size: 2;
}


/* link ATTRIBUTES */
a:visited {color: #B3E8FF} /* unvisited link -  colour */
a:link {color: #FF9900;} /* visited link -  colour */
a:hover {background-color: #FFCC33; color: #000000}  /* mouse over link -  colour*/
a:active {background-color: #CC0000; color: #000000} /* selected link - colour */

/* td ATTRIBUTES */
td {
color: #ffcc00 ;
background-color:#000000;
padding: 5;
font-style: normal;
font-family: sans-serif; /* options: Arial, Coruier, Times, cursive, fantasy, monospace, sans-serif, serif, none */
font-variant: normal; /* normal, small-caps, none */
font-size: x-small; /* xx-small, x-small, small, medium, large, x-large, xx-large, none */
text-align: center; /* options: right, center, justify, none */
text-weight: ;
text-size: ;
text-transform: normal;
border-style: single;
}

/* th ATTRIBUTES */
th{
color: #ffcc00;
background-color:#000000;
padding: 2;
font-style: normal;
font-family: sans-serif; /* options: Arial, Coruier, Times, cursive, fantasy, monospace, sans-serif, serif, none */
font-variant: normal; /* normal, small-caps, none */
font-size: x-small; /* xx-small, x-small, small, medium, large, x-large, xx-large, none */
text-align: center;
text-weight: ;
text-size: ;
text-transform: normal;
border-style: ; 
}

/* image  caption  ATTRIBUTES */
caption{
color: #006666 ;
background-color:  rgb(000,255,153);
text-transform: capitalize;
font-style: normal;
font-family: "Arial";
text-weight: bold;
text-size: 1em;
}

/* un-ordered list ATTRIBUTES */
ul.disc {list-style-type: disc}

/* un-ordered list circle ATTRIBUTES */
ul.circle 
{list-style-type: circle; background-color: rgb(150,0,250);}

/* un-ordered list square ATTRIBUTES */
ul.square {list-style-type: square}

/* un-ordered list no style  ATTRIBUTES */
ul.none {list-style-type: none}

/* heading ATTRIBUTES */
h1{
color: #006666 ;
background-color:#006699;
text-transform: capitalize;
font-style: normal;
font-family: "Arial";
text-transform: lowercase;
text-weight: ;
text-size: 1em;
border-style: double;
}

/* heading ATTRIBUTES */
h2{
background-color:#006699;
text-transform: capitalize;
font-style: normal;
font-family: "Arial";
text-transform: uppercase;
text-weight: ;
text-size: 1em;
border-style: single;
}

/* heading ATTRIBUTES */
h3{
background-color:#006699;
text-transform: capitalize;
font-style: normal;
font-family: "Arial";
text-weight: ;
text-size: 1em;
border-style: double;
}

/* heading ATTRIBUTES */
h4{
background-color:#006699;
text-transform: capitalize;
font-style: normal;
font-family: "Arial";
text-weight: ;
text-size: 1em;
border-style: single;
}

/* heading5 ATTRIBUTES */
h5
{
background-color:#006699;
text-transform: capitalize;
font-style: normal;
font-family: "Arial";
text-weight: ;
text-size: 1em;
border-style: double;
}

/* heading6 ATTRIBUTES */
h6
{
background-color:#006699;
text-transform: capitalize;
font-style: normal;
font-family: "Arial";
text-weight: ;
text-size: 1em;
border-style: single;
}
