/* 
1)base_font

--------------------------------------------------------*/


/* 1)base_font
--------------------------------------------------------------------*/
.dmailtext{
		font-size: 80%;
		line-height: 130%;
	}



.small{
		font-size: 75%;
		line-height: 130%;
	}
	
.smalln{
		font-size: 75%;
	}
	

.smallsmall{
		font-size: 70%;
		line-height: 130%;
	}
	
.dmailtextl{
		font-size: 100%;
		line-height: 130%;
	}


/* 2)left_menu
--------------------------------------------------------------------*/

#menu ul { 
margin: 0; 
padding :0; 
list-style-type : none; 
}

#menu li { 
display : inline; 
padding :0; 
margin:0; 
}

#menu a {
height:10px;
display:block; 
border-left:10px solid #2f5fdc;
font-size:80%;
padding:7px 0 7px 10px;
text-decoration:none;
color:#041d66;width:150px; 
margin:0px 0px;
}

*html #menu a {
height:2px;
display:block; 
border-left:10px solid #2f5fdc;
font-size:80%;
padding:5px 0 5px 10px;
text-decoration:none;
color:#041d66;width:150px; 
margin:0px 0px;
}

#menu a:hover {
display:block; 
border-left:10px solid #f4d856;
font-size:80%;
padding:7px 0 7px 10px;
text-decoration:none;
color:#0033ff;
width:150px; 
margin:0px 0px;
height:10px;
}

*html #menu a:hover {
display:block; 
border-left:10px solid #f4d856;
font-size:80%;
padding:5px 0 5px 10px;
text-decoration:none;
color:#0033ff;
width:150px; 
margin:0px 0px;
height:2px;
}



