@charset "utf-8";
/* CSS Document */
body
{
	font-family: arial;
	font-size:12px;
	color:#000000;
	margin: 0;
}

.enter { 
color:a40000}

.name {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #a40000;
	FONT-FAMILY: Tahoma;
	font-style : normal;	
}

.name2 {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #8c8c8c;
	FONT-FAMILY: Tahoma;
	font-style : normal;	
}

A { color:#404040; font: Arial; text-decoration:none; font-size: 13px; }
A:link { color:#404040; font: Arial; text-decoration:none; font-size: 13px; }
A:hover { color:#FF0000; font: Arial; text-decoration:underline; font-size: 13px; }
A:active { color:#FF0000; font: Arial; text-decoration:underline; font-size: 13px; }

A.a1 { color:#404040; font: Arial; text-decoration:none; font-size: 12px; }
A.a1:hover { color:#FF0000; font: Arial; text-decoration:none; font-size: 12px; }

A.a3 { color:#0099CC; font: Arial; font-size: 13px; }
A.a3:hover { color:#0099CC; font: Arial; font-size: 13px; }

.input1
{
	width: 95%;
}

.input2
{
	width: 95%;
}

.input3
{
	width: 95%;
}

.span1
{
	color:#404040;
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
}

.span2
{
	color:#404040;
	font-family: Arial;
	font-size: 12px;
}

.span2red
{
	color: #804040;
	font-family: Arial;
	font-size: 12px;
}

.span3
{
	color: #804040;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.span4
{
	color:#0099CC;
	font: Arial;
	font-size: 13px;
}

.button1
{
	width:110px;
	height:24px;
	background:#CCCCCC;
	border: 1px solid #666666;
	font-size: 12px;
	font-family: Arial;
	color: #666666;
	font-weight: bold;
	cursor:pointer;
}

.textarea1
{
	width:98%;
	height:160px;
	border: 1px solid #666666;
	font-size: 12px;
	font-family: Arial;
	color: #666666;
}