BODY	{	font-family		: 	Arial, Helvetica, sans-serif;
			color			:	gray;
			font-size		: 	8pt;
		}

H1		{	color			:	green;
			font-size		:	8pt;
			margin-bottom	: 	0px; 
			padding-bottom	: 	0px;
			margin-top		: 	0px; 
			padding-top		: 	0px;
			font-weight		: 	400;
		}
	
	
H2		{	color			:	black;
			font-size		:	8pt;
			margin-bottom	: 	2px; 
			padding-bottom	: 	0px;
			margin-top		: 	8px; 
			padding-top		: 	0px;
			font-weight		: 	400;
		}
	
H3		{	font-size		:	8pt;
			margin-bottom	: 	0px; 
			padding-bottom	: 	0px;
			margin-top		: 	0px; 
			padding-top		: 	0px;
			font-weight		: 	400;
		}
	
p 		{	
			font-size		: 	8pt; 
			font-weight		: 	400;
			text-align		: 	justify;
			first-letter	{color:red}
		}

ul 		{  	font-size		: 	8pt;
			list-style-image: 	url(IMG\point3.gif)	
		}

ol 		{ 	
			font-size		: 	8pt; 
		}
	
select	{	font-size		: 	8pt; 
			color			:	gray;

		}
.p1
		{	font-size		: 	8pt; 
			color			:	gray;
		}
th {
	color: #000000;
	background: #eeeeee
	text-align: left;
	font-size: 80%;
	padding: 5px;
	    }
.tr1    { background: #dadada }

.tr2    { background: #ececec }

.tab1
		{	font-size		: 	8pt; 
			color			:	gray;
		}		
A		
		{
			text-decoration	:	none;
			font-weight		: 	400;
		}

		
A:visited 			{	color			:	green;
							}
A:hover 			{	color			:	#FFFFFF; 
						color			:	red;	
						text-decoration	:	none	}
A:link	 			{	color			:	green; 	
						}