/* ------------------------------- */
/* All basic HTML tag */
/* ------------------------------- */
BODY, TD, P, A, H3, SPAN, DIV
{
	color: #666666;
	font-family: Arial,Verdana,Tahoma,Helvetica,sans-serif;
	font-size: 9pt;
	line-height: 140%;
}
A, A:visited		 
{
	color: #990000;
	font-weight: normal;
	text-decoration: none;
}
A:hover, A:visited:hover 
{ 
	color: #666600;
	font-weight: normal;
	text-decoration: underline; 
}
BODY 
{ 
	background-color: #999999; 
	margin: 3px 0 5px 0;
	padding: 0px;
}
H3 { font-size: 11pt; }
INPUT { border: 1px solid #999999; padding:2px }
LI 
{
	list-style-image: url(/graphics/common/dot.gif); 
}
TEXTAREA { border: 1px solid #999999 }

/* - disabled due to IE7
UL 
{
	line-height: 120%;
	margin: 0 3px 10px -20px !important;
	margin: 0 3px 10px 20px;
}
*/

/* ------------------------------- */
/* All ID */
/* ------------------------------- */
#container 
{
	width: 692px;
	margin: 4px;
}
#content 
{
	padding: 10px 40px 80px 20px;
	line-height: 140%;
}
#homeDivBar 
{
	margin-top: 2px;
	margin-bottom: 7px;
	width: 692px;
}
#footer
{
	background-color: #333366;
	color: #FFFFFF;
	font-size: 8pt;
	margin-top: 4px;
	padding: 5px 0;
	text-align: center;
	width: 692px;
}
#footerText 
{
	color: #FFFFFF;
	font-size: 8pt;
}
#main 
{
	background-color: #FFFFFF; 
	border: 1px solid #333333;
	margin: 0;
	padding: 0;
	text-align: left; 
	width: 700px;
}
#countryTable td
{
	line-height: 140%;
	padding: 5px 0;
}

/* ------------------------------- */
/* All classes */
/* ------------------------------- */
.blueArrow 
{
	color: #336699;
	font-size: 11pt; 
	LINE-HEIGHT: 90%;
}
.blueBold 
{
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}
.selectedCountry 
{
	color: #333366;
	line-height: 100%;
	text-decoration: underline;
}
.dottedBg {background: url(/international/Graphics/ima/dot9999CC.gif);}
.headline
{
	color: #333366;
	font-size: 11pt;
	font-weight: bold;
	line-height: 120%;
	margin-bottom: 10px;
}
.headline_sub
{
	color: #333366;
	font-size: 10pt;
	font-weight: bold;
	line-height: 120%;
	margin-bottom: 10px;
}
.headline_big
{
	color: #333366;
	font-size: 11pt;
	font-weight: bold;
	line-height: 120%;
	margin-bottom: 6px;
}
.headline_cap
{
	color: #333366;
	font-size: 8pt;
	font-weight: bold;
	line-height: 120%;
	margin-bottom: 6px;
}
.org_intro
{
	color: #333366;
	font-size: 9pt;
	font-weight: bold;
}
	 
	 
/* ------------------------------- */
/* All anchor links */
/* ------------------------------- */
a.withArrow:link,a.withArrow:visited,a.withArrow:hover,a.withArrow:visited:hover
{
	text-decoration: none;
}
a.ioelp:link, a.ioelp:visited 
{
	color: #FFFFCC;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}
a.ioelp:hover, a.ioelp:visited:hover 
{
	color: #CCCC33;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}
a.program:link, a.program:visited 
{
	color: #333366;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: underline;
}
a.program:hover, a.program:visited:hover 
{
	color: #666666;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: underline;
}
a.country:link, a.country:visited 
{
	color: #666666;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
}
a.country:hover, a.country:visited:hover 
{
	color: #666600;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: underline;
}
