/* CSS Document */

body {

		background-image: url(../images_site/f_bg1.jpg);

		background-repeat: repeat-Y;

		background-color: black;

		margin-left: 0px;

		margin-top: 0px;

		margin-right: 0px;

		margin-bottom: 0px;

		}
		
		
div, td, p, b, input, strong, span, font {

		font-family:Verdana, Arial, Helvetica, sans-serif;

		font-size:11px;

		margin:0px;

		color:#4D4D4D;

		line-height: 18px;

		}


a, a:visited, a:active, a:link  { 

		color: #1E89C6;

		text-decoration: none;

		}

	

a:hover {

		color: #727272;

		text-decoration: none;

		}
		
		


.header {

		background-color: black;

		}



.body {
		background-color: white;
		
		padding-left: 20px;
		
		padding-right: 20px;

		}



.content {
		padding-left: 30px;
		
		padding-right: 25px;

		}



.grey_box {

	background: #E7E7E7;
	
	padding-left: 8px;
	
	padding-righr: 8px;
	
	padding-top: 3px;
	
	padding-bottom: 3px;
	
	color: #CCCCCC;
	
	border: 1px solid #FFFFFF;

}



.grey_box ul { 

		padding: 0px;

		margin: 0px;

		list-style-type:none;

	}



h1 {

	font-size: 14px;

	font-weight: bold;

	font-weight: bold;	

	font-family:Verdana, Arial, Helvetica, sans-serif;

	color: #1993C5;

}




.footer {

		background-image: url(../images_site/brisb_footer.gif);
		
		}



.footer a {

		padding-left: 15px;
		
		}
	