/*=================================================================
 * 			COMMON SELECTOR STYLES
 ===================================================================*/

body {
 font-family: Helvetica, Verdana; 
 background: white;
 min-height: 100%;
}
 
			
h1, h2, h3, h4, h5, h6 { color: #333; font-weight: normal; }
h1 { font-size: 30px; margin: 0 0 30px; padding: 5px 0 }
h2 { font-size: 26px; margin: 0 0 25px; padding: 5px 0 }
h3 { font-size: 20px; margin: 0 0 20px; padding: 0; }
h4 { font-size: 16px; margin: 0 0 15px; padding: 0; }
h5 { font-size: 14px; margin: 0 0 10px; padding: 0;  }
h6 { font-size: 12px; margin: 0 0 5px; padding: 0; }



/*======================================================================
 * 			COMMON CLASS
 =======================================================================*/
/*=======================================================================
 				Common class
 * ======================================================================*/
/*
a,a:link, a:visited { 
	color: #3b5998; font-weight: normal; text-decoration: none;
}

a:hover { text-decoration: underline; }
*/
a.more { display: inline-block; padding: 3px 10px; font-size: 12px; font-weight: bold; color: #21bdd0; background: #e9e9e9 }
a.more:hover { background: #333; text-decoration: none }


.link {
	color: #3b5998;
	line-height: 1.5;
	font-size: 12px; 
	text-decoration: none;
	font-weight: normal;
	
}

.link:hover {
	text-decoration: underline;
}



.cleaner { clear: both }
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h40 { height: 40px }
.h50 { height: 50px }


.col { float: left; margin-right: 20px }
.col_13 { width: 300px }
.col_14 { width: 220px }
.col_15 { width: 400px }
.col_16 { width: 140px }
.col_23 { width: 620px }

.no_margin_right { margin-right: 0 }	


.cleaner {
    clear: both;
}

.tt_cap {
	text-transform: capitalize;
}


.error_msg {
 color: red;
 
}
	.error_msg div {
		
		padding: 5px; 
		border: 1px solid #e6e6e6;
		font-size: 12px;
		text-align: center; 
		background: #f8f8f8;
		font-family: Helvetica, Verdana, Geneva, Arial, Helvetica, sans-serif; 
		
	}

