/* CSS Document */


/* General tags */
* {
	margin:0; padding:0; 
}

body{
	height:100%;
}


html {
	height:100%; 
}


img {
	border:0px;
}

p{

}

H1,H2,H3,H4,H5,H6 { 
	color: #571604;
	font-family:"Trebuchet MS", "Futura", sans-serif;
	margin-bottom:6px;
	margin-top:0px;
	font-weight:normal;
}

/* Header tags */
H1{
	font-size: 1.9em;
}

H2{
	font-size: 1.7em;
}

H3{
	font-size: 1.5em
}

H4{
	font-size: 1.25em
}

H5{
	font-size: 1.2em
}

H6{
	font-size: 1.1em
}

/* link tags */

A:link{
color:#FF3300;
}

A:visited{
color:#FF3300;
}

A:active{
color:#FF3300;                                               
}

A:hover{
color:#FF3300;
}

/* tables styles */

table{
	border-collapse:collapse;
}

td{

}

tr{

}

/* list styles */

ul {
	margin-left:25px;
}

ol{
	margin-left:25px;
}

li{
 
}

/* horizontal line */ 
hr {
      border: 0;
	  color: #551300;
      background-color: #551300;
      height: 1px;
}