html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
body {
	background-color: #21262C;
	color: #656565;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 12px;
	text-align: left;
	line-height: 27px;
	color: #000;
}
h2 {
	font-size: 18px;
	margin-top: 12px;
	margin-bottom: 12px;
	text-align: left;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: uppercase;
	line-height: 22px;
	color: #0D0D0D;
}
h1 + h2 {
	margin-bottom:12px;
	font-weight: normal;
	font-variant: small-caps;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 18px;
	margin-bottom: 12px;
	text-align: left;
	line-height: 22px;
	color: #191919;
}
h4 {
	font-size: 15px;
	margin-top: 25px;
	margin-bottom: 8px;
	text-align: left;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 18px;
	color: #252525;
}
h5 {
	font-size: 14px;
	margin-top: 16px;
	margin-bottom: 8px;
	text-align: left;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: uppercase;
	line-height: 16px;
	color: #333;
}
h6 {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	margin-top: 12px;
	margin-bottom: 3px;
	line-height: 16px;
	color: #3F3F3F;
}
h6 + p.blurb {
	margin-top:-3px;
}
h6 + iframe {
	margin-top:15px;
}
.rubric {
	font-size: 18px;
	margin-top: 12px;
	margin-bottom: 12px;
	text-align: left;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: uppercase;
	line-height: 22px;
	color: #0D0D0D;
}
.subtitle
 {
	font-size: 18px;
	margin-top: 12px;
	margin-bottom: 12px;
	text-align: left;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: uppercase;
	line-height: 22px;
	color: #0D0D0D;
}
h1 + .subtitle {
	margin-bottom:12px;
	font-weight: normal;
	font-variant: small-caps;
}
p + iframe {
	margin-top:15px;
}
p + div.videosublimenormal {
	margin-top:15px;
}
p + h3, p + h4, p + h5 {margin-top:25px}
p {
	font-size: 12px;
}
body p {
	margin-top:0;
	line-height: 1.25em;
	margin-bottom: 8px;
}
sup {
	vertical-align: top;
	line-height: 1em;
}
.caption {
	font-size: 9px;
	margin-top: 4px;
	width: 100%;
	line-height: 11px;
	margin-bottom: 10px;
	text-align: left;
	font-weight: bold;
	display: block;
	color: rgb(75,75,75);
}
.float_left {
	float: left;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: -30%;
}
.float_leftfirst {
	clear: left;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: -30%;
}
.float_right {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-left: 20px;
}
.float_left_noprint {
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: -30%;
}
.float_left_noprintfirst {
	float: left;
	clear: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: -30%;
}
.float_right_noprint {
	float: right;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-left: 20px;
}
.noprint {
	display:block;
}
ul, ol, li {
	margin-top: 4px;
}
.quotation {
	font-size: 11px;
	line-height: 13px;
	margin-right: 20px;
	padding-left: 33px;
	display: block;
}
.byline {
	font-size: 14px;
	text-align: left;
	margin-top: 12px;
	margin-bottom: 12px;
	line-height: 16px;
}
.img_noborder {
	border: 1px none #999;
}
.bibliography {
	font-size: 11px;
	line-height: 13px;
	text-align: left;
	text-indent: -3em;
	padding-left: 3em;
}
.notes {
	font-size: 11px;
}
.notescenter {
	font-size: 11px;
	line-height: 12px;
	text-align: center;
}
.links_cec {
	font-size: 10px;
	text-align: center;
}

a:link, a:link .english {
	color: #A8252C;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
  	-o-transition: all 0.3s ease;
  	transition: all 0.3s ease;
}
a:visited, a:visited .english {
	color: #A8252C;
	text-decoration: none;
}
a:hover, a:hover .english {
	color: #D58204;
	text-decoration: underline;
}
a:focus {
	color: #D58204;
}
a:active {
	color: #D58204;
}
.content_menu {
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	margin: 0px;
	padding-left: 10px;
}
#cec {
	display: none;
	font-size: 24pt;
	font-weight: bold;
	float: left;
	margin-right: 8pt;
}
#cec2 {
	display: none;
	font-size: 13pt;
	font-weight: bold;
	line-height: 14pt;
}
#source {
	display: none;
}
.indent {
	margin-left: 20px;
}
.inline {
	display: inline;
}
.discret { }
.english {
	color: #000;
}
.palt {
	color: #000;
}
table {
	margin-bottom: 15px;
}
.appearedin {
	font-style: italic;
	margin-top: 25px;
	font-size: 11px;
	line-height: 12px;
	margin-bottom: 20px;
}
.blurb {
	font-size: 11px;
	line-height: 12px;
	margin-top: -8px;
	margin-bottom: 10px;
}
.sidebar {
	margin: 10px 5px 10px 15px;
	float: right;
	border: 1px solid #CCCCCC;
	width: 290px;
	padding: 10px;
	background-color: #F2F2F2;
	font-size: 11px;
}
.sidebar p {
	font-size: 11px;
}
.abstract {
	margin-top: 10px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 15px;
	width: 96%;
	padding: 2%;
	background-color: #ECECEC;
	font-size: 11px;
}
.abstract p {
	font-size: 11px;
	margin-bottom: 3px;
}
.currentissue {
	border: 1px solid #83C4C8;
	padding: 10px;
	background-color: #F2F5F8;
	margin-left:-10px;
	margin-top: 5px;
	margin-right: -10px;
	margin-bottom: 5px;
	width: 98.666%;
}
.logo {
	background-color: #FFFFFF;
	vertical-align: middle;
	clear: both;
	margin: 5px 0;
	padding: 10px 15px 10px 0;
}
.logo img {
	border-style: none;
	padding-right: 8px;
	padding-left: 8px;
}
.logos {
	padding:5px;
	border:none;
	vertical-align: middle;
}
.authorplus {
	font-size: 11px;
	margin: -8px 0 0 15px;
}
.sortedbytitle li {
	list-style-type: circle;
	margin-top: 1px;
}
.sortedbytitle a {
	font-weight: bold;
}
.authorplus a {
	font-weight: normal;
}

.pre {
	font-family: "Courier New", Courier, monospace;
	padding-left: 20px;
	font-size: 13px;
}

#outerWrapper {
	background-color: #fff;
	margin: 0 auto 0 auto;
	max-width: 1024px;
	min-width: 480px;
	text-align: left;
	width: 80%;
}
#outerWrapper #header {
	background-color: #FFFFFF;
	background-image: url(../image/top_background.jpg);
	background-position: 16px -5px;
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	height: 80px;
	line-height: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #599094;
}
#outerWrapper #topNavigation {
	background-color: #AFAFAF;
	font-size: 14px;
	padding-left: 8px;
	padding-right: 5px;
	margin: 0px;
	padding-top: 5px;
	height: 14px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #599094;
	-moz-box-shadow: inset 0px 1px 0px #000;    
	-webkit-box-shadow: inset 0px 1px 0px #000;    
	box-shadow: inset 0px 1px 0px #000;
}
#outerWrapper #contentWrapper {
	overflow: hidden;
}
#outerWrapper #contentWrapper #leftColumn {
	min-width: 112px;
	background-color: #F2F5F8;
	float: left;
	padding: 0px;
	width: 22%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #99CED2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99CED2;
	margin-bottom: 15px;
	-moz-border-radius: 0 0 0.8em 0;
	-webkit-border-radius: 0 0 0.8em 0;
}
#leftColumn #banner {
	background-color: #FFFFFF;
	height: 40px;
	margin: 0px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
	overflow: hidden;
}
#outerWrapper #contentWrapper #leftColumn #leftmenu {
	font-size: 12px;
}
#outerWrapper #contentWrapper #leftColumn #leftmenu h2 { 
	-moz-border-radius: 0 1.2em 1.2em 0;
	-webkit-border-radius: 0 1.2em 1.2em 0;
	-moz-box-shadow: inset 0 0 4px #C0E3E6;    
	-webkit-box-shadow: inset 0 0 4px #C0E3E6;    
	box-shadow: inset 0 0 4px #C0E3E6;
}
#outerWrapper #contentWrapper #content {
	font-size: 12px;
	margin: 0 0 0 23%;
	padding: 16px 10px 10px 10px;
}
#outerWrapper #footer {
	background-color: #333B45;
	border-top: solid 1px #666;
	padding: 10px 10px 10px 10px;
	text-align: center;
	color: #CCCCCC;
	font-size: 10px;
	-moz-border-radius: 1.0em 1.0em 0 0;
	-webkit-border-radius: 1.0em 1.0em 0 0;
	-moz-box-shadow: inset 0px 2px 1px #000;    
	-webkit-box-shadow: inset 0px 2px 1px #000;    
	box-shadow: inset 0px 2px 1px #000;
}
#topNavigation li {
	display: inline;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 7px;
	padding-left: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}
#topNavigation ul {
	display: inline;
	margin-left: 14px;
	margin-right: 0px;
	padding: 0px;
}
#leftmenu ul {
	list-style-type: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin: 0px;
}
#leftmenu li {
	margin-left: 5px;
	padding-left: 8px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: block;
}
#topNavigation #language {
	float: right;
	width: 20%;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-align: right;
	color: #AFAFAF;
	margin-top: -1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#topNavigation a {
	color: #FFFFFF;
	font-weight: bold;
	-webkit-transition: color 0.3s ease, background 0.3s ease;
	-moz-transition: color 0.3s ease, background 0.3s ease;
  	-o-transition: color 0.3s ease, background 0.3s ease;
  	transition: color 0.3s ease, background 0.3s ease;
}
#topNavigation a:hover {
	color: #4C5968;
	background-color: #ECF4FB;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	-moz-border-radius: 0 0 0.9em 0;
	-webkit-border-radius: 0 0 0.9em 0;
}
#leftColumn a {
	color: #2E3740;
	font-weight: normal;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
  	-o-transition: all 0.3s ease;
  	transition: all 0.3s ease;
}
#topNavigation .topnavfirst {
	margin: 0px;
	padding-right: 8px;
	padding-left: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C3CCD5;
	padding-top: 2px;
	padding-bottom: 2px;
}
#topNavigation .topnavothers {
	padding-right: 8px;
	padding-left: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C3CCD5;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#topNavigation .topnavlast {
	margin: 0px;
	padding-left: 8px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
}
#topNavigation #language a:hover {
	color: #A31F1F;
	text-decoration: none;
	background-color: #AFAFAF;
}
#leftmenu .leftnavfirst {
	display: block;
	padding-left: 3px;
	padding-bottom: 1px;
}
#leftmenu .leftnavothersfirst {
	margin-top: 5px;
}
#leftmenu .leftnavothers {
	display: block;
	padding-left: 3px;
	padding-bottom: 1px;
}
#leftmenu .leftnavlast {
	display: block;
	padding-left: 3px;
	padding-bottom: 1px;
}
#leftmenu a:hover {
	color: #A31F1F;
	background-color: #C0E3E6;
	padding-left: 3px;
	padding-bottom: 1px;
	text-decoration: none;
	-moz-border-radius: 0 0.6em 0.6em 0;
	-webkit-border-radius: 0 0.6em 0.6em 0;
}
#leftColumn #leftmenu h2 {
	font-size: 14px;
	font-weight: bold;
	color: #9A9A9A;
	padding-left: 4px;
	margin-top: 2px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 1px;
	display: block;
	margin-left: 2px;
	background-color: #FFFFFF;
	margin-right: 2px;
	border: 1px solid #C0E3E6;
	font-variant: normal;
	text-transform: none;
}
#contentWrapper #path {
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	margin-top: 10px;
	margin-right: 40%;
	margin-bottom: 0px;
	margin-left: 23%;
	padding-left: 10px;
}
#path a {
	color: #9F9F9F;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
  	-o-transition: all 0.3s ease;
  	transition: all 0.3s ease;
}
#path a:hover {
	color: #A31F1F;
	text-decoration: none;
}
#contentWrapper #google {
	float: right;
	margin-top: 9px;
	width: 200px;
}
#contentWrapper #google input.q {
	border: 0;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	-o-border-radius: 1em;
	box-shadow: 0 -2px 1px #BFBFBF;
	-moz-box-shadow: 0 -2px 1px #BFBFBF;
	-webkit-box-shadow: 0 -2px 1px #BFBFBF;
	-o-box-shadow: 0 -2px 1px #BFBFBF;
}
#contentWrapper #leftColumn #banner {
	background-color: #FFFFFF;
	background-image: url(../image/banner_main.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 58px;
}
#content .table {
	border: 1px solid #E5E5E5;
	empty-cells:hide;
	border-spacing:0;
	border-collapse:collapse;
}
#content .table td, #content .table th {
	border: 1px solid #DADADA;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	vertical-align: top;
}
#content .table td p, #content .table th p {
	margin: 0px;
}
#content .table p + p {
	margin-top: 1em;
}
#content .footnotes {
	float: left;
	margin-left: -30%;
	width: 26%;
	font-size: 10px;
	line-height: 13px;
	margin-top: 2px;
	clear: left;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}
#leftmenu h2 a {
	color: #999999;
	font-weight: bold;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
  	-o-transition: all 0.3s ease;
  	transition: all 0.3s ease;
}
#leftmenu h2 a:hover {
	font-weight: bold;
	color: #A31F1F;
	background-color: #FFFFFF;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer a {
	color: #CCCCCC;
	font-weight: normal;
}
#banner img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.footnotes a {
	font-weight: normal;
}
#content .actcec {
	width: 60%;
}
#content #actother {
	float: right;
	width: 30%;
}
#elsewhere {
	float: right;
	width: 180px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 7px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BDBDBD;
	border-right-color: #BDBDBD;
	border-bottom-color: #BDBDBD;
	border-left-color: #BDBDBD;
	margin-top: 5px;
	-moz-border-radius: 0.8em 0 0 0.8em;
	-webkit-border-radius: 0.8em 0 0 0.8em;
} 
#elsewhere .notes {
	font-size: 10px;
}
#wrapper_logos {
	clear:both;
	margin:35px 0 5px 0;
}
#logosbottom {
	margin-left:0;
}
#logosbottom img {
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding:5px 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#to_top {
	margin-right:30px;
	padding:5px 0;
	float:left;
}
#to_top img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.verysmall {
	font-size: 8px;
	color: #999;
	line-height: 9px;
}
#content #logo_top {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
	display: block;
}
.jttpoutleft {
	float: left;
	margin-left: -41px;
	margin-top: 224px;
}
.econtactoutleft {
	float: left;
	margin-left: -41px;
	margin-top: 224px;
}
#print {
	display: none;
}
.indentecontact {
	margin: 0 10px 0 9px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	padding: 1px;
}
.indentecontact2 {
	margin: 0 10px 0 9px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	padding: 1px;
}
#content #logo_top {
	display: block;
}
#content .listletters {
	display: inline;
	font-weight: bold;
	font-size: 16px;
}
#content .listalpha {
	margin-bottom: 10px;
}
.quotation_excpt {
	border: 1px dotted #097B81;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	text-align: center;
	line-height: 18px;
	font-size: 16px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
video, audio {
	display: block;
}
.editor {
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0;
}
.issuenumber {
	float:left;
	margin:0 10px 0 0;
	font-size:14px;
	font-weight:bold;
	padding: 1px;
}
.videosublimeright {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 25px;
	clear: right;
}
.videosublimeleft {
	float: left;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 15px;
	margin-left: 0;
	clear: left;
}
.videosublimeleftleft {
	float: left;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 15px;
	margin-left: -30%;
	clear: left;
}
.videosublimenormal {
	float: none;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 15px;
	margin-left: 0;
}
.videosublimetext {
	float: none;
	margin-left: 0;
	margin-bottom: 8px;
}
.playaudio {
	background-color: #B0DDE1;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 16px;
	display: inline-block;
	background-image: url(../image/play_button2.png);
	background-repeat: no-repeat;
	background-position: 2px center;
}
.lightviewright {
	clear: right;
	float: right;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.lightviewcaption {
	width: 250px;
	font-size: 9px;
	margin-top: 4px;
	line-height: 11px;
	margin-bottom: 10px;
	text-align: left;
	font-weight: bold;
	color: #666666;
	display: block;
}
.lightviewcaptiongallery {
	width: 375px;
	font-size: 9px;
	margin-top: 4px;
	line-height: 11px;
	margin-bottom: 10px;
	text-align: left;
	font-weight: bold;
	color: #666666;
	display: block;
}
.lightviewcaptiongallery500 {
	width: 500px;
	font-size: 9px;
	margin-top: 4px;
	line-height: 11px;
	margin-bottom: 10px;
	text-align: left;
	font-weight: bold;
	color: #666666;
	display: block;
}
.lightviewcaptionphoto {
	width: 100px;
	font-size: 9px;
	margin-top: 4px;
	line-height: 11px;
	margin-bottom: 10px;
	text-align: left;
	font-weight: bold;
	color: #666666;
	display: block;
}
.lightviewleft {
	clear: left;
	float: left;
	margin-left: -30%;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.lightviewleftnot30 {
	clear: left;
	float: left;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.lightviewnormal {
	margin-top: 5px;
	margin-bottom: 10px;
}
.imgborder {
	border: 1px solid rgba(230,230,230,1);
	padding: 5px;
}
.quotationbox p {
	text-align: center;
	clear: left;
	float: left;
	width: 250px;
	font-size: 1.2em;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: -30%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A8252C;
	border-bottom-color: #A8252C;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 1.2em;
}
#content ol li {
	padding-left: 13px;
	list-style-position: outside;
	margin-left: -20px;
}
#content ul li {
	padding-left: 17px;
	list-style-position: outside;
	margin-left: -24px;
}
.col2 {
	-webkit-column-count:2;
	-moz-column-count:2;
	column-count:2;
	-webkit-column-gap:20px;
	-moz-column-gap:20px;
	column-gap:20px;
}
.col3 {
	-webkit-column-count:3;
	-moz-column-count:3;
	column-count:3;
	-webkit-column-gap:15px;
	-moz-column-gap:15px;
	column-gap:15px;
}
div .nobullet li {
	list-style-type: none;
}
.red {
	color: rgb(255,0,0);
}
.captionright {
	margin-left: 20px;
	float: right;
	clear: right;
	width: 250px;
	font-size: 9px;
	line-height: 11px;
	text-align: left;
	font-weight: bold;
	color: rgb(75,75,75);
	margin-bottom: 10px;
}
iframe .captionright {
	margin-top:-5px;
}
