/* CSS Document */
* {
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
}

body {
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica;
	margin: 0px;
	background-color: #ffffff;
}

td.navbar {
	height: 54px;
	width: 569px;
	background-color: #ffffff;
}

td.maincontent {
	background-image: url(../images/content_shim.jpg);
	background-repeat: no-repeat;
}

.header {
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin-left: 32px;
}

.title {
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-left: 32px;
}

div.copy {
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica;
	font-size: 11px;
	color: #000000;
	margin-left: 32px;
	margin-right: 0px;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

.copyright {
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica;
	font-size: 10px;
	color: #666;
	margin-left: 0px;
	margin-right: 0px;
}

hr {
	color: black;
	background-color: black;
	size: 1px;
	height: 1px;
	border: 0px;
	text-align: left;
	margin: 0 auto 0 0;

}

input:focus {
	background:#dddddd;
}

textarea {
	overflow: auto;
}
