body {
	font-size:12px;
	line-height:20px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
table {
	font-size:12px;
	line-height:20px;
}
td {
	font-size:12px;
	line-height:20px;
}
a:link {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color:#666666;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #990000;
	text-decoration: underline;
}
a.gray:link {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a.gray:visited {
	font-size: 12px;
	color:#666666;
	text-decoration: none;
}
a.gray:hover {
	font-size: 12px;
	color: #990000;
	text-decoration: underline;
}
a.orange:link {
	font-size: 12px;
	color: #ED560E;
	text-decoration: none;
}
a.orange:visited {
	font-size: 12px;
	color:#ED560E;
	text-decoration: none;
}
a.orange:hover {
	font-size: 12px;
	color: #990000;
	text-decoration: underline;
}
.textfield {
	font-size: 12px;
	height: 18px;
	width: 85px;
	border: 1px solid #BBBBBB;
	background-color: #F1F1F1;
}
.font_green {
	color: #008000;
}
.font_red {
	color: #DF0000;
}
.font_black {
	color: #000000;
}
.font_red2{
	color:#993300;
}
.font_blue{
	color:#176FA2;
}
.font_orange{
	color:#FF6600;
}
.font_white{
	color:#FFFFFF;
}
#error{
	margin:0px;
	padding:0px;
	border:#FFFFFF 3px solid;
	background:url(../Member/images/Img_error.gif) no-repeat left top;
	color:#CC0000;
	text-align:left;
	text-indent:35px;
	line-height:20px;
	width:100%;
	background-color: #EFEBEF;
} 