@charset "utf-8";
/* CSS Document */
body {
valign: middle;
font-family: Times New Roman, Times, serif;
}

p {
	align: center;
	text-align: center;
	font-family: Times New Roman, Times, serif;
	color: #666666;
	font-size: 13px;
	line-height: 130%;
	}
	
p.jus {
	align: justify;
	text-align: justify;
	font-family: Times New Roman, Times, serif;
	color: #666666;
	font-size: 13px;
	line-height: 130%;
	}
	
.text1 {
	text-align: center;
	font-family: Times New Roman, Times, serif;
	color: #666666;
	font-size: 15px;
	font-weight:bold;
	}
	
td {
	text-align: center;
	font-family: Times New Roman, Times, serif;
	color: #666666;
	font-size: 13px;
	line-height: 130%;
}

.resume{
	color: #666666;
	text-decoration: underline;
}

a:link {
	color: #666666;
	text-decoration:none
}
a:visited {
	color: #666666;
	text-decoration:none
}
a:hover {
	color: #666666;
	text-decoration:underline
}

a.resume{
	color: #666666;
	text-decoration:underline;
}
