@import url(/style/shared/RFStyle.css);


BODY {
    background-color: #F5F5F5;
    font-family: Century Gothic, Arial, Helvetica, sans-serif;
    font-size: small;
  color : #006699;
}

span.accepted {
    
  font-weight:bold;  
  color : Green;
}

span.rejected {
    
  font-weight:bold;  
  color : Red;
}


/* --COLORS --*/
  
.notecolor { 
  color : #006699;}
.headcolor {
  color : Navy;}  
.accentcolor {
  color : Silver;}  
.errorcolor {
  color : #FF0000;} 
  


.note {
    color: #009966;
}

.error {
    color: Red;
}



/* -- BOLD IS LIKE REGULAR LINK --*/
/*
HR {
  width:100%;
  align:left;
  border : none;
  margin-left : inherit;
  color : Silver
  }
*/  
P, LI, td { 
    font-family: Tahoma, Arial, Sans-serif;
    font-size: small;
}


/* --  HEADERS --*/

.mainhead { 
    font-family: Century Gothic, Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: bold;
    color: #006699;
}

H2 { 
    font-family: Century Gothic, Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
  }
H3 { 
    font-family: Century Gothic, Arial, Helvetica, sans-serif;
    font-size:   small;
    font-weight: bold;
    color: #397c93;
    }

/* --  REGULAR LINK --*/

A { 
    font-family: Tahoma, Arial, Sans-serif;
    color: #397c93;
}

A:active { 
    font-family: Tahoma, Arial, Sans-serif;
    color: #397c93;
}

A.visited { 
    font-family: Tahoma, Arial, Sans-serif;
    color: #666666;
}

A:hover
{
    XCOLOR: #aaaaaa;
  color: #aaaaaa;
}

.PCPtitle {
	font-size: 10pt;
	color: Silver;
	background-color: #006699;
	font-style: normal;
	font-family: Tahoma,Arial,sans-serif;
	font-weight: bold;

}



	