a {
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
}
.text1 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.text {
	font-size: 14px;
	color: #FF6344;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
}
.text2 {
	font-size: 14px;
	color: #6666CC;
	text-decoration: none;
	font-weight: bold;
	line-height: 22px;
	text-indent: 2px;
}
.text3 {
	font-size: 15px;
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
	line-height: 25px;
}
.text4 {
	font-size: 14px;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
}
.text5 {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	line-height: 20px;
	text-indent: 2px;
}
.textfield {
	font-size: 12px;
	border: 1px solid #999999;
	text-indent: 2px;
}
a:hover {
	color: #0066CC;
	text-decoration: none;
}

body{
	background: #FFFFFF;
}

table, td {
	border-collapse: collapse;
	padding: 5px 0;
}

.mytable {
	width: 90%;
	margin-left: 5%;
	margin-bottom: 20px;
}

.mytable tbody tr{
	border-bottom: 1px dashed #d9d9d9;
}

.mytable tbody tr:hover{
	background-color: #d5d5d5;
}

