/* CSS Document */

body 	{ 
		background-color: #C1DAD6;
        scrollbar-face-color: #CCFFFF;
        scrollbar-highlight-color: white;
        scrollbar-shadow-color: white;
        scrollbar-3dlight-color: white;
        scrollbar-arrow-color:  white;
        scrollbar-track-color: white;
        scrollbar-darkshadow-color: white;       
		} 
		
body,td,th {
	color: #000000;}

hr 	{color: #C1DAD6;
	background-color: transparent;
	height: 3px;
	}
	
div.hr {
  height: 3px;
  background: #C1DAD6 ;
  margin: 2px 0px 2px 0px;
}
div.hr hr {
  display: none;
}

a:link 		{color: 0000FF; background-color: transparent;}
a:visited 	{color: #0000FF; background-color: transparent;}
a:hover		{color: red; background-color: transparent;}

/* This is the border line & background colour round the entire page */
.bodyline 	{ 
			border: 2px #0066CC solid;
			background-color: white;
			}

/* Validation Footer */

div.validate {
		font-size: 11px;
		text-align:center;
		height: 40px;
		line-height: 50px;
}

/* Invisible Link, for search/ads */

a.hide:link {color:#000000; text-decoration:none;}
a.hide:visited {color:#000000; text-decoration:none;}
