@CHARSET "UTF-8";


/*** SPECIAL ***/
 .clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}



.ghostInput {
    color: #999;
}

.blue 										{ color: #0a1529; }
.light_blue									{ color: #6bc0e6; }
.red										{ color: #e23190; }
.gray										{ color: #6e6e6e; }
.green										{ color: #c9ec25; }
.dark_green									{ color: #bcd077; }
.orange										{ color: #fdb221; }

h1,h2,h3,h4,h5,h6 {
	margin: 8px 0 5px;
}
a h1,a h2, a h3, a h4 , a h5 {
	text-decoration: none;
}
h1 { margin-bottom: 20px;}

h1	{ 
	font-family: arial;
	font-size: 24px;
	/*color: #222;*/
}

h2 {
	font-family: arial;
	font-size: 18px;	
	/*color: #e23190;*/
}

a.read_more:link,a.read_more:visited,a.read_more:active 
											{ display: block; margin: 5px 0 0 ;color: #4776d1; text-decoration: underline; white-space: nowrap; width: 60px; overflow: visible; }
											
img { 
	border: 0; 
}				

p.date {
	font-size: 10px;
	color: #4776d1;
	font-style: italic;
	margin-bottom: 5px;
}
								
