/* ###########################  BASIC ENTITIES ################################################### */
body {
	font-family: Arial;
	font-size: 11px;
	color: black;
	PADDING: 0px;  
	MARGIN: 0px;
}

table {
	font-family: Arial;
	/*color: #4F4F4F; REMOVED, all standard text should be black */
	font-size: 11px;	
}

.frameTable {
	WIDTH:770px; 
	HEIGHT:1%;
	margin: 0px;
	padding: 0px;
}

TABLE A 
{
	text-decoration: none;
	color: #044165;
	font-weight: normal;
}

A 
{
	text-decoration: none;
	color: #044165;
}

A.visited 
{
	text-decoration: none;
	color: #044165;
}

.linkArrow
{
	text-decoration: none;
	color: #044165;
	font-weight: normal;
	
}


/* #############################    MENU    ############################################################ */
.menuTD 
{
	font-weight: bold;
	color: White;
	padding: 4px;
	/*BORDER-TOP:white 1px solid*/
}
.menuTD A 
{
	color: White;	
}
.menuLightTD 
{
	color: White;
	padding: 4px;	
}
.menuLightTD A 
{
	color: White;	
}

.menuTD A:hover 
{
	color: #EAB71E;	
	text-decoration: underline;
}

.menuLightTD A:hover 
{
	color: #EAB71E;	
	text-decoration: underline;
}

/* #############################    CORP MENU    ############################################################ */

.CmenuTD 
{
	font-weight: Bold;
	color: #616161;
	padding: 4px;
	BORDER-TOP:white 1px solid
}
.CmenuTD A:hover 
{
	color: #EAB71E;	
	text-decoration: underline;
}
.CmenuTD A 
{
	color: #616161;	
}
.CmenuLightTD 
{
	color: Black;
	padding: 4px;	
}
.CmenuLightTD A 
{
	color: #616161;	
}


/* ###################### DRESS RIGHT ##################################### */
H1 
{
	font-family: Arial;
	font-size: 18px;
}

H5
{
	font-family: Arial;
	font-size: 18px;
}

/* ####################### INFO BOX ####################################### */
TABLE.infoBox 
{
	padding: 3px;
	margin: 3px;
}
/*
TABLE.infoBox THEAD TR TD 
{
	background-color: Yellow;
	text-align:left;
	font-weight: bold;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

TABLE.infoBox THEAD TR TD.headerend 
{
	background-color: Blue;
}
*/
TABLE.infoBox TBODY TR TD.body 
{
	background-color: White;
	border: solid 2px black;
	padding: 5px;
}

/* ###################### PUFF / NEWS / ETC TEXTS ############################### */

.textHeader
{
	font-family: Arial;
	color: black;
	font-weight: bold;
	font-size: 18px;
}

.textIngress
{
	font-weight: bold;
}

.textProductHeader
{
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
}

.newsDate
{
	font-weight: bold;
}	