/* -------------------------------------------------------- CLEARFIX */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
/* -------------------------------------------------------- MAIN */
body {
	background-color:#EFEFEF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.main {
	width:500px;
	margin:0 auto;
	padding:0;
	background-color:#fff;
}
/* -------------------------------------------------------- HEADER */
.header {
	position:relative;
	height:118px;
	background:url(../imgs/logo_mediafin_sm.gif) no-repeat top left;
	padding: 10px;
	margin: 10px;
}
.header h1 strong
{
	display:none;
}
.header h2 strong
{
	display:none;
}
.header h3 strong
{
	display:none;
}
/* -------------------------------------------------------- BODY */
.body {
	padding:15px;
	font-size:0.80em;
	color:#333;
	border: 1px solid BLACK;
}
.pic 
{
	background:url(../imgs/logo_mediafin_sm.gif) no-repeat top left;
	height: 40px;
}
.pic h1
{
	display: none;
}
.info 
{
	line-height: 20px;	
}
.info strong
{
	font-weight: bold;
}
.info a
{
	color: #000;
	text-decoration: underline;
}
.title strong 
{
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 20px;
	padding-top: 20px;
}
