/* CSS Document */
.xxl, .xl, .l {
	font-weight:bold;
	text-transform:capitalize;
}
.xxl {font-size:1.8em;}

.xxl a, .xxl a:hover, .xxl a:visited{
color:#000000;
text-decoration:none;
}

.xl{font-size:1.4em;}
.l{font-size:1.1em;}
.normal_l {font-size:1.1em;font-weight:bold;}

.xsmall {font-size:.9em;}

