/* Common CSS
/* Last Update: 12/24/2001 
*/

/*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: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	FONT-WEIGHT: bold;
	line-height: 14pt;
}
a.TextBoldWhiteLink:hover
{
	COLOR: 669999;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	FONT-WEIGHT: bold;
	line-height: 14pt;
}

/*General */
a:link
{
	COLOR: #C88A0F;
	text-decoration: underline;
}
a:visited
{
	COLOR: #C88A0F;
	text-decoration: underline;
}
a:active
{
	COLOR: #C88A0F;
	text-decoration: underline;
}
a:hover
{
	COLOR: #669999;
	text-decoration: underline;
	font-weight: none;
}

a.yellow:link
{
	COLOR: #006857;
	text-decoration: none;
}
a.yellow:visited
{
	COLOR: #006857;
	text-decoration: none;
}
a.yellow:active
{
	COLOR: #006857;
	text-decoration: underline;
}
a.yellow:hover
{
	COLOR: #C88A0F;
	text-decoration: underline;
	font-weight: none;
}

a.BoldWhite:link
{
	COLOR: White;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	FONT-WEIGHT: bold;
	line-height: 10pt;
}
a.BoldWhite:visited
{
	COLOR: White;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	FONT-WEIGHT: bold;
	line-height: 10pt;
}
a.BoldWhite:active
{
	COLOR: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	FONT-WEIGHT: bold;
	line-height: 10pt;
}
a.BoldWhite:hover
{
	COLOR: 669999;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	FONT-WEIGHT: bold;
	line-height: 10pt;
}

.input {
	background:#FFFFCC;
	color:#000000;
	font-weight:normal;
	font-size: 14px;
}

.buttons {
	font-family: Arial, Helvetica, sans-serif;
	color:white;
	font-size=8pt;
	font-weight:bold;
	background-color:#4F78D9;
	border-color:#99CCFF;
}
