* {
font-family:arial, sans-serif, verdana, helvetica;
}

html {
height:100%;
}

body {
font-size:70%;
background-color:#f9f9fa;
color:#777;
margin:0px;
padding:0px;
text-align:center;
word-spacing:1px;
height:100%;
}

p {
text-align:justify;
line-height:15px;
padding:0px;
margin:15px 0px 15px 0px;
}


/* links */
a {
color:#777777; 
text-decoration:none;
}
a:hover {
color:#a81318;  
}
a.type2 {
color:#676767;
}
a.type2:hover {
color:#D7A850;
}

a.title_link {
font-family:verdana;
color:#D7A850;
}
a.title_link:hover {
color:#CEAD74;
}

p a{
color:#a81318; 
text-decoration:underline;
}

/* spans */
span {
}
span.type2 {
color:#557CA1;
}

/* images */
img {
border:0px solid;
}

p img {
float:right;
padding-left:15px;
padding-bottom:15px;
}

/* paragraphs */
p.tabbed {
padding-left:28px;
}

/* headers */
h1 , h2 , h3 , h4 , h5 , h6 {
margin:0px;
padding:0px;
}
h1 {
font-size:160%;
font-weight:bold;
color:#a81318;
margin-bottom:25px;
}
h2 , h3 {
font-size:125%;
font-weight:bold;
margin-bottom:5px;
}
h4 {
font-weight:bold;
color:#676767;
font-size:120%;
margin:10px 0px 20px 0px;
}
h5 {
font-weight:bold;
color:#676767;
font-size:100%;
margin:0px;
padding-top:10px;
}
h6 {
color:#bbb;
font-size:90%;
}

/* inputs */
input , select , textarea , button {
border:1px solid #bbb;
font-size:100%;
}

input, textarea {
padding:1px 2px;
color:#676767;
}

select {
width:242px;
}
input {
width:240px;
}
input.check {
padding:0px;
margin:0px;
width:16px;
border:0px solid;
}
textarea {
width:470px;
}

button {
background-color:#777;
border:1px solid #aaa;
color:#fff;
margin-left:1px;
margin-right:1px;
cursor:pointer;
}
div.add_button {
clear:both;
padding:2px;
margin-right:5px;
}

form {
margin:0px;
padding:0px;
display:table;
clear:both;
width:100%;
}

/* lines */
hr {
border:0px solid;
border-top:1px solid #e5e5e5;
color:#e5e5e5;
background-color:#e5e5e5;
height:1px;
size:1px;
}

ul {
margin:0px;
padding:0px 0px 0px 17px;
text-align:justify;
}
