/* CSS Document */

.clr{
	height:0pt;
	overflow:hidden;
	clear:both;
}
.clr0{
	height:0pt;
	width:0px;
	margin:0;
	overflow:hidden;
	clear:both;
}

.clr2{
	clear:both;
}
.left{
	float:left;
	}
.right{
	float:right;
	}
.cent{
	text-align:center;
	margin:auto;
	}
.block{
	display:block;
	}	
.zero{
	margin:0;
	}
.zero_b{
	margin-bottom:0;
}
.hide{
	visibility:hidden;
	}	
.grey{
	background:#f7f7f7;
		}
.grey2{
	background:#ccc;
		}
.red, a.red, a.red:link, a.red:visited{
	color:#92250C;
	}		
.bold{
	font-weight:bold;
	}	
.normal{
	font-weight:normal;
	}
.italic{
	font-style:italic;
	}		
.nowrap{
	white-space:nowrap;
	}
.space20{
	height:20px;
	}
.marg15{
	margin-top:15px;
	}	

