@import url("common.css");
@import url("../fonts/style_sheet.css");

body{ font-family: 'CalibriRegular'; font-size:14px;}
input, textarea{ font-family: 'CalibriRegular'; font-size:14px; color:#414042;}
INPUT[type="text"]:focus, textarea:focus, INPUT[type="password"]:focus{ box-shadow:0px 0px 10px #bdbdbd; border:1px solid #2b4fb6;}
h1, h2, h3, h4, h5, h6, body, ul, li{ margin:0px; padding:0px; font-weight:normal}
p{ margin:0px; padding:opx; text-align:justify; font-weight:normal}
a{ text-decoration:none}
a:hover{ text-decoration:none;}
.clear{ clear:both}
li{ list-style:none;}
INPUT[type="text"]:focus,
INPUT[type="number"]:focus,
INPUT[type="email"]:focus,
INPUT[type="search"]:focus,
INPUT[type="password"]:focus,
INPUT[type="range"]:focus,
textarea:focus,
a:focus, select:focus, 
a
{outline: none; -moz-outline:none;
	-webkit-outline:none;
	-mos-outline:none;    
}
img {border: none; }
a img {border: 0px; }
::-moz-selection
{
	background:#00558f;
color:#FFF;
}

::selection
{
	background:#00558f;
color:#FFF;
}
::-ms-selection
{
	background:#00558f;
color:#FFF;
}
::-webkit-selection
{
	background:#00558f;
color:#FFF;
}