/*-----------------------------------------------
 __profile
-----------------------------------------------*/

table{
	color: #FFF;
}

td.profile{
background-color:#ca4a3a;
} 

td.profile2{
	background-color:#d16254;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #efeac1;
}

td.profile3{
	background-color:#d16254;
}


/*-----------------------------------------------
 __Biography
-----------------------------------------------*/

td.bio{
background-color:#0ca098;
} 

td.bio2{background-color:#1fbba6;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #efeac1;}

td.bio3{background-color:#1fbba6;}

