@charset "utf-8";
/* CSS Document */
body {
	margin-top: 55px;
}
/* dotted image border fix */
a img { border:none }
a:active, a:link, a:visited
{
color:#4EB4D6;
outline: none;
}
a:hover
{
color:#33CC66;
outline: none;
}
/* Mozilla dotted image border fix */
:focus
{
  -moz-outline-style: none;
}
