/*menu*/
.menu{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 8pt;
	color: #FFFFFF
}

.submenu {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #FFCC99;
	font-size : 7.5pt;
	font-weight: bold
}

.footer {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #FFCC99;
	font-size : 8pt;
}

/*links*/
A:link, A:visited, A:active { text-decoration: none }
A:hover {text-decoration: underline }
.active  {
	color:#FFFF00;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 8pt;
}

.activesub  {
	color:#FFFF00;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7.5pt;
	font-weight: bold
}

.activefooter{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 9pt;
	color: #FFFFFF;
}
	
/*Document format*/

.TopDirTree {  font-family: Verdana, Geneva, Arial, Helvetica, san-serif; font-size: 10px; font-weight: normal; color: #000066}

.TopDirTreeBg {
	background:#ffcc99;
}

.body{
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 9pt
}

.small {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 7.5pt
}

.big {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 11pt
}
/*Background colors*/
.TopCurveBg{
	background: url(/images/top_nav/cornernews.gif);
	background-color: White;
	background-repeat: no-repeat;
}
.LogoBg {
	background:#ffcc99;
}

.MenuBg {
	background:#000033;
}

.SubMenuBg {
	background:#666666;
}

.FooterBg {
	background:#ffcc99;
}
.BodyBg1{ 
	background: #CCCCCC; }
.BodyBg2{ 
	background: #FDF5E6; }
.BodyBg3{ 
	background: #999966; }
.BodyBg4{ 
	background: #FFCC99; }
.BodyBg5{ 
	background: #CCCC99;  }
	
/*News elements*/
.NewsCategory{
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:12pt;
	color: Purple;
}
.HeadlineTitle {
	font-family:Arial, Helvetica, sans-serif;
	color: #330033;
	font-size:12pt;
	font-weight:bold;
	background-color: #9999FF;
}

.HeadlineTitleBg {
	background:#EEE8AA;
}
.HeadlineTitle2 {
	font-family:Arial, Helvetica, sans-serif;
	color: #666600;
	font-size:12pt;
	font-weight:bold;
}
.HeadlineTitleBg2 {
	background:#FFFFCC;
}
.HeadlineTitle3 {
	font-family:Arial, Helvetica, sans-serif;
	color: #003300;
	font-size:11pt;
	font-weight:bold;
	top: auto;
}
.HeadlineTitleBg3 {
	background:#FFE4AE;
}
.Title {
	font-family:"Times New Roman", Times, serif, "Lucida Calligraphy", "Lucida Console", "Lucida Fax", "Lucida Handwriting", "Informal Roman";
	color:#000066;
	font-size:7pt;
	font-weight:normal;
	text-transform: none;
	text-decoration: none;
	border-top-color: #FFCC33;
	border-top-style: solid;
}

.TitleBg {
	background:#EDEDCB;
}
.Title2 {
	font-family:Arial, Helvetica, sans-serif;
	color: #000066;
	font-size:13pt;
	font-weight:bold;
}

.TitleBg2 {
	background:#DCDC98;
}
.Title3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#000066;
	font-size:10pt;
	font-weight:bold;
}

.TitleBg3 {
	background:#CCCC99;
}
.HeadlineSummary {
	font-family:Arial, Helvetica, sans-serif, "Agency FB", Alba, "Alba Matter";
	color:#000000;
	font-size:7.5pt;
}
.HeadlineSummary2 {
	font-family:Verdana, Arial, Helvetica, Sans-serif;
	color:#996600;
	font-size:7.5pt;
}
.HeadlineSummary3 {
	font-family:Arial, Helvetica, sans-serif, "Agency FB", Alba, "Alba Matter";
	color:#0000FF;
	font-size:7.5pt;
	font-style: inherit;
	border-collapse: collapse;
	table-layout: auto;
	empty-cells: hide;
}
.HeadlineSummary4 {
	font-family:Verdana, Arial, Helvetica, Sans-serif;
	color:#663300;
	font-size:7.7pt;
}
.Summary {
	font-family:Arial, Helvetica, sans-serif, "Agency FB", Alba, "Alba Matter";
	color:#000000;
	font-size:7.5pt;
	border-width:0 0 1px 0;
	border-style:solid;
	border-color:#999999;
	background:#ffffff;
	border-bottom-color: #CCCCA8;
	border-bottom-style: solid;
	border-bottom-width: thin;
}
.Summary2 {
	font-family:Verdana, Arial, Helvetica, Sans-serif;
	color:#000000;
	font-size:7.5pt;
	border-width:0 0 1px 0;
	border-style:solid;
	border-color:#999999;
	background:#ffffff;
}
.NewsDate{
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 8pt;
	color: #333333;
	font-weight: bold;
}

/*Border Formats*/
.BorderBottom {
	border-width: 0 0 1px 0;
	border-color: #666666;
	border-style: solid;
	position: inherit;
	width: 100%;
}

.BorderRight {
  border-width:0 1px 0 0;
  border-style: solid; 
  border-color:#666666;
}

.BorderLeft {
   border-width:0 0 0 1px;
   border-color:#666666;
   border-style: solid
 }

.BorderTop {
   border-width:1px 0 0 0;
   border-color:#666666;
   border-style: solid
      
}
.BorderTopBottom{
	border-width : 1px 0 1px 0;
	border-color:#666666;
	border-style: solid;
}
.BorderLeftRight{
	border-width : 0 1px 0 1px;
	border-color:#666666;
	border-style: solid;
}
.BorderRound{
	border : 1px #666666 solid;
}

/*Lists*/
.List1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#000000;
	list-style-type :  disc;
	list-style-image :  url("../images/bullets/ball16.gif");
}
.List2{ 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:7.5pt;
	color:#003300;
	list-style-type:square;
	list-style-image : url("../images/bullets/square_tiny.gif");
	}
.List3{ 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#000000;
	list-style-type :  disc;
	list-style-image : url("../images/bullets/bullet2.gif"); }
.List4{ 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#000000;
	list-style-type :  disc;
	list-style-image : url("../images/bullets/button_multi_color.gif"); }
