BODY {
    background-color: #FFFFFF;
    font-family: Verdana, Helvetica, Arial, Sans-serif;
    font-size: small;
  	/*color : #6600CC;*/
	color : #333333;
}

/* --ABSTRACTBOOK STYLES --*/

.sessiontitle {
	font-weight: bold;
}
.papertitle {
}
.finalpapernumber {
}
.abstracttext {
}
.disclosure {
}

/* --COLORS --*/
  
.notecolor { 
  color : #006699;}
.headcolor {
  color : #aa3344;}  
.accentcolor {
  color : Silver;}  
.errorcolor {
  color : #FF0000;} 

/* -- BOLD IS LIKE REGULAR LINK --*/
/*
HR {
  width:100%;
  align:left;
  border : none;
  margin-left : inherit;
  color : Silver
  }
*/  
P, LI, td { 
    font-family: Arial;
    font-size: small;
}


/* --  HEADERS --*/

.mainhead { 
    font-family: Arial;
    font-size: medium;
    font-weight: bold;
    color: #aa3344;
}

H2 { 
    font-family: Arial;
    font-size: small;
    font-weight: bold;
  }
H2.index { 
    font-family: Serif;
    font-size: 36px;
    font-weight: bold;
	color:White;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
  }  

H3 { 
    font-family: Arial;
    font-size:   small;
    font-weight: bold;
    }

/* --  REGULAR LINK --*/

A { 
    font-family: Arial;
    color: #006699;
}

A:active { 
  font-family: Arial;
    color: #993399;
}

A.visited { 
    font-family: Arial;
    color: #f093a0;
}

A:hover
{
    XCOLOR: #666666;
  color: #666666;
}



.note {
    color: #006699;
}

.error {
    color: Red;
}

.PCPtitle {
	font-size: 10pt;
	color: Silver;
	background-color: #006699;
	font-style: normal;
	font-family: Tahoma,Arial,sans-serif;
	font-weight: bold;

}

