/* CSS Document */
/*reset.css*/
html { font-size:100%; }


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
{margin:0;padding:0;}

table{border-collapse:collapse;border-spacing:0;}

fieldset,img{border:0;}

address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}

ol,ul {list-style:none;}

caption,th {text-align:left;}

h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

abbr,acronym {border:0;}

/*fonts.css*/
select, input, textarea {font-size:99%; font-family:'Lucida Sans Unicode', 'Lucida Grande', LucidaGrande,'Lucida Sans', Geneva, Arial, sans-serif;}
body * {line-height:1.22em;}
body {
   margin: 0px;
   padding: 0px;   
   font-family: 'Lucida Sans Unicode', 'Lucida Grande', LucidaGrande,'Lucida Sans', Geneva, Arial, sans-serif;
   font-size: 11px;
   color: #37393B;
   text-align: center;
   background: #89B9D6 url(/extension/smilecespharm/design/cespharm/images/css/bg_body.jpg) repeat-x top left;
}
h1, h2, h3, h4, h5, h6, p, form, input{
  margin: 0px;
  padding: 0px;
}
h1, h2, h3, h4, h5, h6{
 	font-weight: bold;
}
a {
  text-decoration: none;
  color: #39489E;
}
a:hover{
  text-decoration: none;
}
a.green
{
	color:#00A565;
}
ul {
  margin:0px;
  padding:0px;
  list-style-type: none;
}
fieldset{
	border: none;
	padding: 0px;
	margin: 0px;
}
legend {
  display: none;
}
img {
   border: none;
   vertical-align:middle;
}
input {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', LucidaGrande,'Lucida Sans', Geneva, Arial, sans-serif;
	vertical-align:middle; 
}
strong {
	font-weight: bold;
}


