/* Set Fonts/color for Block Elements */
BODY {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: Black;
}
TD, H2, H3, P, OL, DL, DT, DD, DIV {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: Black;

}

H2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #006699;

}


UL, LI {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: Black;
    text-align: justify;
}


H1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16pt;
    color: #000000;
}

/* Setup Colors */
/* Foreground Colors */
.blackfg, BODY, TD {
	color: Black;
}
.whitefg, H3 {
	color: White;
}
.PHsilverFG {
	color: #CCCCCC;
}

.PHsilverFG2 {
	color: #878787;
}

.PHblueFG, H2, STRONG.Caps, {
	color: #006699;
}

/* Background Colors */


A, A.Hover, A.Menu {
	color: #ffffff;
	
}

.h1red {
	color: #DE3E28;

}

.PHpeepBG {
 
	background-color: #006699;
}

.PHpeepBG2 {
 
	background-color: #4E83D1;
}

.PHpeeplink {
 
	color: #006699;
}

.PHblueBG, TD.MenuTD, H3  {
	background-color: #006699;
}

/* Setup the Classes */
BODY{
   text-align: left;
   vertical-align: top;
   padding: 0px;
   margin: 0px;
}

TABLE.MainTbl {
	width: 800px;
	border: none;
	text-align: left;
	vertical-align: top;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

TD.MainTD {
	
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
TD.MenuTD {
	
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
TD.FooterTD {
    text-align: center;
    margin: 0px;
    padding: 0px;
    font-size: 8pt;
}


TD{
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

H1 { 
   font-size: 12pt;  
   font-weight: bold; 
   text-align: left;
    margin-left: 75px;
    margin-right: 75px;
    margin-top: 0px;
    margin-bottom: 0px;
   padding: 2px;
 }
H2 {
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
    margin-left: 75px;
    margin-right: 75px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 2px;
}
H3 {
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
    margin-left: 75px;
    margin-right: 75px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 4px;
    padding-bottom: 4px;
}
 
A {
    text-decoration: none;
    font-weight: bold;
}
A:Hover {
    text-decoration: underline;
    font-weight: bold;
}
A.Menu {
    text-decoration: none;
    font-weight: bold;
}
A.Menu:Hover {
    text-decoration: underline;
    font-weight: bold;
}

HR {
	height: 1px;
	margin-left: 75px;
	margin-right: 75px;
	background-color: #000;
	color: #000;
}

P {
	margin-left: 4px;
	padding: 0px;
}
P.CenterP {
	text-align: justify;
	padding: 0px;
	margin-left: 75px;
	margin-right: 75px;
}
P.LeftP {
	text-align: left;
    padding: 0px;
	 margin-left: 75px;
    margin-right: 75px;
}
P.RightP {
	text-align: right;
    padding: 0px;
	 margin-left: 75px;
    margin-right: 75px;
}

UL {
	text-align: left;
   padding: 0px;
	margin-left: 100px;
   margin-right: 75px;
}




STRONG.Caps {
    font-size: 16pt;
    font-weight: bold;
     color: #006699;
}
EM.Small {
    font-size: smaller;
    font-weight: normal;
}
EM.Big {
    font-size : larger;
    font-weight : bolder;
}

IMG.LeftF {
    float: left;
    vertical-align: text-bottom;
		border: 0;
}
IMG.RightF {
    float: right;
    vertical-align: text-bottom;
		border: 0;
}

