/* CSS Document */

.txtbox {  overflow: auto; height: 66px; }

.h1 {font-size: 14px;
	color: #0E0D8D; background-color: #FFFFFF;
}
	
.h2 {font-size: 12px;
	color: #999997; background-color: #FFFFFF;
}
	
.body,td,th {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	color: #000000; background-color: #FFFFFF;
}

.style1 {font-size: 11px}

.body {
	background-color: #FFFFFF;
}

.style2 {
	color: #ff6600;
	font-size: 11px; background-color: #FFFFFF;
}

a {
	font-size: 12px;
	color: #0000FF; background-color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF; background-color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #000000; background-color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #0000FF; background-color: #FFFFFF;
}
