BODY, TABLE {
	font-size: 12px;
	font-family: Arial;
}

A {
	font-size: 12px;
	font-family: Arial;
	color: #72869E;
}
A:hover {
	font-size: 12px;
	font-family: Arial;
	color: #72869E;
}
A:visit {
	font-size: 12px;
	font-family: Arial;
	color: #72869E;
}
A:active {
	font-size: 12px;
	font-family: Arial;
	color: #72869E;
}
P {
	font-size: 12px;
	font-family: Arial;
	color: #000000;
}
H1 {
	font-size: 16pt;
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
H2 {
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
INPUT, TEXTAREA, SELECT {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
	border-color: #000000;
	border-width: 1px;
}
SMALL {
	font-size: 11px;
}
.row_head {
	background-color: #5471B2;
	color: #FFFFFF;
}
.row_head A, .row_head A:VISITED, .row_head A:HOVER {
	color: #FFFFFF;
	text-decoration: underline;
}
.row1 {
	background-color: #ECF5FF;
}
.row1 A, .row1 A:VISITED, .row1 A:HOVER {
	color: #666666;
        font-weight: bold;
	text-decoration: underline;
}
.row2 {
	background-color: #FFFFFF;
}
.tb_bg {
	background-color: #000000;
}