/* Common CSS
/* Last Update: 12/24/2001 
*/
/*InTheNews */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
body {
	background-color:#1A1A1A;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
TD.shadowLeft {
	background-image:  url(../shadowLeft.gif);
	background-repeat: repeat-y;
}

TD.shadowRight {
	background-image:  url(../shadowRight.gif);
	background-repeat: repeat-y;
}

.style1 {
	color: #00767A;
	font-weight: bolder;
	font-size: 16px; 
}

/*InTheNews */
a.TextBoldWhiteLink:link
{
	COLOR: White;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	FONT-WEIGHT: bold;
	line-height: 14pt;
}
a.TextBoldWhiteLink:visited
{
	COLOR: White;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	FONT-WEIGHT: bold;
	line-height: 14pt;
}
a.TextBoldWhiteLink:active
{
	COLOR: Yellow;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	FONT-WEIGHT: bold;
	line-height: 14pt;
}
a.TextBoldWhiteLink:hover
{
	COLOR: Yellow;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	FONT-WEIGHT: bold;
	line-height: 14pt;
}

/*General */
a:link
{
	COLOR: #669999;
	text-decoration: underline;
}
a:visited
{
	COLOR: #669999;
	text-decoration: underline;
}
a:active
{
	COLOR: #669999;
	text-decoration: underline;
}
a:hover
{
	COLOR: #FFFFFF;
	text-decoration: underline;
	font-weight: none;
}

a.yellow:link
{
	COLOR: #CCCCCC;
	text-decoration: none;
}
a.yellow:visited
{
	COLOR: #CCCCCC;
	text-decoration: none;
}
a.yellow:active
{
	COLOR: #CCCCCC;
	text-decoration: underline;
}
a.yellow:hover
{
	COLOR: #FFFFFF;
	text-decoration: underline;
	font-weight: none;
}

a.BoldWhite:link
{
	COLOR: #669999;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	FONT-WEIGHT: bold;
	line-height: 10pt;
}
a.BoldWhite:visited
{
	COLOR: #669999;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	FONT-WEIGHT: bold;
	line-height: 10pt;
}
a.BoldWhite:active
{
	COLOR: #669999;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	FONT-WEIGHT: bold;
	line-height: 10pt;
}
a.BoldWhite:hover
{
	COLOR: #CCCCCC;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	FONT-WEIGHT: bold;
	line-height: 10pt;
}

.buttons {
	font-family: Arial, Helvetica, sans-serif;
	color:white;
	font-size=8pt;
	font-weight:bold;
	background-color:#4F78D9;
	border-color:#99CCFF;
}

select.selected, input.selected, textarea.selected {
 /*background-color: #FFFACD;*/
}
.activeElement {
 background-position: center right;
 background-image: url("images/arrow.gif");  /* Replace with your image of choice */
 padding-right: 20px;    /* Allow enough padding to encapsulate the image */
}
