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

html	{
		font-size:100%;
		}
		
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover {
	color: #811628;
	text-decoration: none;
}

a:active {
	color: #000000;
}

#frm{
	
	position:relative;
	
	width:97%;
	min-width:97%;
	
	height:320px;
	min-height:320px;
	
	margin-left:0%;
	margin-right:0px;
	padding-top:2%;
	padding-left:2%;
	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:0%;
	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:10px;
	margin-bottom:2px;
	}

.smalltitle{
	position:relative;
	
	width:98%;
	font-size:12px;
	font-weight:bold;
	margin-bottom:2px;
	
}

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

.bigline{
	position:relative;
	padding:20px;
	width:676px;
	color: #222222;
	background-color:#ffffff;
	border-bottom:1px solid black;
	margin-top:2%;
	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:12px;
	
}

.bigarticle{
	font-size:10px;
	color:#222222;
	padding-bottom:20px;
}



