@charset "utf-8";
/* CSS Document */

#fullheight		{height:100%;
				width:960px}

.bbbr { height:50px}
					
h1 {			font-family: Arial, Helvetica, sans-serif;
				font-size: 20px; 
				color: #C16417;
				font-weight: bold;
				margin-bottom:10px;
				margin-top:35px;}
					
h2 {			font-size: 10px;
				margin-top:0px;
				margin-bottom:0px; }
				
h3 {			font-family: Arial, Helvetica, sans-serif;
				font-size: 20px; 
				color: #C16417;
				font-weight: bold;
				margin-bottom:0px;
				line-height: 22px;
				margin-top:0px;}
					
body {			font-family: Arial, Helvetica, sans-serif;
				font-size: 11px; 
				color: #000000;
				height:100%;
				line-height: 14px; 
				margin-top:0px; margin-bottom:0px}
				
html { height:100%;}

p {margin-bottom:10px; margin-top:10px}

.orange {		font-size: 11px;
				color: #C16417;
				margin-top:0px;
				text-decoration:none}
				
				
				
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C36211;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C36211;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}