BODY, table {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}

A:LINK {
	color : #666666;
	/*
	text-decoration : none;
	*/
	font-weight : bold;
}

A:VISITED {
	color : #999999;
	text-decoration : none;
	font-weight : bold;
}

A:HOVER {
	color : #FF6600;
	text-decoration : none;
	font-weight : bold;
}

.justif {
	text-align: justify;
}

textarea {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	width: auto;
	background-color: #FFFFFF;
	// FFFFF0
}

checkbox, radiobutton, input, select {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	width: auto;
	background-color: #FFFFFF;
}

.radio_btn {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	background-color: #FFFFFF;
}

.submit_btn	{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	width: auto;
	background-color: #DCDCDC;
}