@font-face
{
font-family: MyriadPro-Regular;
src: url("myriadpro-regular.otf") format("opentype");

}

body{
	background-color:#fff;
	font-family:Trebuchet MS, Arial, Helvetica;
	margin:0px; padding:0px;
	color:#333;
}

a:link {color:#000; font-weight:bold;}
a:visited {color:#000; font-weight:bold;}
a:active {color:#000; font-weight:bold;}

img
{
    border:0;
}

.cellWrapper
{
		padding-top:0px;
		position:relative;
		text-align:center;
}

.cellWrapper img
{
	
}

.iconCell
{
		width:110px;
		
}

.iconCell a
{
		font-weight:normal;
		text-decoration:none;
		position:absolute;
		height:100%;
		width:100%;
		top:0px; left:0px;
		/*border:1px blue solid;*/
}

.icon-label
{
		font-family:MyriadPro-Regular;
		padding-top:5px;
		color:#000;
		text-align:center;
		
}

a.blogLink
{
		color:#333;
		font-size:16px;
}



