/*
@viewport{
    zoom: 1.0;
    width: extend-to-zoom;
}
@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}
*/
body {
	margin-top:0px; 
	margin-right:0px; 
	margin-left:0px; 
	margin-bottom:0px; 
	background-color: #fff;
}
img
{
/*	
	vertical-align:bottom;
	display:block;
	height: 100%;
	max-height:100%;
*/
	width:100%;
	max-width:100%;
	-ms-interpolation-mode: bicubic;
	border: none;
	vertical-align:bottom;
}
img.content
{
/*	
	vertical-align:bottom;
	display:block;
	height: 100%;
	max-height:100%;
*/
	width:950%;
	max-width:95%;
	-ms-interpolation-mode: bicubic;
	border: none;
	vertical-align:bottom;
	text-align:bottom;
    margin-bottom: 25px;
    margin-right: 25px;
}
.text{ 
font-family: Verdana,Arial,Sans-Serif;
color: #191919;
font-size: 12px;
line-height:2.2em;
}
.submenu{ 
font-family: Verdana,Arial,Sans-Serif;
color: #ffffff;
font-size: 10px;
}
a:link.submenu {
	text-decoration: underline;
	color: #ffffff;
}
a:hover.submenu {
	text-decoration: none;
	color: #ffc20d;
}

a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
.sidemenu{ 
font-family: Arial,Sans-Serif;
color: #ffffff;
font-size: 12px;
line-height:2.2em;
}
div.sidemenu{
	margin-left: 10px;
}
a:link.sidemenu {
	text-decoration: underline;
	color: #ffffff;
}
a:hover.sidemenu {
	text-decoration: none;
	color: #ffc20d;
}
.sideemail{ 
font-family: Arial,Sans-Serif;
color: #ffffff;
font-size: 10px;
line-height:1.6em;
}
a:link.sideemail {
	text-decoration: underline;
	color: #ffffff;
}
a:hover.sideemail {
	text-decoration: none;
	color: #ffc20d;
}

.footer{ 
font-family: Verdana,Arial,Sans-Serif;
color: #b8b7b7;
font-size: 10px;
line-height:2.2em;
}
#share-buttons img {
width: 35px;
padding: 5px;
border: 0;
box-shadow: 0;
display: inline;
}