@charset "utf-8";
html, body {
	width: 100%;
	min-width: 960px;
	height: 100%;
	padding: 0;
	margin: 0;
	overflow-x: hidden; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
html {
}
body {

}
h1,h2,h3,h4,h5 {
	font-family: FreeSetNormal;
	color: #0b78b8;
	font-weight:normal;
}
h2{
	font-size: 3.6em;
}
h3{
	font-size: 2.6em;
}

p {
	font-family: Tahoma;
	font-size: 1.2em;
	line-height: 1.7em;
	color: #1d0f00;
}

/**/
/* contentText */
.contentText, .contentText p {
	color: #4b4b4b;
	font-size: 1.2em;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.7em;
}
.contentText h2 {
	color: #828282;
	font-size: 1.8em;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.7em;
}

.contentText a {
	color: #0b78b8;
	font-size: 1.2em;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.7em;
	text-decoration:none;
}

.contentText  table {
	width: 100%;
	border-collapse:collapse;
}
.contentText  table td{
	padding: 10px;
	border: 1px #CCCCCC solid;
	border-collapse:collapse;
	vertical-align:top;
}

.borderTdBottom td {
	border-bottom: #CCCCCC 1px solid !important;
}

.contentHead  h1{
	font-size: 36px;
	color: #0b78b8;
	font-weight:normal;
}

.textRight {
	text-align:right;
}