/*                    Global statements
use the values for the 4 colours

 Infill colour         #CBDBEB 
 Light Infill colour   #469BF2
 Link colour           #4B6524
 Link Text Colour      #FFFFFF
 Paragraph fill        #469BF2

--------------------------------------------*/


body {  background: url('../images/bg1.jpg') #FFFFFF no-repeat; 
	background-attachment: fixed; 
	text-align:center;}


body {  background: url('../images/bg1.jpg') #FFFFFF no-repeat; 
	background-attachment: fixed; 
	text-align: -moz-center;}


table { background: #FFFFFF;      /* Translucent tables */
filter: alpha(opacity=85);        /* Used for IE opacity */
-moz-opacity: 0.85;               /* used for mozilla opacity */
opacity: 0.85                     /* used i think for opera opacity */
}


/* Comment here */

h1,h2,h3
{
font-family: verdana, arial, 'sans serif'; 
}

table,p,li
{
font-family: verdana, arial, 'sans serif'; 
}

p.fill
{
background-color:#469BF2
}


ul
{
list-style: disc; 
}

ol
{
list-style: decimal; 
}

td
{
font-size: 75%; TEXT-ALIGN: justify
}

td.bgrnd
{
background-color:#469BF2; color:#ffffff;
font-size: 75%; TEXT-ALIGN: justify; vertical-align: top
}

td.bgrnd2
{
background-color:#ffffff; color:#469BF2;
font-size: 75%; TEXT-ALIGN: justify; vertical-align: top
}


h1,h2,h3,hr 
{
color:#469BF2; 
}

a 
{
border-bottom:1px dotted #469BF2;
text-decoration:none;
}

a img
{
border-bottom:1px dotted #469BF2;
text-decoration:none;
}

a:link  {color:#469BF2}
a:visited {color:#469BF2}
a:hover   {background-color:#469BF2; color:#ffffff}
a:active  {color:black}

a:link img {border: 1px dashed #469BF2}
a:visited img {border: 1px dashed #469BF2}
a:hover img {background-color:#469BF2; color:#ffffff}
a:active img  {color:black}



