td {
	font-family :  Arial, Helvetica, Verdana, Geneva, sans-serif;
	color:#000000;
	font-size : 73%;
}

a {
	color: #007AC7;
	text-decoration : underline;
}

a:hover {
	color: #007AC7;
	text-decoration :none;
}

a.m {
	color: #646F7D;
	text-decoration : none;
	
}

a.m:hover {
	color: #646F7D;
	text-decoration : underline;
}

a.menu2 {
	color: #545E6A;
	font-size : 11 px;
	text-decoration : underline;
}

a.menu2:hover {
	color: #545E6A;
	text-decoration : none;
}

.text {
		text-align : justify;

}
 
em {
	color : #333333;
	font-size : 90%;
	font-style : normal;
}

br {
	font-size : 8px;
}

h1 {
   color : #023588;
	font-size : 100%;
	font-style : normal;
}

.ck {
	color : #023588;
	font-size : 13 px;
}

.ck2 {
	color : #023588;
	font-size : 11 px;
}

.ck3 {
	color : #474B50;
	background-color : #B3B6B9;
	font-weight : bold;
	font-size : 11px;
}

.date {
   color: #616161;
}

.white {
   color: #ffffff;
   font-size : 12px;
}

.city {
   color: #FF842A;
   font-size : 14px;
   	font-weight : bold;
   
}

/* 
   Tables
------------------------------------------------------------------- */

table.data_table {
	border: 1px solid #CCB;
	margin-bottom: 2em;
	width: 100%;
}
table.data_table th {
	background: #E5E5E5;
	border: 1px solid #D5D5D5;
	color: #555;
	text-align: left;
}
table.data_table tr {border-bottom: 1px solid #DDD;}
table.data_table td, table.data_table th {padding: 10px;}
table.data_table td {
	background: #F5F5F5;
	border: 1px solid #E0E0E0;
}
