/* acs.css */
a {
  color:#000066;
}
h1, h2, h3, h4, h5 {
  color:#333366; 
  margin-bottom:5px;
}
ul {
  margin-top:5px
}
table {
  empty-cells:show;
}
td {
	vertical-align: top;
	font-size:13px
}  
td.left_column {
    text-align: right;
}
td.right_column, th.right_column {
    text-align: left;
	cell-spacing:30px;	
}
th {
	color: #000066;
	font-size:14px;
	text-align: left;
}
.footer {
  font-size:12px; 

}
.links {
	font-size: 14px;
	text-align: center;
	font-weight:bold;
	text-decoration: none;
}
.smalltitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000066;
	font-style: italic;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 50px;
	font-weight: bold;
    color: #000066;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 23px;
	line-height: 35px;
    background-color: #ffffff;
	font-weight: bold;
	color: #000066;
	text-align: center;
}
.button{
	color: 000066;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
