@charset "utf-8";
/* CSS Document */

body {
	background-color: #EAD5D5;
	margin-top: 0px;
	font-size: 12px;
}

td, textarea, input, select {
	font-size: 12px;
	color: #393939;
	font-weight: normal;
	line-height: 13px;
}

.frame {
	border: 1px solid #E8E9D7;
}

.text1 {
	font-size: 13px;
	color: #393939;
	font-weight: bold;
	font-style: normal;
	line-height: 14px;
}

.text2 {
	font-size: 13px;
	font-weight: bold;
	color: #575a91;
	font-style: normal;
	line-height: 14px;
}
.text3 {
	font-size: 12px;
	font-weight: normal;
	color: #393939;	
	line-height: 14px;
}
.text4 {
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	color: #575a91;
}

a:link {
	color: #575a91;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	color: #575a91;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

a:hover {
	color: #575a91;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}