/* Home Page Only */
.homecenter {
text-align:center;
}
body {
	margin: 0px;
	background: #fff;
	font-family       : Verdana, Arial, Helvetica, sans-serif;
	font-size         : 10px;
}
.header {
	width:850px;
	margin:0 auto;
	text-align:center;
	background:#000000;
	color: #FFF;
}
.content {
width:850px;
margin:0 auto;
background:#fff;
clear:both;
}
.footer {
width:850px;
margin:0 auto;
text-align:center;
background:#fff;
}
td, tr, p, div, .text {
	font-family      : Verdana, Arial, Helvetica, sans-serif;
	font-size        : 11px;
	color            : #666666;
}

.Hdr1 {
	font-family      : Verdana, Arial, Helvetica, sans-serif;
	font-size        : 14px;
	font-weight: bold;
	color            : #0079c2;
}
.Hdr2 {
	font-family      : Verdana, Arial, Helvetica, sans-serif;
	font-size        : 12px;
	font-weight: bold;
	color            : #629fd6;
}
.SMWht {
	font-family      : Verdana, Arial, Helvetica, sans-serif;
	font-size        : 11px;
	font-weight: normal;
	color            : #FFFFFF;
}
.SMBlk {
	font-family      : Verdana, Arial, Helvetica, sans-serif;
	font-size        : 11px;
	font-weight: normal;
	color            : #000000;
}
hr {
  color            : #999999;
  height           : 1px;
  width            : 100%;
}
a:active {
  color: #FFCC00;
  text-decoration: underline;
}
a:link, a:visited {
  font-size        : 11px;
  color            : #660000;
  text-decoration  : underline;
  font-weight      : bold;
}
a:hover {
  font-size        : 11px;
  color            : #000;
  text-decoration  : none;
  font-weight      : bold;
}
.small {
  font-size        : 10px;
  color            : #333333;
}
.smlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-decoration: none;
}
.smtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.subTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #003366;
	text-decoration: none;
}
/* Home TDs */
.HMhdr1 {
	font-family      : Verdana, Arial, Helvetica, sans-serif;
	font-size        : 12px;
	font-weight: bold;
	color            : #fff;
text-align:center;
}
.HMhdr2 {
	font-family      : Verdana, Arial, Helvetica, sans-serif;
	font-size        : 12px;
	font-weight: normal;
	color            : #fff;
text-align:center;
}
.L1 {
background:#8e2828;
padding:2px;
}
.L2 {
padding:2px;
}
.R1 {
background:#5b5b5b;
padding:2px;
}
.R2 {
padding:2px;
}
/* End Home */
/* ALL MENU ITEMS */
.menu {
width:850px; 
font-size:0.85em;
position:relative;
z-index:100;
}
.menu ul {/* remove all the bullets, borders and padding from the default list styling */
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:150px;
}
.menu li {/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
float:left;
width:170px;
position:relative;
}
.menu a, .menu a:link, .menu a:visited {/* style the links for the top level */
display:block;
font-size:11px;
text-decoration:none; 
color:#000; 
width:159px; 
height:30px; 
border:1px solid #ccc; 
border-width:1px 1px 1px 1px; 
background:#fff; 
padding-left:10px; 
line-height:29px;
}
.menu a:hover, .menu ul ul a:hover{/* style the top level hover */
color:#fff; 
background:#660000;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#660000;
}
.menu ul ul a.drop, .menu ul ul a.drop:visited {/* style the second level background */
background:#e8e8e8 /*url(../../graphics/drop.gif) bottom right no-repeat*/;
}
.menu ul ul a.drop:hover{/* style the second level hover */
color:#fff;
background:#660000 /*url(../../graphics/drop.gif) bottom right no-repeat*/;
}
.menu ul ul :hover > a.drop {
background:#660000 /*url(../../graphics/drop.gif) bottom right no-repeat*/;
}
.menu ul ul a, .menu ul ul a:link, .menu ul ul a:visited {/* style the second level links */
background:#e8e8e8; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px;
}
.menu ul ul a:hover{/* style the second level hover alternate */
color:#fff;
background:#660000 /*url(../../graphics/drop.gif) bottom right no-repeat*/;
}
.menu ul ul ul a, .menu ul ul ul a:visited {/* style the third level background */
color:#000;
background:#e8e8e8;
}
.menu ul ul ul a:hover {/* style the third level hover */
color:#fff;
background:#660000;
}
.menu ul ul {/* hide the sub levels and give them a position absolute so that they take up no room */
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0; 
width:150px;
}
.menu ul ul ul{/* position the third level flyout menu */
left:150px; 
top:0;
width:150px;
}
.menu ul ul ul.left {/* position the third level flyout menu for a left flyout */
left:-150px;
}
.menu table {position:absolute; top:0; left:0;}/* style the table so that it takes no part in the layout - required for IE to work */
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
* html .menu a, * html .menu a:visited {/* a hack so that IE5.5 faulty box model is corrected */
width:150px;
w\idth:139px;
}
* html .menu ul ul a{/* yet another hack for IE5.5 */
width:150px;
w\idth:129px;
}
* html .menu ul ul {/* another hack for IE5.5 */
top:30px;
t\op:31px;
}
/* End MENU Items */.content tr td table tr td table tr .liedit table {
	font-size: 18px;
}
.content tr td table tr td table tr .liedit table {
	color: #F30;
}
style99 {
	font-weight: bold;
}
.content tr td table tr td table tr .liedit table tr .small .style10 {
	font-weight: bold;
}
.content tr td table tr td table tr .liedit table tr .small .style10 {
	font-style: italic;
}
.content tr td table tr td table tr .liedit table tr td {
	color: #000;
	font-weight: bold;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-indent: 0px;
}
.content tr td table tr td table tr .liedit table {
	color: #390;
}
.content tr td table tr td table tr td table tr td {
	font-size: 14px;
	color: #600;
}
.content tr td table tr td table tr td table tr td table tr .Hdr5 {
	font-size: 18px;
}
.hd3red {
	color: #F00;
}
.hd3grn {
	color: #393;
}

