/* CSS Document - BAS style Sheet*/
	h1.bas { 
		COLOR: #000033;
    	FONT-FAMILY: Arial;
    	FONT-SIZE: 16pt;
		font-weight:100;
		margin-top: 10px;		
		}
		
	.bas_tag {
		margin-top: 0px;
		font-style:italic;
		}
		
	h2.bas { 
		COLOR: #000033;
    	FONT-FAMILY: Arial;
    	FONT-SIZE: 14pt;
		font-weight:100;
		}
	
	h3.bas_marg {
		margin-bottom: 5px;
		padding-bottom: 0px;
		font-size: 12pt;
		font-weight: 100;
		}
	
	h2.bas_red {
		color:#FF0033;
		font-weight:100;
		}	
			
	#navlist li
	{
	display: inline;
	/* for IE5 and IE6 */
	}
	
	#navlist
	{
	width: 200px;
	/* to display the list horizontaly */
	margin: 10px 0 0 0;
	padding: 0px;
	}
	
	#navlist a
	{
	width: 99.99%;
	/* extend the sensible area to the maximum with IE5 */
	display: block;
	background-color: #003a62;
	border-bottom: 1px #000 solid;
	border-top: 1px #000 solid;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
	margin-bottom: 1px;
	text-align: left;
	text-decoration: none;
	font-weight:500;
	color: #ffffff;
	padding: 5px 3px 5px 5px;
	}

#navlist a:hover { 
	background-color: #fc9200;
	border: 1px #003a62 solid;
	color: #003a62;
	}

table.bas_clients {
	color: #00395c;
	}

table.bas_clients td {
	font-size: 10px;
	padding: 3px 15px 3px 0px;
	}
	
p.indent {
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 25px;
	}
	#hide { display: none; } 
	
	
table.bas_services {
	border: 1px solid #000;
	width: auto;
	font-size:12px;
	}

table.bas_services th {
	background-color: #407000;
	color: #ffffff;
	font-size: 12px;
	padding: 5px 10px 5px 10px;
			border: 1px dotted #000;


	}

table.bas_services td {
	padding: 5px 10px 5px 10px;
	border: 1px dotted #000;
	vertical-align: top;

	}	
		
	