@charset "utf-8";
*
{
	margin: 0;
	padding: 0;
	font-family:"Arial";
	font-size:13px;
}

img
{
	border:none;
}

a
{
	text-decoration:none;
}

a:link
{color:#000000;} 
a:visited
{color:#000000;}
a:focus
{color:#ff0000;}
a:active 
{color:#ff0000;}

.portlet
{
	cursor:default;
	margin-top:0px;
	margin-left:0px;
}


.portlet_content
{
	padding: 1px;
	line-height:150%;
	background-repeat:no-repeat;

}

.portlet_content p
{
	font-size:13px;
	line-height:150%;
	text-align:justify;
}

.input
{
	background:#fbdec5;
}
