/* Styles of main elements */
BODY
{
	background-color: White;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
BODY.Popup
{
	background-color: #fec6a1;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
A:link, A:visited
{
	color: #800000;
}
A:active, A:hover
{
	text-decoration: underline;
	color: #ff6600;
}

/* Styles for particular areas of the page */
TR.TopBorder
{
	height: 5px;
}
TR.TopBorder TD
{
	padding: 0px 0px 0px 0px;
	background-color: #ff6600;
	color: White;
	vertical-align: middle;
	cursor: default;
}
TR.TopBorder A:link, TR.TopBorder A:visited
{
	color: White;
	padding: 2px;
	border: solid 1px #ff6600;
}
TR.TopBorder TD.Flash
{
	background-image: url(/Images/TopBar.jpeg);
	background-repeat: repeat-y;
	background-position: center middle;
}
#tdCountryLinks
{
	padding: 3px 10px 3px 10px;
	font-size: 0.6em;
}
#tdCountryLinks A
{
	padding: 1px;
	border: hidden 1px White;
	color: White;
	text-decoration: none;
}
#tdCountryLinks A:active, #tdCountryLinks A:hover
{
	background-color: #FEA970;
}
#tdCountryLinks A.Selected
{
	background-color: #FE934B;
	border: solid 1px White;
}

#tdPageHeading
{
	vertical-align: middle;
}

#tdSideBar
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-top: 5px;
	background-color: #800000;
	color: White;
	font-size: 0.6em;
	width: 150px;
}
#tdSideBar H4
{
	font-size: 1.4em;
	margin: 4px 0px 5px 0px;
}
#tdSideBar P
{
	margin: 4px 0px 5px 5px;
	text-indent: -5px;
}
#tdSideBar A:link, #tdSideBar A:visited
{
	color: White;
}
#tdSideBar A:link, #tdSideBar A:visited
{
	color: White;
}
#tdSideBar UL
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom:	0px;
	padding-top: 0px;
	margin:	0px;
	list-style-type: none;
}
#tdSideBar LI
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom:	0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 5px;
	text-indent: -5px;
}
#tdSideBar .Line
{
    BORDER-TOP: #AAAAAA 1px solid;
    margin: 10px 0px;
}

#tdMainArea
{
	padding-top: 10pt;
	padding-right: 5pt;
}

#pFooter
{
	font-size: 0.8em;
	text-align: right;
}

.PrintOnly
{
	display: none;
}

H1
{
    font-size: 2.5em;
}
H4
{
    font-size: 1.25em;
}

.CardLogo
{
	height: 20px;
}
.3DSecureLogo
{
	width: 70px;
}
