/*content 01*/
.content01
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 14px;
}
/*content 02*/
.content02
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 21px;
}
/*content 01b*/
/*-----------------------------------------------
a href standard
-----------------------------------------------*/
A.standard01:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	line-height: 14px;
}
A.standard01:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	line-height: 14px;
}
A.standard01:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	line-height: 14px;
}
A.standard01:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F78C6B;
	text-decoration: none;
	line-height: 14px;
}
/*-----------------------------------------------*/

/*-----------------------------------------------
a href hell
-----------------------------------------------*/
A.standard02:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
A.standard02:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
A.standard02:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
A.standard02:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F78C6B;
	text-decoration: none;
}
/*-----------------------------------------------*/


/* ************************* Form ****************************** */
.input
{
	border: 						0px solid #B7B7B7; 
	background-color: 	#B7B7B7;
	color: 							black; 
	font-size: 					12px; 
	color: 							#000000;
	width:							257px;
	height:							19px;
}

.textarea
{
	border: 						0px solid #B7B7B7; 
	background-color: 	#B7B7B7;
	color: 							black; 
	font-size: 					12px; 
	color: 							#000000;
	width:							257px;
	height:							135px;
}

.text01 {
position:         absolute; 
left:             14;
top:			  98;
width:			  420;
height:			  98;
z-index:          3;
visibility:       hidden;
}
/* pulldowns */
select {font-size: 12px; font-family: Arial,Helvetica,sans-serif; color: #4A4A4A; width:266px;}

/* scroll bars */
BODY {SCROLLBAR-FACE-COLOR: #FFFFFF; SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF; SCROLLBAR-SHADOW-COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: #B7B7B7; SCROLLBAR-ARROW-COLOR: #B7B7B7; SCROLLBAR-TRACK-COLOR: #FFFFFF; SCROLLBAR-DARKSHADOW-COLOR: #B7B7B7;}

