/******************** common *****************************************************************************************/
A 		{ outline: 	none;	-moz-outline: none;    	text-decoration: none;}

/******************** index ******************************************************************************************/
BODY
{   	
	margin:				15px;
	padding:			0px;
	overflow:			auto;  
	font-family: 			arial;
  	font-size: 			13pt;   
}

BODY.bodyMain
{   	
	background: 		URL(BackgroundMain.png) fixed no-repeat;
	background-position:	top left;
	background-color:       #FFEEFF;
}

H1	{	font-size: 		28pt; text-align: center; 
	margin-bottom: 8px;
	margin-top: 8px;
}
H2	{	font-size: 		14pt;}


p
{
   margin-top:-8px;
   margin-bottom:0px;
}

p.firstdate
{
    font-size: 16px;
    margin-bottom: -9px;
    margin-top:24px;
    color:red;
}

p.date
{
    font-size: 16px;
    margin-bottom: -9px;
    margin-top:5px;
    color:red;
}

p.authors
{
   margin-top:-10px;
   margin-left:5px;
   margin-bottom: 8px;
   font-style:italic;
}

p.footnote
{
   margin-top:30px;
   font-style:italic;
   font-size: 10pt;   
}

#content
{
    width:900px; 
    margin:0 auto;
}

a
{
    color:black;
}

A:hover 
{
    color: red;
}