@charset "utf-8";
/* CSS Document */

.center {
	text-align:center;
}

#ltr ul,#ltr li,#ltr ol,#ltr td,#ltr p{text-align:left;direction:ltr;}
.red {
	color:red;
}
.yellow {
	color:yellow;
}

.blue {
	color: #009;
}
.bblue {
	background-color: #009;
}
.white{
	color:white;
}

.bigger {
	font-size:160%;
}
.big {
	font-size:130%;
	font-weight:bold;
}

.small {
	font-size:80%;
}