/* GENERAL STYLES */
/*CSS for print*/

body{	
	margin:0;
	padding:0;
	background-color:#fff;
	color:#000;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:0.8em}

#map-container{
	display:none}
	
/*Tables*/
table{
	border:1px solid #e5e5e5;
	width:100%}
	
table th{
	background-color:#fff;
	text-align:left}
	
table tr{
	background-color:#e5e5e5;}	
	
table tr.odd{
	background-color:#fff}

table td, table th{
	padding:4px}

/* START Widths for latest issues columns*/	
#latest-issues #issue{
	width:10%}
	
#latest-issues #issue-name{
	width:50%}
/* END Widths for latest issues columns*/
	
/* LINKS */
	a{
		color: #000;
		background-color: transparent;
		text-decoration: underline;
	}	
/* END LINKS */

/* HEADINGS */
	h1 {
		font-size: 2em;
        line-height: 1.5em;
		margin: 0 0 0.5em 0;
		padding: 0;
		color:#000
	}
	h2 {
		font-size: 1.5em;
		line-height: 2em;
		margin: 0 0 0.5em 0;
		padding:0;
		color: #000;
	}
	h3 {
		font-size: 1.2em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
		color:#000;
		border-bottom:2px solid #ccc;
	}
	h4 {
		font-size: 1.1em;
		line-height: 1.3em;
		margin: 1em 0 0.25em 0;
		padding: 0;
		color:#000;
		border-bottom:2px solid #ccc;
	}
	h5 {
		font-size: 1em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
		color:#000;
		border-bottom:2px solid #ccc;
	}
/* END HEADINGS */

/* TEXT */
	p  {
		font-size: 1em;
		margin: 0 0 1.5em 0;
		padding: 0;
		line-height:1.4em;
		background-color: transparent;
	}
	
	span  {
		font-size: 1em;
		margin: 0 0 1.5em 0;
		padding: 0;
		line-height:1.4em;
	}
	
	ul{
		font-size:1em;
		}
		
/* END TEXT */	

/* EDITOR PROPERTIES */
