.title 	{
		letter-spacing: 1pt;	
		font-style: italic;
	}

.small { 
		font-size: 10pt;
}

.plain {
		text-transform: none;
}

.news  {
		font-size: 10pt;
		font-family: sans-serif;
}

.smallnews  {
		font-size: 9pt;
		font-family: sans-serif;
}

B.author, .author  {
		font-size: 10pt;
		text-transform: uppercase;
	}



H1  	{
		font-family: "times, times new roman", serif;
		font-size: 18pt;
	}

H2 	{
		font-family: "times, times new roman", serif;
		font-size: 14pt;
	}

H2.author 	{
			font-size: 12pt;
		}		

P, UL, TD, INPUT	{	
		font-family: "times, times new roman", serif;
		font-size: 12pt;
	}	

SUP 	{
		font-size: 10pt;
	}

P.comment0 	{
			background-color: #d6CCe8;
		}

P.comment1 	{
			background-color: #fcddfc;
		}

P.copyright     {
			font-style: italic;
			font-size: 10pt;
		}
A:link, A:visited, A:active { 	
				font-size: 10pt;
				text-transform: uppercase;
				text-decoration: none;
	                    }

A:link	{       
		color: #996600;
	}	

A:active 	{
			color: #CCCC00;
		}	

A:visited 	{
			color: #96806c;
		}	

A.plain 	{
       			text-transform: none;
                        text-decoration: underline;
			font-size: 12pt;
		}

PRE, TT, CODE, KBD, SAMP       { font-family: monospace }

PRE 		{ white-space: pre }

