/* CSS Document */

body {
	background-position: top;
	background-repeat: repeat-x;
	}

h2	{
	font-family:Arial, Helvetica, sans-seri;
	color: #0D2B88;
	}
	
p	{

		padding-left:25;
		text-align: justify;
		font-family: Arial; 
		color: black;
		}
		
p.text	{
		padding-left:25;
		text-align: justify;
		font-family: Arial; 
		color: black;
		font-size: 12px;
		}		

h1	{
		padding-left:25;
		text-align: justify;
		font-family: Arial; 
		color: black;
		font-size:16px;
		text-decoration:underline;
		}
		
h1.u	{
		text-align: left;
		font-family: Arial; 
		color: black;
		font-size:14px;
		text-decoration:none;		
		}
		
h3	{
		font-family: Arial; 
		color: black;
		font-size:10px;
		font-weight:normal;
		}