.left2{	margin-left:2em}
.left3{	margin-left:3em}
.left4{	margin-left:4em}
.top2{margin-top:2em}
.top3{margin-top:3em}
.top4{margin-top:4em}
.bottom2{margin-bottom:2em}
.bottom3{margin-bottom:3em}
.bottom4{margin-bottom:4em}

.yellow{color:yellow}
.blue{color:blue}
.red{color:red}

.bblue{background-color:blue}

.f20px{font-size:20px}
.f80{font-size:80%}
.f90{font-size:90%}
.f120{font-size:120%}
.f150{font-size:150%}
.f200{font-size:200%}

.bold{font-weight:bold}

.width500{width:500px}
.width600{width:600px}
.height5{height:5em}
.height15{height:15em;}

.left{text-align:left}
.right{text-align:right}
.center{text-align:center}

div.fleft{float:left}
div.fright{float:right}

.cleft{clear:left}
.cright{clear:right}

.block{display:block}

.under{border-bottom:dashed 1px #000000}

li.sidelist{
	display:inline;
	margin-left:1em;
}

table.normal{
	background-color:#333;
	margin-bottom:1em;
	
}

table.normal td{
	background-color:white;
}

table.noborder{
	border:0 !important;
}

table.noborder th,tr,td{
	border:0 !important;
}

a img{
	border:0;
}

