body
{
	margin: 0px;
	color:#000; 
}

html, body, #wrapper {
	height:100%;
	width:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
#wrapper {
	margin: 0 auto;
	text-align: center;	
}

.mainDiv{
			width:970px;
			text-align: left;
			font-family	: Verdana;
			font-size: 15px;
		}
		
table
{
	border: none;	
}

table td
{
	font-family	: Verdana;
	font-size: 15px;
	line-height:20px;
}
h1
{
	font-family	: Verdana;
	font-size: 20px;
	font-weight:bold;
}
h2
{
	font-family	: Verdana;
	font-size: 18px;
	font-weight:bold;
}
li
{
	font-family	: Verdana;
	font-size: 15px;
}
p
{
	font-family	: Verdana;
	font-size: 15px;
	line-height:20px;
}

.FieldName
{
	font-family	: Verdana;
	font-size: 15px;
	font-weight:bold;
	line-height:20px;
	text-align:right;
	padding-right:5px;
	width:150px;
}

.FieldValue
{
	font-family	: Verdana;
	font-size: 15px;
	line-height:20px;
	text-align:left;
	padding-left:5px;
	width:800px;
}

.Title
{
	font-size:2em;
	font-weight:bold;
	font-family:Arial;
	color:Green;	
}

.inputFieldLogin
{
	margin-left:50px;
}

.inputFieldPass
{
	margin-left:23px;
}

#coleccoes
{
	float:left;
	width:400px;	
	
}

