@charset "UTF-8";
/* CSS Document */

/*The following styles are included in theother stylesheets for the color changes */
/* --- Edits here may need to be REPEATED in the other Stylesheets --- */

h1, .h1 {
	 text-align:center;
	 color:#003399;
	 font-family:Georgia, "Times New Roman", Times, serif;
	 font-variant:small-caps;
	 font-weight:bold;
	 padding-top:6px;
	 padding-top:6px;
	 font-size:17px;
	 letter-spacing:1px;
	 font-stretch:expanded;
	 }

h2, .h2 {
	 text-align:left;
	 color:#003399;
	 font-family:Georgia, "Times New Roman", Times, serif;
	 font-variant:small-caps;
	 font-weight:bold;
	 padding-top:6px;
	 padding-bottom:2px;
	 font-size:14px;
	 letter-spacing:1px;
	 font-stretch:expanded;
	 }

h3, .h3 {
	 text-align:center;
	 color:#003399;
	 font-family:Georgia, "Times New Roman", Times, serif;
	 font-variant:small-caps;
	 font-weight:bold;
	 padding-top:6px;
	 padding-bottom:2px;
	 font-size:12px;
	 letter-spacing:1px;
	 font-stretch:expanded;
	 }

.center {
     text-align:center;
     }
	 
.content {
     background-color:#E9EAF2;
     width:387px;
	 padding:0;
	 margin:0;
	 border:none;
	 text-align:left;
	 color:#000000;
	 }
	 
.backtotopline {
	 text-align:center;
     font-size:9px;
	 color:#8DB0C9;
	 text-decoration:none;
     }	 
	 
.backtotop {
     font-size:9px;
	 color:#003399;
	 text-decoration:underline;
     }	 
	 
/*  LINK Table  */
table.anchorlinks {
    margin-left: auto;
    margin-right: auto;
	 border-collapse:collapse;
	 width:350px;
	 vertical-align:bottom;
     }
	 
td.anchorheading {
     padding:0 2px 0 2px;
     border:none;
	 background-color:#e9eaf2;
	 text-align:left;
	 height:13px;
	 }
	 
.anchorheading {	 
    font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
    color:#000000;
	letter-spacing:1px;
	text-decoration:none;
    }
	 
td.anchorlinks {
	 background-color:#F3EDEA;
     padding:4px 2px 4px 2px;
	 vertical-align:middle;
     border:#660000 dashed 1px;
	 width:50%;
	 height:26px;
	 text-align:center;
	 }
	 
.anchorlinks a {
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
    color:#006699;
    font-size:11px;
	letter-spacing:1px;
	font-stretch:expanded;
	text-decoration:none;
     }

.anchorlinks a:hover {
    color:#003399;
    text-decoration:underline;
     }
	 

/*  top, above content below heading  */
.divider1 {
	 background-color:#FFFFFF;
     background-image:url(images/divider1_hh.gif);
	 background-repeat:repeat;
     width:31px;
	 padding:0;
	 margin:0;
	 border:none;
	 }
	 
.bgmid {
	 background-color:#FFFFFF;
     background-image:url(images/bgmid_hh.gif);
	 background-repeat:repeat;
     width:387px;
	 padding:0;
	 margin:0;
	 border:none;
	 }
	
.divider2 {
	 background-color:#FFFFFF;
     background-image:url(images/divider2_hh.gif);
	 background-repeat:repeat;
     width:32px;
	 padding:0;
	 margin:0;
	 border:none;
	 }
	 

/*  bottom, below content with PH logo  */

.divider1btm {
     background-image:url(images/divider1btm_hh.gif);
	 background-color:#FFFFFF;
	 background-repeat:no-repeat;
	 width:31px;
	 height:28px;
	 }

.btmspace1 {
     background-image:url(images/btmspace1_hh.gif);
	 background-color:#FFFFFF;
	 background-repeat:no-repeat;
 	 width:163px;
	 height:28px;
    }

.phlogo_top {
     background-image:url(images/phlogo_top_hh.gif);
	 background-color:#FFFFFF;
	 background-repeat:no-repeat;
 	 width:60px;
	 height:28px;
    }
	 
.btmspace2 {
     background-image:url(images/btmspace2_hh.gif);
	 background-color:#FFFFFF;
	 background-repeat:no-repeat;
	 width:164px;
	 height:28px;
     }

.divider2btm {
     background-image:url(images/divider2btm_hh.gif);
	 background-color:#FFFFFF;
	 background-repeat:no-repeat;
	 width:32px;
	 height:28px;
     }


