	body {
		padding: 0;
		margin: 0;
		text-align:center;
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 15px;
		color: #1C1C1C;
		background-color: #EFF5FB;
		background-image: url(../images/bg.body.gif);
		background-repeat:repeat-x;
	}
	.ShowOffH2 {
		font-weight:bold;
		color:#805895;
		font-size:11px;
		margin-bottom: 2px; 
	}

	#commentbox{
		width:500px;
	}
	
	a{
		text-decoration:none;
	}
	
	a:link{
		text-decoration:none;
	}
	a:visited{
		text-decoration:none;
	}
	a:hover{
		text-decoration:underline;
	}
	a:active{
		text-decoration:underline;
	}
	.margin0px{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	
	.float-right{ float:right;}
	.float-left{ float:left;}
	.clear-left{ clear:left;}
	.clear-right{ clear:right;}
	
	.grey {color:#9C9C9C;}
	.green {color:#049604}
	.red {color:#C55035;!important}
	.red-attach{color:#EE3800;}
	
	.b{ font-weight:bold; }
	.b-overwrite{
		font-weight:normal;!important;
	}
