body 
{
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Tahoma, Verdana, Helvetica;
	font-size: 13px;
}

.skip {
	font-family: Arial, Tahoma, Verdana, Helvetica;
	font-size: 12px;
	color: #7294b0;
}

.link	{
	font-family: Arial, Tahoma, Verdana, Helvetica;
	font-size: 12px;
	color: #005a9f;
	font-weight: bold;
}
.link a:link{
	text-decoration: none;
	color: #7294b0;
}
.link a:hover{
	text-decoration: underline;
	color: #7294b0;
}
.link a:visited{
	text-decoration: none;
	color: #7294b0;
}
.link a:visited:hover{
	text-decoration: underline;
	color: #7294b0;
}

.active	{
	font-family: Arial, Tahoma, Verdana, Helvetica;
	font-size: 13px;
	color: #344d7b;
}

.copyright	{
	font-family: Arial, Tahoma, Verdana, Helvetica;
	font-size: 11px;
	color: #0089cc;
}

.text	{
	font-family: Arial, Tahoma, Verdana, Helvetica;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}
.text a:link{
	text-decoration: underline;
	color: #344d7b;
}
.text a:hover{
	text-decoration: none;
	color: #344d7b;
}
.text a:visited{
	text-decoration: underline;
	color: #344d7b;
}
.text a:visited:hover{
	text-decoration: none;
	color: #344d7b;
}

.table
{
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    border-right: 1px solid black;
    
    border-collapse: collapse;
}
.lable
{
    margin-right: 25%;
}

