/* CSS Document */


h1,h2,h3,h4,h5{ 
	margin: 0;   
	line-height:1.2; 
	padding: 0 0 0px 0; 
	font-size:20px; 
	color: #4774ad; 
}

h1 {  }
body h2 { text-transform:none; }
h3 {  }
h4 {  }
h5 {  }
h6 {  }

table { table-layout:fixed; line-height:1.3; margin-top:10px;font-size:15px; width:100%; }
table th { font-weight:300; text-align:right;  vertical-align:top; padding-right:20px; padding-bottom:6px; border-right:1px solid #CCC; }
table td { font-weight:300; text-align:left; vertical-align:top; padding-left:20px; padding-bottom:6px;  }
table a { color: #5267a8;font-size:12px; }

a {
	color:#d1ad46;
	text-decoration: none;
}
a:hover {
}


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