body			{
				font-family: helvetica, arial;
				font-size: 10pt;
				background-color: #8097AE;
				color:#000080;
				}
a				{
				font-family: helvetica, arial;
				font-size: 10pt;
				font-weight: normal;
				text-decoration: none;
				color: #FFFFFF;
 				}
 
a:hover		{
				text-decoration : underline;
				font-weight: bold;
				}
				
a:hover.blue	{
				text-decoration : underline;
				}


a.blue			{
				color:#000080;
				font-weight: normal;
				font-size: 12pt;
				}
a.ul			{
				color:#000080;
				font-weight: normal;
				font-size: 12pt;
				text-decoration : underline;
				}
a:hover.ul	{
				color:#c00080;
				}

				
.paraspace		{
				line-height: 150%;
				}
				
p				{
				line-height: 150%;
				margin-right: 5pt;
				margin-left: 5pt;				
				align:justify;
				}
.smallsize		{
				font-size: 10pt;
				}

table			{
 				background-color: "#FFFFFF";
 				}