
*{
font-family: arial, helvetica, verdana;
}

body {
font-size:70%;
background-color:#fff;
color:#000;
margin:15px;
padding:0px;
word-spacing:1px;
}
h1 , h2 , h3 , h4 , h5 , h6 {
margin:0px;
padding:0px;
}
img {
border:0px solid #000;
}
h1 {
padding:0px 0px 0px 15px;
font-size:100%;
font-weight:bold;
border-bottom:4px solid #a00;
margin-bottom:20px;
width:140px;
line-height:16px;
text-transform:uppercase;
}
h2 {
padding:0px 0px 0px 15px;
font-size:100%;
font-weight:bold;
border-bottom:4px solid #a00;
margin-bottom:20px;
width:140px;
line-height:16px;
text-transform:uppercase;
}
h3 {
padding:0px 0px 0px 15px;
font-size:100%;
font-weight:bold;
line-height:20px;
}
h2:first-letter , h3:first-letter {
color:#a00;
}
h4 {
color:#a00;
font-weight:100;
font-size:80%;
line-height:20px;
}
h5 {
color:#375975;
font-size:100%;
padding:2px 0px 3px 0px;
line-height:10px;
}
h6 {
background-color:#a00;
color:#fff;
padding:6px 5px;
text-align:center;
font-size:20px;
font-weight:100;
}
p {
text-align:justify;
line-height:20px;
padding:0px;
margin:10px 0px 15px 0px;
}

a {
color:#375975;
text-decoration:none;
}
p a {
color:#3e617e;/*#467397;*/
}
a:hover {
color:#a00;
}

input , select , textarea , button {
border:1px solid #bcd6e7;
border-top:0px solid;
font-size:100%;
}

input, textarea {
padding:1px 2px;
}

button {
background-color:#fafafa;
margin-left:1px;
margin-right:1px;
}

select {
width:230px;
background-color:#fff;
}
input {
width:228px;
background-color:#fff;
}
input.check {
padding:0px;
margin:0px;
width:16px;
border:0px solid;
}
textarea {
width:470px;
background-color:#fff;
}

li {
margin-bottom:5px;
list-style: disc;
list-style-image:url(/layout/main/view/img/check.gif);
}
ul{
margin-bottom:15px;
}

input.money {
  text-align:right;
  width:60px;
}