.textdecoration {
	text-decoration: none;
}
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}
.portfoliolists {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-decoration: none;
}
.lists {
	list-style-type: circle;
}
input, select, textarea {
	color: #8B8B89;
	font-size: 10px;
	font-family: Verdana, sans-serif;
}
.input {
	width: 230px;                            		
	background-color: #E2E3DE;
	padding: 4px;
	border: 0;
}
.input_select {
	width: 230px;
	background-color: #FFF;                            		
	padding: 4px 0;
	border: 0;
} 
A:link, A:active { 
	text-decoration: none; 	
}
A:visited 	{ 
	text-decoration: none; 
}
A:hover 	{
	text-decoration : underline;