/* CSS Document */
body {
	background-color: #d5dada;
	margin-top: 8px;
}
.biglink
{
	font-size : 12px;
}
.smallink
{
	font-size : 10px;
}
.boldlink
{
	font-weight : bold;
	font-size : 12px;
}
a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #1b4546;
	text-decoration: none;
}
a:visited {
	color: #1b4546;
	text-decoration: none;
}
a:hover {
	background-color: #d5dada;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.copyright
{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 773px;
	height: 29px;
	padding: 0px;
}
.logo
{
	width: 773px;
	height: 54px;
	padding: 0px;
}
.banner
{
	width: 773px;
	height: 153px;
	padding: 0px;
}
.content
{
	width: 773px;
	padding: 0px;
}
p
{
	font-family: Microsoft Sans Serif;
	font-size:12px;
	color: #1b4546;
}
h1{
	font-family: Microsoft Sans Serif;
	font-size:14px;
	color : #E5724C;
}
.client{
	font-family: Microsoft Sans Serif;
	font-size:14px;
	color : #E5724C;
	font-weight:bold;
}