a:link{
color:#083A82;
	border-bottom: 1px dashed #083A82;
	text-decoration: none;
}
a:visited{
	color: #083A82;
	border-bottom: 1px dashed #F00;
	text-decoration: none;
}
a:active{
	color: #F00;
	border-bottom: 1px dashed #F00;
	text-decoration: none;
}
a:hover{
	color: #083A82;
	border-bottom: 1px solid #083A82;
	text-decoration: none;
}
.invisible, .invisible a {
   display: none;
}
h1{
	font-size: 1.5em;
	color: #083A82;
	font-weight: normal;
	margin: 0px;
	padding-bottom: 5px;
}
h2{
	font-size: 0.7em;
	color: #083A82;
	font-weight: bold;
	margin:0px;
}
h3{
	font-size: 0.7em;
	color: #083A82;
	font-weight: normal;
	text-decoration: none;
	margin:0px;
}
p{
	margin-top: 0.75em;
	margin-bottom: 1.5em;
	font-size: 0.70em;
	line-height: 1.25em;
}
/* doesn't work in IE so the fix all solution is applied
p + h2{
	margin-top: 15px;
}
*/
address { 
	font-style: normal; 
	font-size: 0.6em;
	margin-bottom: 0.75em;
}
address strong{ 
	color: #083A82;
}
address{
	margin-top: 1em;
	font-size: 0.7em;
}
ul{
	font-size: 0.7em;
	margin-left: 10px;
	padding-left: 10px;
}
ul li{
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.5em;
}
blockquote{
	margin: 0px;
	padding: 10px 10px 10px 0px;
	font-style:italic;
	color:#083A82;
	font-size: 0.7em;
	text-indent: 0px;
	line-height: 1.5em;
}
strong{
	color:#083A82;
}
.date{
	color: #083A82;
	font-weight: bold;
	font-size: 0.6em;
	margin-top: 0px;
	margin-bottom: 0px;
}
#content{
	margin: 10px;
}
.subheader{
	font-size: 1.1em;
	color: #000;
	font-weight: normal;
}
.error{
	color: #F00;
}
.error li{
	/*font-size: 0.75em;*/
}
.smallprint{
	font-size: 0.7em;
	padding-top: 5px;
}
.newsItem{
	width: 617px;
	border-top: 1px dashed #A9A9A9;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:80px;
}
.newsItem img{
	padding-right: 10px;
	margin-left: -80px;
}
.article{
	width: 617px;
	padding-left:80px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.article img{
	margin-left: -80px;
	padding-right: 10px;
}
.noborder{border:none;}
.noborder:link{border:none;}
.noborder:hover{border:none;}
.noborder:visited{border:none;}
.clientlist{
	width: 33%;
	margin-left: 0px;
	padding: 0;
	float: left;
	font-size: 0.75em;
	list-style: none;
}
.clientlist li{
	padding: 0px;
	text-indent: 0px;
}
.uc{
	font-size: small;
	font-weight: bold;
	color: #666;
	background-color: #ccc;
	width: 64px;
	border-top: 2px solid #EEE;
	border-left: 2px solid #DDD;
	border-right: 2px solid #999;
	border-bottom: 2px solid #666;
	padding: 2px;
}
.quote {
	font-style: normal;
  padding: 5px 5px;
  background: transparent url(/images/quotes_start.gif) left top no-repeat;
}
.quote div {
  font-style: italic;
  padding: 5px 0px;
  background: transparent url(/images/quotes_end.gif) right bottom no-repeat;
}
.quote div p {
  font-size: 1em;
}
.info{
	border: 1px solid #000;
	background-color: #FFC;
	padding: 2px;
}
.seo {
	margin-top: 10px;
	margin-bottom: 5px;
	border: 1px solid #000;
	color: #001E58;
	background-color: #FFF;
}
.seo th {
	background-color: #083A82;
	color: #FFF;
	font-size: 0.7em;
	padding: 4px;
}
.seo td{
	color: #001E58;
	color: #545454;;
	font-size: 0.7em;
	padding: 5px;
}
/*
.seo tr+tr+tr>td{
	border-top: 1px dashed #AEAEAE;
}*/
.seo img{
	padding-right: 4px;
	vertical-align: middle;
}
.seo a{
	border: none;
}
.seo a:hover{
	border: none;
}
.seo a:active{
	border: none;
}
.seo a:visited{
	border: none;
}
.seo a:link{
	border: none;
}