/* TRANSPARENCY */
/* for IE */
/* filter:alpha(opacity=20);*/
  /* CSS3 standard */
/*  opacity:0.8; */
 
a
{
font-family:  verdana, tahoma, arial;
font-size: 11px;
font-weight: bold;
}

a:link {color:#ffffff; text-decoration: none;}
a:visited {color:#ffcc00; text-decoration: none;}
a:hover {color: #ffffff; text-decoration: underline;}
a:active {color: #ffcc00; text-decoration: none;}

.white a:link {color:#ffffff; text-decoration: none;}
.white a:visited {color:#ffffff; text-decoration: none;}
.white a:hover {color: #ffffff; text-decoration: underline;}
.white a:active {color: #ffffff; text-decoration: none;} 

.yellow a:link {color:#ffcc00; text-decoration: underline;}
.yellow a:visited {color:#ffcc00; text-decoration: underline;}
.yellow a:hover {color: #ffcc00; text-decoration: underline;}
.yellow a:active {color: #ffcc00; text-decoration: underline;}


body
{
background-color: #2B2A7D;
margin: 0px;
background-image: url(../images/body_bg.png);
/* fixed background: background-attachment: fixed; */
}

  
table
{			 
border: 0px; 
border-style: solid;
border-color: white;
border-collapse: collapse;
margin: 0px;
}

table.container
{		
width: 960px;
margin-left: auto;
margin-right: auto;
}

table.advertcontainer /*Wide event banner on default.asp */
{		
width: 680px;
margin-left: auto;
margin-right: auto;
}


/* text colours */
.text_yel
{
font-family:  verdana,tahoma,arial;
font-size: 11px;
color: #ffcc00;
}
 
.text_yel_b
{
font-family:  verdana,tahoma,arial;
font-weight: bold;
font-size: 11px;
color: #ffcc00;
}



.text_blue
{
font-family:  verdana,tahoma,arial;
font-size: 11px;
color: #272674;
} 


.text_blue_b
{
font-family:  verdana,tahoma,arial;
font-weight: bold;
font-size: 11px;
color: #272674;
} 

 
.text_white
{
font-family:  verdana, tahoma, arial;
font-size: 11px;
color: #FFFFFF;
} 


.text_white_b
{
font-family:  verdana, tahoma, arial;
font-weight: bold;
font-size: 11px;
color: #ffffff;
}  

.text_red_b
{
font-family:  verdana, tahoma, arial;
font-weight: bold;
font-size: 11px;
color: red;
}  
/*End text colours */



/* Lists */
#list
{
padding:0;   
margin: 20;   
}
/* End Lists*/
  
		 
/* Remove borders from image links */
img
{
border: none;
}



/* Google maps style */
.map
{
border: 1px solid #ffcc00;
}			




/* Form styles */
.input
{
border: 1px solid #ffcc00;
color: #2b2a7d; /*font colour */
width: 500px;
}

.textareacontactus
{
border: 1px solid #ffcc00;
color: #2b2a7d; /*font colour */
width: 500px;
height: 214px;
}
/* End forms styles */
