/**
* ISPO eNewsletter CSS
*
*/ 	

/**
* HMTL Tags
*/

body {
	font-size: 0.7em; 
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	text-align:justify;
}

p {
	margin-left: 10px;
}

/*
* Classes
*/

.eHeader {
	font-size:1.6em; 
	color:#3366CC; 
	font-family:Arial, Helvetica, sans-serif; 
	margin:0px; 
	padding:0px;
	color: Navy;
}


.eHeaderComment {
	font-style: italic;
	font-size: 1.2em;
	color: Navy;
	text-align: justify;
}

.indexOfArtsTitle{
	font-size: 11px; 
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #0066FF;
}

.article{
	min-height: 75px;
	border-bottom: 1px dashed silver;
}

.odd{
	background-color: #FFFFF0;
}

.articleTitle {
	color: #FFA500;
	font-size: 1.2em;
	text-align: justify;
	padding: 5px 0px 5px 0px;
}

.articlesNav {
	text-align: right;
	margin: 3px;	
	padding-bottom: 5px;
	color: Blue;
}
.selected{
	font-weight: bold;
}



.red {
	color:red;
}

/**
* DIVs 
*/

#indexOfArts{
	float: left; 
	background-color:#F5F9FF; 
	margin:5px; 
	padding:5px; 
	border:#0099FF 1px dashed; 
	width:170px;
}

#indexOfArts ol {
	list-style-position: outside;
	margin-left: 3 px; 
	margin-bottom: 10px;
}

#indexOfArts ol li{
	margin-bottom: 10px;
}

#indexOfArts a{
	text-decoration: none;
}


#caption  {
	margin: 25px auto;
	background: #fffff0;
	padding: 10px;
	text-align: center;
}

#caption  img {
	border: 1px solid #FFEFD5;
	background: #ffffff;
	padding: 10px;
}

#content{
	margin-left:200px;
}

table th {
	background-color:#F5F9FF;
	color: #0066FF;
}