H2:first-letter, H2 {
	font : bold Palatino Linotype;
	color : #990033;
}
H2 {
	font : Palatino Linotype;
	color : Black;
}

H3:first-letter, H3 {
	font : bold Palatino Linotype;
	color : #990033;
}
H3 {
	font : Palatino Linotype;
	color : Black;	
}

body {font: 10pt "Palatino Linotype"};

A:link
	{	text-decoration	:	none;
		color		:	#5C4F9D;
		background	:	transparent;
		}
A:visited, A:active
	{	color		:	#9B4A99; 
		background	:	transparent; 
		text-decoration	:	none; 
		}		

Div.Author	{
		font-style	:	italic;
		font-weight	:	bold;
		font: 10pt "Palatino Linotype";
		}
		
		
.leftcolumn {
position:       absolute;
width:          495;
top:            0px;
left:           5px;
background-color: #FFFFFF;
}

.rightcolumn {
position:       absolute;
top:            0px;
width:          30%;
right:		5px;
left:		495;	
background-color: #FFFFFF;
}



