/*----- GLOBAL LAYOUT -----*/
#bodyglobal 			{margin:0; padding:0; background:#4C4D4F;}
#wrap-center			{margin:0 auto; width:889px; padding-top:20px; overflow:hidden;}
#wrap-stage				{width:889px; height:auto; font-family:arial,helvetica; font-size:11px; color:#4C4D4F;}
#wrap-content			{width:889px; height:445px; background:#ffffff url('/en/img/stage_bg.gif') no-repeat top; vertical-align:top;}

/*----- GLOBAL ELEMENTS -----*/
#clear					{clear:both;}
img 					{padding:0; margin:0; border:0;}
ul						{margin:1px 0 0 15px; padding:0;}

/*----- GLOBAL COLORS -----*/
.white, a.white			{color:#ffffff;}
.black, a.black			{color:#4C4D4F;}
.grey, a.grey			{color:#7A7A7C;}
.blue, a.blue			{color:#47639A;}

/*----- GLOBAL FONTS -----*/
h1 						{font-size:22px; margin:0 0 0 0; padding:0 0 0 0; font-family:arial; text-transform:uppercase; font-weight:normal; line-height:29px;}

.contentmini			{font-size:10px; line-height:12px;}
a.contentmini			{text-decoration:none;}
a.contentmini:Hover		{text-decoration:none;}
.contentmini:Visited	{text-decoration:none;}

.contentsmall			{font-size:11px;line-height:16px;}
a.contentsmall			{text-decoration:none;}
a.contentsmall:Hover	{text-decoration:none;}
.contentsmall:Visited	{text-decoration:none;}

.content				{line-height:17px;}
a.content				{text-decoration:none;}
a.content:Hover			{text-decoration:none;}
.content:Visited		{text-decoration:none;}

.input					{background:#ffffff; color:#4C4D4F;	border:solid 1px #eeeeee; font-family:helvetica,arial; font-size:11px;} 

a:link,
a:active,
a:visited 				{text-decoration:none;}
a:hover 				{text-decoration:underline;}

.arrowmore				{padding-right:8px; background:url('/en/img/icon_arrow_more.gif') no-repeat right top;}

