/****************************************************************
*																*
*					News	 Viewer CSS							*
*																*
*---------------------------------------------------------------*														
*	File name: 				newsViews.css						*
*	Create Date: 			6,May,2010							*
*	Created by:				Ahmed.M.Yassin						*
*---------------------------------------------------------------*
* 	Last Update Date:		6,May,2010							*
*	Updated by:				Ahmed.M.Yassin						*
****************************************************************/

h2
{
	color:#333333;
	font-weight:normal;
	font-size:28px;

	
}

a{
	text-decoration:none;
	
	
}

a:hover{
	text-decoration:underline;


}

img{
	margin: 0px 15px 0px 0px;
	
	border-right:#CCCCCC 3px solid;
}

p{
	text-align:justify;
	font-family:"Arial", Helvetica, sans-serif;
	color:#444444;
	line-height: 1.4em;
	
	font-size:11pt;
}

.frame{
	padding: 5px; 
	border: 1px solid #CCCCCC;

	filter:shadow(color:gray,strength:10, direction:135);
}
.newsImage{
	width: 300px;
	height: 169px;
	float:left;
	
}


