/* CSS Document */
#bottomBgImage
{  background-image:url('/image/BottomBg.jpg');
}
#leftBgImage
{ background-image:url('/image/LeftBg.jpg');
}

#leftMenu
{ font-family:Arial, Verdana;
  font-size:10pt;
  color : #000044;
  font-weight: bold;
}

#leftMenu a:link, #leftMenu a:visited 
{ color:#000044;
}

#leftMenu a:hover, #leftMenu a:active 
{ color:#AAAAAA;
}



#leftArticle a
{ font-family:Arial, Tahoma;
  font-size:9pt;
  color : #000055;
  text-decoration: none;
}

#leftArticle a:visited 
{ color:#777777;
}

#leftArticle a:hover, #leftArticle a:active 
{ color:#550000;
  text-decoration: underline;
}


#mylink a, #mylink a:visited
{		text-decoration: none;
		border-bottom-style: solid;
		border-bottom-width: 1;				
}
#mylink a:hover, #mylink a:active
{   text-decoration:none;
		border-bottom-style: dashed;
		border-bottom-width:1;
}	

td
{ font-family:Arial, Tahoma;
  font-size:10pt;
}

td.title
{ color:#000044;
  font-weight:bold;
}

p 
{ font-family: Arial;
  font-size:10pt;
  line-height:normal;
  margin:9px 12px;
}
p.subtitle
{ font-size:12pt;
  font-weight:bold;
}

.bigheader
{ color:#AA0000;
  display:block;
  font-family:Arial,Verdana;
  font-size:20pt;
  font-weight:bold;
  margin:12px 18px 0px 12px;
  padding:0px;
}

h3
{ color:#000044;
  display:block;
  font-family:Arial,Verdana;
  font-size:14pt;
  font-weight:bold;
  margin:12px 18px 0px 12px;
  padding:0px;
}

ul.articles li 
{ color:#000000;
  font-family:Arial;
  font-size:10pt;
  margin: 6px -15px;
  list-style-image: url('/image/arrow.gif');
}

.highlite
{ color:#770000;
  font-weight:bold;
  background-color:#FFFF99;
};


