/* CSS Document */


h1,h2,h3,h4,h5{ 
	margin: 0;   
	line-height:1.3;
	padding: 0 0 0px 0; 
	font-size:24px; 
	color: #777; 
	font-family:"Open Sans",Arial,Helvetice Neue,sans-serif;
}

h1 { padding:40px 0 26px 0; font-size:50px; font-weight:400; text-align:center; color:#FFF; }
h2 { padding:18px 0 8px 0;  font-size:24px; font-weight:400; text-align:center; }
h3 { padding:0; font-size:20px; font-weight:400; }
h4 { padding:28px 0 45px 0; font-size:18px; font-weight:400; text-align:center; color:#333; }
h5 { padding:0; font-size:16px; font-weight:400; }
h6 { padding:0; font-size:14px; font-weight:400; }

table { table-layout:fixed; margin-top:10px; width:100%; }
table th {  }
table td {  }
table a {  }

a {
/*	color:#0078bf;
	text-decoration:underline;*/
	color:#64a727;
	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:#64a727;
	text-decoration:underline;
}

p.align-left {
	text-align:left;
}
p.align-right {
	text-align:right;
}
p.align-center {
	text-align:center;
}
p.align-justify {
	text-align:justify;
}