table {
	word-break:break-all;
}
td {
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	word-WRAP:break-word;
}
body {
	/*background-image: url(../../images/body_bg2.gif);*/
}
.input_string {
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #485156;
}
.td_green {
	background-color: #C0DD5D;
}
.td_blue {
	background-color: #B8D6FA;
}
.td_blue2 {
	font-size: 12px;
	background-color: #B8D6FA;
}
.td_gray {
	font-size: 12px;
	background-color: #EEEEEE;
}
.td_gray2 {
	background-color: #D7D7D7;
}
.td_blue3 {
	background-color: #53A1FF;
}
.f1 {
	font-size: 12px;
	font-weight: bold;
	color: #0A94EE;
}
A {
	font-size: 12px;
	color: #1D4E58;
	text-decoration: none;
}
A:hover {
	font-size: 12px;
	color: #87E0F4;
}
.a1 {
	font-size: 12px;
	color: #1D4E58;
}
.f2 {
	font-size: 14px;
	color: #00558C;
	font-weight: bold;
}

.showWhenScreen {
	display: none;
}

.showWhenPrint {
	display: block;
}

.table4print {
	word-break:break-all;
        border-collapse: collapse;
}

.tdTitle4print {
        font-size: 16px;
        font-weight: bold;
	line-height: 20px;
	word-WRAP:break-word;
}

.td4print {
        font-size: 16px;
	line-height: 20px;
	word-WRAP:break-word;
}

