
	body				{
					margin: 10px;
					background-color: #FFF;
					color: #404040;
					}

	p, .p, li				{
					font-family: verdana, sans-serif;
					font-size: 70%;
					line-height: 125%;
					}

	a				{ color: blue; text-decoration:none; }
	a:hover	{ color: blue; text-decoration:underline;}

	hr				{
	 				border: 1px solid white;
	 				border-top: 1px dotted #D6D6D6;
	 				color: #FFF;
	 				width: 100%;
	  				}

	h1 			{
					font-family: verdana, sans-serif;
					font-size: 110%;
					margin: 0px;
					color: #3E74CC;
					}

	h2			{
					font-family: verdana, sans-serif;
					font-size: 100%;
					color: #3E74CC;
					margin: 0px;
					}					

	h4 			{
					font-family: verdana, sans-serif;
					font-weight: normal;
					margin: 0px;
					}
	
/*
	h1,h2,h3,h4,h5,h6			{
					font-family: helvetica, sans-serif;
					font-weight: normal;
					margin: 0px;
					color: #AD2F26;
					}
*/					

	form				{
					padding: 0px;
					margin: 0px;
					}