.table2 {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}

.table2 td {
	padding: 5px;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.table2 .tr1 {
	font-weight: bold;
	background-color: #E9E9E9;
	color: #666666;
}
.table2 th {
	padding: 5px;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FF9900;
	font-weight: bold;
	text-align: left;
}
.table2 td A:LINK, .table2 td A:VISITED{
	color: #FF6600;
	text-decoration: none;
}
.table2 select {
	font-size: 13px;
}
.table2 .button {
	font-size: 13px;
	background-color: #FF9900;
	border: 1px solid #999999;
	color: #FFFFFF;
}
.table2 .input {
	font-size: 13px;
	background-color: #EBEBEB;
	border: 1px solid #999999;
	color: #000000;
}
.div2 {
	background-color: #EAEAEA;
	padding: 3px;
	border-bottom: 1px solid #CCCCCC;
	color: #CC0000;
}
.table3 td {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#main {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: justify;
}
#main a:link, #main a:visited {
	color: #02ADC1;
	text-decoration: none;
}
#main a:hover {
	color: #FFFFFF;
	background-color: #02ADC1;
}