/*

 Some styles used by the "Cascading Popup Menus" script.
 Consult a CSS reference (a good one is www.ncdesign.org) for syntax and tweaking ideas.
 You can delete the ones you're not using in your ItemStyles, or add more if you want.

*/


/*
 Font settings -- change your font, colour, alignment etc.
 Insert 'font-weight: bold;' or 'font-style: italic;' without quotes if you want.
*/
.lowText { text-decoration: none; color: #000000; font: 12px Arial, Helvetica; text-align: left }
.highText {
	text-decoration: none;
	color: #000000;
	font:bold 12px Arial, Helvetica;
	text-align: left;
}

/* Borders used by some items */
.itemBorder { border: 1px solid #1D2F9D }
.itemBorderBlank { border: 1px solid #CF2837 }

/* The "button" demo menu styles, as used by the "File-Reopen" menu */
.buttonText { text-decoration: none; color: #CF2837; font: Bold 12px Arial, Helvetica }
.buttonHover { text-decoration: none; color: #FFFFFF; font: Bold 12px Arial, Helvetica; padding: 1px }
.buttonBorder { border: 1px outset #CF2837 }
.buttonBorderOver { border: 1px inset #CF2837 }

.a {
  font-family: verdana, arial, sans-serif;
  color: #CF2837;
  font-weight: bold;
  text-decoration: none; 
  font-size: 11px;
}

.a:hover {
  font-family: verdana, arial, sans-serif;
  color: #FB7B0F;
  font-weight: bold;
  text-decoration: none; 
  font-size: 11px;
}
.contentlink {
  font-family: verdana, arial, sans-serif;
  color: #CF2837;
  font-weight: bold;
  text-decoration: none; 
  font-size: 13px;
}

.contentlink:hover {
  font-family: verdana, arial, sans-serif;
  color: #FB7B0F;
  font-weight: bold;
  text-decoration: none; 
  font-size: 13px;
}

.Text_bottom {
	BORDER-RIGHT: #FB7B0F 1px; PADDING-RIGHT: 20px; BORDER-TOP: #999999 0px solid; PADDING-LEFT: 10px; FONT-SIZE: 11px; PADDING-BOTTOM: 10px; BORDER-LEFT: #333333; COLOR: #333333; PADDING-TOP: 10px; BORDER-BOTTOM: #999999; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN: left
}

.copyright {
	FONT-SIZE: 9px; CURSOR: hand; COLOR: #FFFFCC; LINE-HEIGHT: 14px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; LETTER-SPACING: -1px; TEXT-DECORATION: none
}

.content_area {
	PADDING-RIGHT: 0px; MARGIN-TOP: 0px; PADDING-LEFT: 0px; FLOAT: left; PADDING-BOTTOM: 0px; MARGIN-LEFT: 2px; WIDTH: 635px; PADDING-TOP: 0px
}

.headtitle {
	PADDING-LEFT: 15px; FONT-SIZE: 20px; COLOR: #CF2837; PADDING-TOP: 20px
}

.bottomtitle {
	PADDING-LEFT: 15px;
	FONT-SIZE: 16px;
	COLOR: #1D2F9D;
	PADDING-TOP: 20px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;


}
.contentheading {
	FONT-WEIGHT: bold;
	FONT-SIZE: 13px;
	COLOR: #333333;
	WHITE-SPACE: nowrap;
	TEXT-ALIGN: left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;

}
