/*Formatting*/

BODY			{	background-attachment: 	fixed;
					background-repeat: 		no-repeat;
      			background-position: 	left top;
					background-color: 		white; 
					margin-top: 				0;
					margin-left:				0;
					margin-right:				0;
					margin-bottom:				0;	}

.bodyDSNet	{	background-image: url(/images/bkgd_DuMonde_Globe.gif);
					background-repeat: no-repeat;
					background-position: left top; }

TD, P			{	font-family: 	Tahoma, Verdana, Arial, Helvetica, sans-serif;			font-size: 10pt }

TD.small		{	font-family: 	Tahoma, Verdana, Arial, Helvetica, sans-serif;			font-size: 9pt }

H3				{	font-family: 	Tahoma, Verdana, Arial, Helvetica, sans-serif;			font-size: 14pt }
H4				{	font-family: 	Tahoma, Verdana, Arial, Helvetica, sans-serif;			font-size: 12pt }

SUP			{	font-family: 	Tahoma, Verdana, Arial, Helvetica, sans-serif;			font-size: 8pt }
SUP.big		{	font-family: 	Tahoma, Verdana, Arial, Helvetica, sans-serif;			font-size: 12pt }
			
li				{ list-style-type: disc }
li.callouts	{ list-style-type: square }
li.num		{ list-style-type: decimal }

/*Link States*/

A				{	color: blue;					text-decoration: none	}
A:link		{	color: blue;					text-decoration: none	}
A:visited	{	color: blue;					text-decoration: none	}
A:hover		{	color: blue;					text-decoration: underline	}
A:active		{	color: blue;					text-decoration: underline	}
					
A.small				{	font-size: 8pt;		color: blue;			text-decoration: none	}
A.small:link		{	font-size: 8pt;		color: blue;			text-decoration: none	}
A.small:visited	{	font-size: 8pt;		color: blue;			text-decoration: none	}
A.small:hover		{	font-size: 8pt;		color: blue;			text-decoration: underline	}
A.small:active		{	font-size: 8pt;		color: blue;			text-decoration: underline	}

/*Other Formatting*/

li.size1		{font-size: xx-large; padding-left: 10px}
div.style1	{font-size: xx-large}

