/* Common CSS
/* Last Update: 09/10/2004
*/
/*================================= */
/* Header */
/*================================= */
.txtHeaderL {
	COLOR: White;
	font-family: Georgia,Arial, Helvetica, sans-serif;
	font-size: 18px;
	FONT-WEIGHT: normal;
}
a.urlMenuTopSmall:link
{
	COLOR: gray;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	FONT-WEIGHT: bold;
}

a.urlMenuTopSmall:visited
{
	COLOR: gray;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	FONT-WEIGHT: bold;
}
a.urlMenuTopSmall:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	FONT-WEIGHT: bold;
}
a.urlMenuTopSmall:hover
{
	COLOR: White;
	text-decoration: none;
	font-size: 11px;
	FONT-WEIGHT: bold;
	background-color : #696969;
}
.txtMenuTop {
	COLOR: silver;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	FONT-WEIGHT: normal;
}
/*================================= */
/* Content */
/*================================= */
a.urlContentS:link
{
	COLOR: gray;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	FONT-WEIGHT: bold;
}

a.urlContentS:visited
{
	COLOR: gray;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	FONT-WEIGHT: bold;
}
a.urlContentS:active
{
	COLOR: gray;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	FONT-WEIGHT: bold;
}
a.urlContentS:hover
{
	COLOR: White;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	FONT-WEIGHT: bold;
	background-color : #696969;
}
.txtHighLight {
	background-color: #FFD700;
}

/*================================= */
/* Footer */
/*================================= */
a.urlFooterSmall:link
{
	COLOR: silver;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	FONT-WEIGHT: bold;
}

a.urlFooterSmall:visited
{
	COLOR: silver;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	FONT-WEIGHT: bold;
}
a.urlFooterSmall:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	FONT-WEIGHT: bold;
}
a.urlFooterSmall:hover
{
	COLOR: White;
	text-decoration: none;
	font-size: 11px;
	FONT-WEIGHT: bold;
	background-color : #696969;
}
.txtFooter {
	COLOR: silver;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	FONT-WEIGHT: normal;
}
/*================================= */
/* General */
/*================================= */
.txtAll {
	font-family: Georgia, Arial, Helvetica, sans-serif;
}
a:link
{
	text-decoration: none;
	FONT-WEIGHT: normal;
}

a:visited
{
	text-decoration: none;
	FONT-WEIGHT: normal;
}
a:active
{
	text-decoration: none;
	FONT-WEIGHT: normal;
}
a:hover
{
	COLOR: White;
	text-decoration: none;
	FONT-WEIGHT: normal;
	background-color : #696969;
}


