html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a,address, font, img, strong, ol, ul, li, form,
table,tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
html {
	/*font-size: 100.01%;*/
	font-size: 80%;
}

body {
	background-color: #fff;
	font-family: Arial;
	color: #616161;
}
h2 {
font-size:35px;
}
.line {
font-size:13px;
color:#616161;
border-bottom:1px solid #cecece;
display:block;
margin-bottom:11px;
padding:5px 0 10px;
}


.dyn_content {	
	width: 675px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.dyn_content h4 {
	display: block;
	margin: 10px 10px 10px 0px;
	font: bold 20px Arial;
	line-height: 1;
	color: #616161;
}
.dyn_content h5 {
	display: block;
	margin: 10px 5px 5px 0px;
	font: bold 16px Arial;
	line-height: 1;
	color: #616161;
}

.dyn_content ul { list-style: square;}
.dyn_content li { padding-bottom: 6px;}
.dyn_content p { padding-bottom: 6px;}
.dyn_content table {
	margin: 0px; padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #f8f8f8;
	width: 100%;
}
.dyn_content table th{
	margin: 5px; padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #ff7700;
	color: #fff;
}

.dyn_content table td{
	margin: 3px; padding: 1px;
}

ul.columns { 
	margin: 5px; padding: 5px; 
	list-style-type: none; 
	word-spacing: -1px; 
	background-color: #f8f8f8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.columns li { display: -moz-inline-stack; display: inline-block; //display: inline; }
.columns span { display: inline; word-spacing: normal; //display: inline-block; //filter: alpha(opacity=100); }
.columns span x:-moz-any-link { display:block; }
.columns span x:-moz-any-link, x:default { display: inline; }
.columns li, .columns span { vertical-align: top; }
.columns li { margin: 0 0 0 0; //margin: 0; width: 33%; //width: auto; }
.columns span { //margin: 0 0 0 0; //width: 33%; }
.columns ul { width: 100%; }