a, a:active, a:visited {
	text-decoration: none;
	color: #FF9900;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}

H1 { 
	font-family:"Courier New", Courier, mono;
	color: #336600; 
	border-bottom: 6px solid #DDDDDD; 
	line-height: .2em; 
	margin: 0; 
	padding: 30px 0 0 10px; 
	font-size: 150%;}
	
H2 { 
	font-family:"Courier New", Courier, mono;
	color: #DBEBD6; 
	margin: 0; 
	line-height: .6em; 
	border-top: 1px solid #EEEEEE; 
	padding: 0 0 10px 10px; 
	font-size: 150%
}

p {
	font-size: 10pt;
	line-height: 180%;
}

#Body-Index p {
	font-size: 10pt;
	line-height: 120%;
}

.edition {
	font-size: 14pt;
	font-weight: bold;
	color: #666666;
	line-height: 180%;
}

.feature {
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: #336600;
	line-height: 180%;
}

.condition {
	font-size: 7pt;
	color: #666666;
	line-height: 150%;
}

.subscription {
	margin: 80px 0;
}
	
/* TABLE */

#table table {
	width:100%;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin: 10px 0 50px 0;
	border-collapse: collapse;
	font-size: 9pt;
}

#table td {
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	padding: 7px 10px;
	text-align: left;
}

#table tr.heading {
	color: #333333;
	font-weight: bold;
	line-height: 140%;
	background-color: #DBEBD6;	
}

#table td.heading {
	color: #336600;
	line-height: 140%;
	font-weight: bold;	
}

/* PAST EDITION */

#past-edition ul {
	clear: both; 
    width: 520px; 
    margin: 0 auto; 
    padding: 10px 0;
}

#past-edition ul li { 
    float: left; 
    margin: 15px; 
    list-style-type: none;
    display: inline;
}

#past-edition ul li a { 
    display: block; 
    width: 100px; 
    height: 175px; 
    text-decoration: none;
}

#past-edition ul li a img { 
    width: 100px; 
    height: 148px; 
    border: 1px solid #999999;
}

#past-edition ul li a span { 
    display: block; 
    width: 100px; 
    height: 27px; 
    line-height: 30px; 
	font-size: 10pt;
    text-align:center; 
	color: #666666;
    white-space:nowrap; 
    overflow:hidden;
}

#past-edition ul li a:hover span { 
    color: #FF0000;
}

.facebookmargin {
margin-left: 20px;
}
