/* CSS Document */

body, tr, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
body {
	background-image:url(../_graphics/pattern_back.jpg);
	background-color:#FFFFFF;
	margin-top:0px;
	margin-bottom:0px;
	letter-spacing:1px; /* adds space between sentence lines */
}
a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#158511;
	text-decoration:underline;
}

/* mezzoblue example */
	a:link {color: #158511; text-decoration: none;}
	a:visited {color: #158511; text-decoration: none;}
	a:hover {color: #ffffff; background-color: #2a9cc0; text-decoration: none;}

.footer_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}
.headings{
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
}
.titles{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
}
.dashed_borders {
	border-top-width:0px;
	border-left-width:1px;
	border-right-width:1px;
	border-bottom-width:0px;
	border-color:#000000;
	border-style:dashed;
}
.quote {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	color:#158511; 
}
.highlight_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#2185a7; 
}
.client_cases_titles{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#2185a7; 
}
.bullet_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff; 
}