form
{
	padding: 0;
	margin: 0;
}

input, select, textarea
{
	vertical-align: middle;
}

img
{
	border: 0;
}

.Clear
{
	clear: both;
}

#Clear
{
	clear: both;
}


.clear-left
{
	clear: left;
}

.clear-right
{
	clear: right;
}

.FloatLeft
{
	float: left;
}

.FloatRight
{
	float: right;
}

.Float-Clear
{
	clear: both;
	height: 1px;
}

.hidden
{
	display: none;
}

.Left
{
	text-align: left;
}

.Right, .right
{
	text-align: right;
}

.center
{
	text-align: center;
}

.Justify
{
	text-align: justify;
}

.bold
{
	font-weight: bold;
}

.red
{
	font-weight: bold;
	color: Yellow;
}

.margin-bottom10
{
 	margin-bottom: 10px;
}

.marginTop5
{
 	margin-top: 5px;
}

#List .link a
{
		color: #00C6FF;
	text-decoration: underline;
}

.PaddLeft10
{
 padding-left: 10px;
}

.underline
{
 text-decoration: underline;
}

#foto .noborder
{
border: 0px;
}



