/* Common CSS
/* Last Update: 12/24/2001 
*/
/*InTheNews */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: cccccc;
}
body {
	background-color: 000000;
	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: #FF0000;
	text-decoration: underline;
}
a:visited
{
	COLOR: #FF0000;
	text-decoration: underline;
}
a:active
{
	COLOR: #000000;
	text-decoration: underline;
}
a:hover
{
	COLOR: #FFFFFF;
	text-decoration: underline;
	font-weight: none;
}

a.yellow:link
{
	COLOR: #999999;
	text-decoration: none;
}
a.yellow:visited
{
	COLOR: #999999;
	text-decoration: none;
}
a.yellow:active
{
	COLOR: #999999;
	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;
}
