/** This is a comment */

TD,UL,OL,LI,LO,P,INPUT,SELECT,TEXTAREA
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : #000000;
	text-decoration : none;
}

TH {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11pt;
	color : #000000;
	text-decoration : none;
	background-color:#CCCCCC;
}

BODY 
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : #000000;
	text-decoration : none;	
	background-image:url("/brands/jmatrix/background.gif")
}

A 
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : #0033FF;
	text-decoration : none;

}

/* font-weight:bold looks bad here */
A:HOVER { color : #000000;}
A:VISITED {color : #0099CC;}
A:VISITED:HOVER { color : #000000;}

/***********************************/
/*********** Header menu ***********/
/***********************************/
.header_menu
{
	font-family : Arial, Helvetica, sans-serif;
 	font-size : 11pt;
	text-decoration : none;
	color : #FFFFFF;
}
A.header_menu
{
	font-size : 12pt; 
	font-weight : bold;
}
A:VISITED.header_menu { color : #FFFFFF }
A:HOVER.header_menu {color:#000000}

TD.header_menu { background-color : #204196; }

/***********************************/
/*********** Header      ***********/
/***********************************/
.header
{
	font-family : Arial, Helvetica, sans-serif;
 	font-size : 11pt;
	text-decoration : none;
	color : #FFFFFF;
}

TD.header {background-color : #DDDDDD}

.header_logo
{
	font-family : Arial, Helvetica, sans-serif;
 	font-size : 11pt;
	text-decoration : none;
	color : #FFFFFF;
}

TD.header_logo {background-color : #FFFFFF}

/***********************************/
/*********** Left Menu Header ******/
/***********************************/
.left_menu
{
	font-family : Arial, Helvetica, sans-serif;
 	font-size : 10pt;
	text-decoration : none;
	color : #000000;
	/* font-weight : bold;*/
}
TD.left_menu {background-color : #FFFFFF}
TH.left_menu {background-color : #204196}
A.left_menu { font-size : 10pt;text-decoration : none }
A:HOVER.left_menu {font-weight:bold}

.left_internal_menu
{
	font-family : Arial, Helvetica, sans-serif;
 	font-size : 10pt;
	text-decoration : none;
	color : #000000;
}
TH.left_internal_menu {background-color:#CCCCCC}
TD.left_internal_menu {background-color:#EEEEEE}
A.left_internal_menu { color:#000000; font-size : 10pt;text-decoration : none }
A:HOVER.left_internal_menu {color:#000000; font-weight:bold}
A:VISITED.left_internal_menu {color : #000000}

table.content_list
{
	font-family : Arial, Helvetica, sans-serif;
 	font-size : 10pt;
	text-decoration : none;
	color : #000000;	
}

table.content_list td  { background-color : #FFFFFF}

