﻿body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
a{
	color: #0768a9;
}
a:link, a:visited{
	text-decoration: none;
}
a:hover, a:active{
	text-decoration: underline;
}
h1, h2{
	font-size: 18px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: #0768a9;
	border-bottom-color:  #dbdbdb;
	margin-bottom: 5px;
	text-transform: uppercase;
}
h2{
	font-size: 16px;
	margin-bottom: 5px;
	padding-bottom: 0;
	border-bottom: none;
}
h3{
	font-size: 13px;
	font-weight: bold;
	color: #555;
}
h4{
	font-size: 12px;
	font-weight: bold;
	color: #0768a9;
	padding-top: 10px;
}
p, address, ul, ol, dl{
	font-size: 12px;
	line-height: 14px;
	margin: 10px 0;
	color: #757575;
}
ul{
	list-style-type: square;
	margin-left: 30px;
}
ol{
	list-style-type: decimal;
	margin-left: 30px;
}
li{
	margin: 10px 0;
}
strong{
	font-weight: bold;
	color: #474747;
}
hr{
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 10px;
	border: none;
	border-bottom: 1px solid #dbdbdb;
}
blockquote{
	font-style: oblique;
	color: #a1a1a1;
	margin: 20px 0;
}
a.button-cta {
	background-image:url(../../images/tid/button_cta_left.gif);
	background-position:left center;
	background-repeat:no-repeat;
	color:#FFFFFF;
	display:inline;
	float:right;
	font-size:12px;
	margin-top:10px;
	text-transform:uppercase;
}
a.button-cta span {
	background-image:url(../../images/tid/button_cta_right.gif);
	background-position:right center;
	background-repeat:no-repeat;
	display:inline;
	float:left;
	height:44px;
	line-height:44px;
	padding:0pt 35px 0pt 10px;
}