@charset "UTF-8";

/* ------------------------------
 Occations
------------------------------ */
/* table.contact
------------------------------------------------------------ */
table.list th{
	padding:5px;
	color:#fff;
	background:#ff6666;
	border:1px solid #fff;
	margin:3px;
}

table.list td{
	padding:5px;
	border:1px solid #fff;
	background:#f7d0d0;
	margin:3px;
	text-align:center;
}

table.list th.col2{
	background:#72baeb;
}

table.list th.col3{
	background:#f4efd1;
	color:#333333;
}

table.list td.col2{
	background:#d7eefa;
}

div.img-left{
	clear:right;
	width:90px;
	float:left;
	margin-bottom:10px;
}

div.text-right{
	width:580px;
	float:right;
	margin-bottom:10px;
}

h5{
	color:#ff6666;
}