@charset "iso-8859-1";
/* CSS Document */



* {
		font-family:Verdana, Arial, Helvetica, sans-serif;
	
}	


a { color: #000; text-decoration: underline;}

a:hover { color: #659ffc; }


#frm{
	position:relative;
	
	width:99%;
	min-width:99%;
	
	height:300px;
	min-height:300px;
	
	margin-left:0%;
	margin-right:0px;
	padding-right:0px;
	padding-left:0%;
	padding-bottom:1%;
	margin-bottom:1%;
	overflow:scroll-x;
		
	
	
    
	 
}

#frm1{
	position:absolute;
	top:20px;
	left:100px;
	width:720px;
	min-width:720px;
	min-height:600px;
	height:600px;
	margin-left:0px;
	padding-left:0px;
	padding-bottom:0px;
	margin-bottom:5px;
	overflow:scroll-x;
	 
}


.smallline{
	position:relative;
	width:99%;
	
	overflow:hidden;
 	color: #DEDEC9;
	background-color:#ffffff;
	border-bottom:1px solid black;
	margin-left:0%;
	margin-right:0px;
	padding-left:2%;
	padding-right:0px;
	padding-bottom:2%;
	margin-bottom:2px;
	
}

.smallpicture{
	position:absolute;
	top:3%;
	left:3%;
	width:90%;
}

.smalldate{
	position:relative;
	
	width:98%;
	height:auto;
	
	color:#222222;
	font-size:8px;
	margin-bottom:2px;
	}

.smalltitle{
	position:relative;
	text-align:none;
	width:98%;
	font-size:12px;
	margin-bottom:2px;
	
}

.smallsnippet{
	position:relative;
	text-align:none;
	width:98%;
	
	color:#222222;
	font-size:11px;
	padding-bottom:1%;
	margin-bottom:2px;
	
}

.bigline{
	position:relative;
	padding:20px;
	width:700px;
	color: #222222;
	background-color:#ffffff;
	border-bottom:1px solid black;
	margin-bottom:20px;
}

.bigpicture{
	margin-right:400px;
	margin-bottom:5px;
}

.bigdate{
	color:#222222;
	font-size:10px;
	  
}

.bigtitle{
	color:#00000;
	font-size:18px;
	font-weight:bold;
	 
}

.bigsnippet{
	color:#222222;
	font-size:14px;
	
}

.bigarticle{
	text-align:none;
	font-size:14px;
	color:#222222;
	padding-bottom:20px;
}

