@font-face {
font-family: 'MyriadPro';
font-style: normal;
font-weight: normal;
src: url('/tp/T0163/font/MYRIADPRO-REGULAR.woff') format('woff');
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
select,
span,
a,
p,
sub,
blockquote,
th,
td {
    font-family: "MyriadPro", Arial;
    outline: none; font-size: 13px;    
}

body {
	background: none repeat scroll 0 0 #fff !important;
	color: #333;
}

body{
	font-size: 13px !important;
}

*{margin:0;padding:0;}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  line-height: 20px;
}

body,
td,
th,
input,
textarea,
select,
a {
  outline: 0 none;
}
a,
a:hover,
a:visited,
a:focus {
  -webkit-transition: color 0.4s ease 0s;
  transition: color 0.4s ease 0s;
  text-decoration: none;
}

a {
  color: #333;
  cursor: hand;
  cursor: pointer;
}
a img {
  border: none;
}

a:hover {
  color: #e12126;
  text-decoration: none;
}
.btnRed:hover, .btnRed:focus, .btnRed.focus{
	color: #fff !important;
}
input{line-height: normal !important}
img {
  border: 0 none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
