table {		width:100%;		}	table td {		padding:5px;}

/**umb_name:h1*/
h1{font-size: 32px;font-weight: normal;}

/**umb_name:h2*/
h2{font-size: 26px;font-weight: normal;}

/**umb_name:h3*/
h3{font-size: 22px;font-weight: normal;}

/**umb_name:h4*/
h4{font-size: 18px; font-weight: normal; margin: 20px 0 10px 0;}

/**umb_name:pre*/
pre{background: #f4f4f4; font-size: 13px; line-height: 1.5; margin-bottom: 1.625em; overflow: auto; padding: 0.75em 1.625em;}

/**umb_name:blockquote*/
blockquote{font-weight: normal; font-size: 17px; color: #243745; padding: 20px 0 10px 40px; font-style: italic; position: relative;}

blockquote:before{
	content: content: '\201D';
	position: absolute;
	top: 0; top:-7px;
	left: 0;
}

/**umb_name:address*/
address{}

@media screen and (max-width:1024px) and (min-width: 600px){
	h1{
		font-size: 24px;
	}
	h2{
		font-size: 21px
	}
	h3{
		font-size: 18px;
	}
	h4{
		font-size: 15px;
	}
}

@media screen and (max-width:599px){
	h1{
		font-size: 22px;
	}
	h2{
		font-size: 19px;
	}
	h3{
		font-size: 16px;
	}
	h4{
		font-size: 13px;
	}
}
