/*****************************************************
 *	COMMON CSS 
 *  2010-01-15
 *****************************************************/
body
{
	font-size: 12px;
}

body ul{ list-style-type: none; margin: 0; padding: 0; }
body li{ list-style: none; outline: none;}

div{ border: 0px; margin: 0px; padding: 0px; }
.clsTR{	clear: both; }
.clsTD{	float: left; }

a:link {
	text-decoration:none;
	color:#000000;
	}
a:visited {
	text-decoration:none;
	color:#000000;
	}
a:active{
	text-decoration:none;
	color:#000000;
	}
a:hover {
	text-decoration:underline;
	color:#000000;
	}

.tac
{
	text-align: center;
}
.tar
{
	text-align: right;
}
.tal
{
	text-align: left;
}
.pt10
{
	padding-top: 10px;
}

.b
{
	font-weight: bold;
}
.hand
{
	cursor: pointer;
}

.reple_textarea
{
	width: 730px; height: auto;
	/*background-color: #EBF5FF;*/
	border: 0px;
	overflow: hidden;
}




