*{
	margin:0;
	padding:0;
	border:none;	
}
body{
	color:#5D5950;
	font-family:Arial, Verdana, sans-serif;	
	font-size:13px;
	padding:30px 0px 0px 30px;
}

/* headlines */
h1, h2, h3, h4, h5, h6 {
   font-weight:normal;
}
h1{
	font-size: 150%;
	color:#000;
	font-weight:400;
	padding-bottom:5px;
}
h2 {
    font-size: 16px;
    line-height: 115%;
	font-weight:bolder;
	padding-bottom: 20px;
    xtext-transform:uppercase;
}
h3 {
    font-size: 80%;
    line-height: 100%;
    margin-bottom: 0.3em;
    font-weight: bold;
}

h4 {
    font-size: 75%;
    font-weight: bold;
    margin-bottom: 0.3em;
}
p {
    font-size: 100%;
}
strong {
    font-style: normal;
    font-weight: bold;
}
span.detail{
	font-size:10px;
}
/* links - specificity: "LVHAF"! */
a{
	text-decoration:none;
}
a:link, a:visited {
    background-color: transparent;
    color: #ac4628;
}
a:hover {
    background-color: transparent;
    color: #000;
}
a:active, a:focus {
    background-color: transparent;
    color: #999;
}

/* horizontal rule */
hr {
    display: none;
}

/* images */
img {
    border: none;
    color: #000;
}

/* lists */
ol {
  	list-style-type: decimal;
}
ul {
    list-style-type: disc;
}
li { 
	list-style-position:outside;
}

/* forms */
fieldset {
    border: 0 solid; /* required by opera 7 */
}
legend {
    display: block;
}
label, input, select {
    font-weight: normal;
    line-height: normal;
}
optgroup {
    font-style: normal;
    font-weight: bold;
}

/* tables */
table {
    caption-side: top;
    empty-cells: show;
}
caption {
    font-weight: bold;
    text-align: left;
}
th, td {
   vertical-align: top;
    
