@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
body {
	background-color: #CCC;
}
a:link {
	color:#271401;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#271401;
}
a:hover {
	text-decoration: underline;
	color:#630;
}
a:active {
	text-decoration: none;
	color:#271401;
}
p {
	margin:0;	
}
img {
	border:none;	
}
.buttons {
	font-weight:bolder;
	font-style:oblique;
	text-align:center;
	font-size:1.25em;
}
.buttons a:link {
	color:#271401;
	text-decoration: none;
}
.buttons a:visited {
	text-decoration: none;
	color:#271401;
}
.buttons a:hover {
	text-decoration: none;
	color:#FFF;
}
.buttons a:active {
	text-decoration: none;
	color:#271401;
}
.text {
	font-size:12pt;
	margin:0 30px 0 20px;
}
.clientListText {
	font-size:10pt;
	margin:0 30px 0 20px;
}
h1, h2, h3, h4, h5, h6 {
	margin:0 30px 0 20px;	
}