/* CSS Document */


h1,h2,h3,h4,h5{ 
	margin: 0;  
	padding: 0 0 0px 0; 
}

h1 {     font-size: 24px; line-height: 1.1; }
h2 { color: #542900;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 17px;
    line-height: 1.5;
    text-decoration: none
}
/*h2 { padding:16px 0 19px 0; font-size:24px; font-weight:bold; }
h3 { padding:16px 0 19px 0; font-size:20px; font-weight:bold; }
h4 { padding:5px 0 5px 0;   font-size:16px; font-weight:bold; color:#575756; }
h5 { padding:0 0 0 0;       font-size:14px; }
h6 { padding:0 0 0 0;       font-size:12px; }
*/
table {  }
table th { padding-right:20px; }
table td { padding-right:20px;  }
table a {  }


p {
    font-size: 14px;
}
h1, h2, h3, h4, h5, h6, p, .col ul {
    color: #542900;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 1.5;
    text-decoration: none;
}


a, a:link, a:visited, a:active {
    color: #542900;
    text-decoration: none;
	-o-transition:.7s;
	-ms-transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
	/* ...and now for the proper property */
	transition:.7s;
}
a:hover {
	color:#000;
}

p.align-left {
	text-align:left;
}
p.align-right {
	text-align:right;
}
p.align-center {
	text-align:center;
}
p.align-justify {
	text-align:justify;
}