/*Example CSS for the two demo scrollers*/

#homenews
{
	width: 200px;
	height: 80px;
	
	border: 0px;
	
	font-size  : 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	
	text-align : left;
	text-decoration: none;
	
	/*border: 1px solid black;*/
	/*padding: 5px;*/
	
	background-color: white;
}
#homenews a
{
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size  : 0.8em;
	color 	   : #084284;
	/*	color 	   : #8cb1d0;*/
	font-weight: bold;
	text-align : left;
}
#homenews a:hover
{
	color 	   : #8cb1d0;
}

#homenews p
{
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size  : 0.8em;
	text-align : left;
	font-weight: bold;
}

#pscroller1
{
	width: 200px;
	height: 100px;
	
	border: 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size  : 0.8em;
	
	text-align : left;
	text-decoration: none;
	
	/*border: 1px solid black;*/
	/*padding: 5px;*/
	
	background-color: lightyellow;
}

#pscroller2
{
	width: 186px;
	height: 120px;
	
	border: 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size  : 0.8em;
	
	text-align : left;
	text-decoration: none;
	
	background-color: lightyellow;
	
	/*border: 1px solid black;*/
	/*padding: 3px;*/
}

#pscroller2 a
{
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size  : 0.8em;
	text-align : left;
}

.someclass
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size  : 0.8em;
}
