/* style sheet for bass2.css
           Last revised 1 may, 2000.*/
 
img{
	 border-style:none;
	}  

hr{
	display:none;
	}           
/* ----------------heading------------------*/            
H1{ 
	font-weight: 400;
	font-size: 1.5em;
	margin: 1em auto 1.5em;
	color:black;
	vertical-align:baseline;  
        background: #fbd63d;
	text-align: left;  
        padding:0.3em 0.5em 0.2em;
	float:both;	
	}

H2{
        font-size: 1.2em;
        text-align:left;
        font-weight:500;
	color: #0402b4;
	margin: 1em auto;   
	border-width: none none thin none;
	border-style:none none solid none;
	border-color: #fbd63d;
	padding: 0.1em 0.1em;
	}
H2 small{
font-size:0.6em;
	}
H2 decora{
	border-width: 0em 0em thin 0em;
	border-style:  none none solid none;
	border-color: #0000ff;
	margin: 1em 2.5em 0.2em 2.5em;
	text-align:left;
	font-size:1em;
	color:#0000ff;
	}

H3{     color: #0000ff;
	font-size: 1em;
	font-weight:normal;
	margin: 1em 2.5em 0.2em 2.5em; 
	padding-bottom:0.4em;
	}	
/* ---------------- block ------------------*/ 
P{
	font-size: 1em;
	color:#0f0000;
	margin: 1em 2em;
	text-indent: 1em;
	line-height:140%;
	}
/* ---------------- inline ------------------*/   
strong {
	font-size:1em;
	font-style:normal;
	color:red;
	}
/* ---------------- option ------------------*/ 
.bslnl{
        font-size: 1.2em;
        text-align: left;
        font-weight: bold;
        line-height:140%;;
	color: black;
	margin:0.5em auto;
	padding:0.2em 0em;
        border-width: thin 0em 0em 0em;
	border-style: solid none none none;
	border-color: #fbd63d;
}
.header{
        text-align: center;
	font-size: 0.9em;
        font-weight: normal;
        line-height:1.3em;
	color: #fbd63d;
	margin:1em auto;
        border-width: thin 0em thin 0em;
	border-style: solid none solid none;
	border-color: #fbd63d;
	}
.menu	{
	font-size:1.3em;
	font-style:normal;
	font-weight:700;
	text-indent:0em;
	}
.header,.romb,.menu,.sans{
	font-family:"Gill Sans","verdana","Genova",sans-serif;
	}


/* ---------------- list style ------------------*/  	
li{
	text-align:left;
	list-style:none;
	}

