body
{
	background-color: #FFFFFF;
	margin-top: 0px;
}

a 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.2;
	font-weight: normal;
	color: #5C6C7D;
	text-decoration: underline;
}

a:hover 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.2;
	font-weight: normal;
	color: #FF9900;
	text-decoration: underline;
}

a:active 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: bold;
	line-height: 1.2;
	font-weight: normal;
	color: #FF9900;
	text-decoration: underline;
}

a:visited 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.2;
	font-weight: normal;
	color: #EB584A;
	text-decoration: underline;
}

a:visited:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.2;
	font-weight: normal;
	color: #FF9900;
	text-decoration: underline;
}

.first
{   margin-top:0px;
}


.content 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight:normal;
	line-height: 1.2;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	margin-left:inherit;
}

.footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight:normal;
	line-height: 1.2;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	margin-left:inherit;
}


.headline 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.2;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.headline2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin-bottom:5px;
	margin-top:20px;
}

.indentado
{
	margin-left:15px;
}

ol
{
	margin-top: 0px;
}

.optional
{
	font-weight: bold;
	
}

.remark
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: bolder;
	line-height: 1.2;
	font-weight: bolder;
	color: #333333;
	text-decoration: none;
	margin-bottom:2px;
	margin-top:4px;
}

.required
{
	color: red;
	font-weight: bold;
}

table.first
{   margin-bottom:0px;
	margin-top:0px;
	line-height: 1;
	display:inline-table;
}
ul 
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.2;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom:0px;
	list-style-type:disc;
}


