@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; border: 0; }

body {
	font: 100% Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	border-style: none;
}
p {
	font-size: 75%;
	line-height: 16px;
	padding: 0px;
	margin-right: 10px;
}

li {
}

.pWithSpace {
	padding-bottom: 10px;
}
.sergetext {
	font-size: 80%;
	line-height: 18px;
	color: rgba(51,51,51,1);
	padding-top: 0px;
	padding-right: 250px;
	padding-bottom: 10px;
	padding-left: 250px;
}
.sergetextWHITE {
	font-size: 80%;
	line-height: 18px;
	color: rgba(255,255,255,1);
	padding-top: 0px;
	padding-right: 250px;
	padding-bottom: 10px;
	padding-left: 250px;
}
.thumbText-5above {
	font-size: 75%;
	line-height: 16px;
	color: rgba(102,102,102,1);
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.pWithSpaceTopBot {
	padding-top: 10px;
}


.textAboveBanner {
	padding-top: 25px;
	font-size: 70%;
	line-height: 12px;
}


h2 {
	font-size: 105%;
	line-height: 18px;
	padding: 0px;
}
h3 {
	font-weight: bold;
	color: #999999;
	font-size: 80%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h4 {
	font-size: 90%;
	margin: 0px;
	color: rgba(153,153,153,1);
	font-weight: normal;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.H2 {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 250px;
	margin-left: 250px;
	color: rgba(255,255,255,1);
}
.h3 {
	margin-bottom: 10px;
}
.h4 {
	margin: 0px;
}

.firstPara {
	padding-bottom: 10px;
}
.dearFriends {
	margin-top: 10px;
	margin-bottom: 10px;
}

.navigHeading {
	margin: 35px 0px 0px 10px;
	padding: 0px;
	font-size: 80%;
	font-weight: bold;
	color: #CC0000;
	text-align: left;
	border-bottom: thin dotted #CC0000;
}
.navigation {
	font-size: 70%;
	line-height: 15px;
	text-align: left;
	border-bottom: thin dotted #CC0000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin: 0px;
}


.navigationTopicHeading {
	font-size: 75%;
	line-height: 15px;
	text-align: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	font-weight: bold;
}
.navigationTopicHeadingSpaceAbove {
	font-size: 75%;
	line-height: 15px;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	font-weight: bold;
}

.navigationDOTTEDrule {
	text-align: left;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: rgba(204,0,0,1);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.navigationDOTTEDruleSpAbove {
	text-align: left;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: rgba(204,0,0,1);
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

.navigationLASTtopic {
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	padding: 0px;
}

.navigation:hover {
	color: #CC0000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
	color: #999900;
}
a:visited {
	text-decoration: none;
	color: #999900;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #999900;
}


.otherlink {
	color: rgba(255,255,255,1);
}
a.otherlink:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.otherlink:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.otherlink:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.otherlink:active {
	text-decoration: none;
	color: #FFFFFF;
}







.floatrt {
	float: right;
	margin-left: 10px;
}
.floatlft {
	float: left;
	margin-right: 10px;
}
.clearfloat {
	clear:both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.borders {
	border: thin solid rgba(204,204,204,1);
}

.border-toprightbottom {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: rgba(204,204,204,1);
	border-right-color: rgba(204,204,204,1);
	border-bottom-color: rgba(204,204,204,1);
}
.border-topleftbottom {
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: rgba(204,204,204,1);
	border-bottom-color: rgba(204,204,204,1);
	border-left-color: rgba(204,204,204,1);
}

.border-topbottom {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: rgba(204,204,204,1);
	border-bottom-color: rgba(204,204,204,1);
}

.RBLborders {
	border-right: thin solid #CCCCCC;
	border-bottom: thin solid #CCCCCC;
	border-left: thin solid #CCCCCC;
	border-top-style: none;
}

.border-top {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.border-top-right {
	border-top-width: thin;
	border-right-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
}
.border-top-left {
	border-top-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: rgba(204,204,204,1);
	border-left-color: rgba(204,204,204,1);
}
.border-right {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: rgba(204,204,204,1);
}
.border-left {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: rgba(204,204,204,1);
}
.border-bottom {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: rgba(204,204,204,1);
}
.border-bottom-right {
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: rgba(204,204,204,1);
	border-bottom-color: rgba(204,204,204,1);
}
.border-bottom-left {
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: rgba(204,204,204,1);
	border-left-color: rgba(204,204,204,1);
}
.leftborder {
	border-left: thin solid #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
.date {
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}


.quoteindent {
	margin-left: 30px;
	margin-right: 30px;
	padding-bottom: 10px;
	line-height: 16px;
}
.superscript {
	font-size: 80%;
	font-weight: bold;
	vertical-align: super;
	color: #999999;
}



.columntext {
	font-size: 70%;
	line-height: 15px;
	text-align: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin: 0px;
}
.columntextheading {
	font-size: 90%;
	line-height: 15px;
	text-align: left;
	color: #666600;
	border: thin none #CC0000;
	padding-top: 11px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: rgba(204,204,153,1);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.welcomeTo {
	font-size: 100%;
	line-height: 18px;
	text-align: left;
	color: #333333;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}

.viewFrenchEnglishIssue {
	font-size: 70%;
	text-align: left;
	padding-left: 10px;
}
.addressEtc {
	font-size: 70%;
	line-height: 15px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
.aroundtheglobetext2 {
	font-size: 80%;
	line-height: 18px;
	text-align: left;
	border-top: none #666666;
	border-right: none #666666;
	border-bottom: none #666666;
	border-left: none #666666;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: rgba(226,225,220,0.5);
}
.aroundtheglobetext {
	font-size: 80%;
	line-height: 18px;
	text-align: left;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: rgba(226,225,220,0.5);
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.aroundglobeSUBHEAD {
	font-size: 100%;
	line-height: 18px;
	text-align: left;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
	font-weight: bold;
	color: rgba(204,0,0,1);
	background-color: rgba(226,225,220,0.5);
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.announcementsheadNOindent {
	padding: 8px 10px;
	font-size: 100%;
	line-height: 16px;
	text-align: left;
	margin: 10px 0px 2px;
	background: #CC0000;
	color: #FFFFFF;
	border: thin none #666666;
}
.NewsAndViewsHeading {
	font-size: 110%;
	line-height: 18px;
	text-align: left;
	color: #FFFFFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: rgba(153,153,0,1);
}






a.footnote-link {
	font-size: 80%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 12px;
}
a.footnote-anchor {
	font-weight: bold;
}
.footnotebody {
	font-size: 70%;
	margin: 0px;
	line-height: 14px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}

.ul {
	list-style-position: inside;
	list-style-type: square;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 10px;
	font-size: 80%;
	line-height: 16px;
}
