BODY,P,TD {
		background: #FFFFFF;
		font-family: "Times New Roman", Times, serif;
		font-style: normal;
		color: #00000;
		font-size: 12pt;

	}


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

/* -- BOLD IS LIKE REGULAR LINK --*/
/*
HR {
  width:100%;
  align:left;
  border : none;
  margin-left : inherit;
  color : #6393CC;
  }
*/  
P, LI, td { 
    font-family: "Times New Roman", Times, serif;
    font-style: normal;
    color: #00000;
    font-size: 12pt;
}


/* --  HEADERS --*/
.pagetitle {border-top:1px solid #6393CC;
    		border-bottom:1px solid #6393CC;
    		font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
    		font-size: 18pt;
    		margin-top: 4pt;
		margin-bottom: 4pt;
	}
	
.mainhead { 
    border-top:1px solid #6393CC;
    		border-bottom:1px solid #6393CC;
    		font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
    		font-size: 18pt;
    		margin-top: 4pt;
		margin-bottom: 4pt;
	}

h1 {
		border-top:1px solid #6393CC;
		border-bottom:1px solid #6393CC;
		font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
		font-size: 18pt;
		margin-top: 4pt;
		margin-bottom: 4pt;
	}
	h2 {
		border-top:1px solid #6393CC;
		border-bottom:1px solid #6393CC;
		font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
		font-size: 16pt;
		margin-top: 4pt;
		margin-bottom: 4pt;
	}
	h3 {
		border-top:1px solid #6393CC;
		border-bottom:1px solid #6393CC;
		font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
		font-size: 14pt;
		margin-top: 4pt;
		margin-bottom: 4pt;
	}
	h4 {
		font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
		font-size: 12pt;
		margin-top: 12pt;
		margin-bottom: 0pt;
	}
	h5 {
		font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
		font-size: 10pt;
		margin-top: 12pt;
		margin-bottom: 0pt;
		color: #FF0000;
	}


/* --  REGULAR LINK --*/

A, A:LINK, A:ACTIVE {
		color:#1B3EB2;
	}
	
A:VISITED {
	color: #516899;
	}

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



.note {
    color: #006699;
}

.error {
    color: Red;
}


	.TitleBlack {
		font-size: 16pt;
		color: #000000;
		font-style: normal;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	.Title_SE {
		font-style:italic;
	}
	.Mainheader  {
		font-size: 26pt;
		color: #000000;
		font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
		line-height : 90%;
		font-weight : bold;
	}
	.Mainheader2  {
		font-size: 26pt;
		color:#6393CC;
		font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
		line-height : 90%;
		font-weight : bold;
		text-align:right;
	}
	.startlinks {
		font-size : 12pt;
		font-family: "Times New Roman", Times, serif;
		padding-right: 20pt;
		padding-bottom: 15pt;
	}
	


