P {
  color: black;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.5em;
  font-family: Bookman old style, Geneva, Helvetica, sans-serif;
  text-align: left;
  padding: 0;
  margin: 0;
  border: 0;
  height: auto;
}

P.Italic {
	font-style: italic;
	font-family : Bookman old style, Geneva, Arial, Helvetica, sans-serif;
}

P.HR {
	font-style: normal;
	font-family : Bookman old style, Geneva, Arial, Helvetica, sans-serif;
	margin-left : 10px;
	margin-right : 10px;
}

P.PageTitle {
	color: Black;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.0;
	text-align: center;
	padding: 0;
	font-family : Bookman old style, Geneva, Arial, Helvetica, sans-serif;
}

P.PageTitleLeft {
	font-family: Bookman old style, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	text-indent: 10px;
	padding: 0;
	margin: 0;
	border: 0;
	height: 18;
	/* position: relative;
	bottom: 5px;
	*/
}
	
P.PageTitleHome {
	font-family: Bookman old style, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	text-indent: 16px;
	padding: 0;
	margin: 0;
	border: 0;
	height: 18;
	/* position: relative;
	bottom: 5px;
	*/
	margin-right: 10px;
}
P.ContentText {
	margin-left: 15px;
	font-family : Bookman old style, Geneva, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: smaller;
	margin-right: 10px;
}

P.LinkTitle {
	color: Navy;
	font-size:14px;
	font-style: italic;
	line-height: 1.5em;
	text-align: center;
	font-family : Arial, Geneva, Arial, Helvetica, sans-serif;
}

P.NoLink {
	color: red;
	font-size:14px;
	font-style: italic;
	line-height: 1.5em;
	text-align: center;
	font-family : Bookman old style, Geneva, Arial, Helvetica, sans-serif;
}

P.Link {
	color: #0000FF;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5em;
	text-align: center;
	font-family : Bookman old style, Geneva, Arial, Helvetica, sans-serif;
}

P.Bold {
	color: black;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	font-family : Bookman old style, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 10px;
	margin-right: 10px;
}

P.Red {
	color: red;
	font-size: 14px;
	line-height: 1.5em;
	text-align: center;
	font-weight: bold;
	font-family : Bookman old style, Geneva, Arial, Helvetica, sans-serif;
}

P.Blue {
	color: #336699;
	font-size: 14px;
	line-height: 1.5em;
	text-align: center;
	font-weight: bold;
	font-family : Bookman old style Geneva, Arial, Helvetica, sans-serif;
}

P.White {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.5em;
    text-align: left;
    font-weight: bold;
}

P.PageBar {
    border-top: 1px solid #000066;
    border-color: #000066;
    line-height: 0;
    height: auto;
}

Div {
    padding: 0;
    margin: 0;
    border: 0;
}

Div.ContentData {
    margin-left: 10px;
}

Font {
    color: black;
    font-size: 12px;
    line-height: 1.5em;
}

Font.Red {
    color: red;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5em;
}

Table {
   font-size: 12px;
   border-collapse: collapse;
}

Table.ThinBorder {
   border: thin solid #000066;
}

Table.OutsetBorder {
}

Table.RidgeThick {
    border: thick solid #000066;
}

Table.RidgeThin {
    border: 0px solid #000066;
}

Table.NoRidge {
    border: 0;
}

Table.GrooveThick {
    border: thick groove #000066;
    border-width: thin;
}

Table.Solid {
    border: 1px none #000066;
}

Table.SolidRight {
}

Table.SolidBottom {
    border-bottom: 1px solid #000066;

}

Table.RidgeRight {
    border-right: 1px none #000066;
}

Table.RidgeBottom {
    border-bottom: solid #000066;
    border-bottom-width: thin;
}

TD  {
    font-size: 16px;
    color: #000000;
    font-weight: normal
}
TD.Boxed {
    border-left: 1px solid #000000;
    /*
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    */
    padding: 6px;
}

TD.Footer   {
	font-size: 12px;
	font-weight: normal;
	border: 0;
	color: #4080BF;
	align: Left;
	background-color: white;
	font-family : Bookman old style, Geneva, Arial, Helvetica, sans-serif;
}
TD.RedMsg   {
	font-size: 14px;
	font-weight: normal;
	color: red;
	align: Center;
	background-color: #FFFFFF;
	font-family : Bookman old style, Geneva, Arial, Helvetica, sans-serif;
}

TD.BlackMsg {
	font-size: 16px;
	font-weight: bold;
	color: black;
	text-align: Center;
	background-color: #FFFFFF;
	font-family : Bookman old style, Geneva, Arial, Helvetica, sans-serif;
}

TD.BlueMsg  {
	font-size: 16px;
	font-weight: bold;
	color: #336699;
	text-align: Center;
	background-color: #FFFFFF;
	font-family : Bookman old style, Geneva, Arial, Helvetica, sans-serif;
}

TD.Header   {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	align: center;
	background-color: #336699;
	font-family : Bookman old style, Geneva, Arial, Helvetica, sans-serif;
}

TD.NoHeader {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	align: center;
	background-color: #FFFFFF;
	font-family : Bookman old style, Geneva, Arial, Helvetica, sans-serif;
}

TD.All  {
	/* For the All Notice table */
	font-size: 11px;
	font-weight: normal;
	line-height: 0.8em;
	color: #000000;
	align: Left;
	background-color: #FFFFFF;
	font-family : Bookman old style, Geneva, Arial, Helvetica, sans-serif;
}

P.NoLink    {
        color: red;
        font-size:14px;
        font-style: italic;
        line-height: 1.5em;
        text-align: center;
        font-family : Bookman old style, Geneva, Arial, Helvetica, sans-serif;
}

