/* TEMPLATE STYLES */

.master {
	background-color: #FFF;
	width: 770px;
	height: 600px;
	margin: auto;
	padding: 0px;
	border: none;
}
.flash {
	padding: 0px;
	width: 770px;
	height: 408px;
	margin: 0px;
}
.printHeader {
	display: none;
}
.bodyWrapper {
	padding: 20px 0px 0px;
	height: 142px;
	width: 770px;
}
.content {
	color: #666666;
	font: 1em/18px Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 11px 0px 47px;
	margin: 0px 25px 0px 0px;
	width: 313px;
	height: 90px;
	overflow: auto;
	float: left;
}
.content a:link {
	color: #666666;
	text-decoration: underline;
}
.content a:visited {
	color: #666666;
	text-decoration: underline;
}
.content a:active {
	color: #666666;
	text-decoration: underline;
}
.content a:hover {
	color: #666666;
	text-decoration: underline;
}
.contentRight {
	color: #666666;
	font: 1em/18px Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 11px 0px 0px;
	margin: 0px 20px 0px 0px;
	width: 313px;
	height: 90px;
	overflow: auto;
	float: right;
}
.contentRight a:link {
	color: #666666;
	text-decoration: underline;
}
.contentRight a:visited {
	color: #666666;
	text-decoration: underline;
}
.contentRight a:active {
	color: #666666;
	text-decoration: underline;
}
.contentRight a:hover {
	color: #666666;
	text-decoration: underline;
}

/* FOOTER STYLES */
.footer {
	padding: 16px 0px 0px;
	margin: 0px;
	text-align: center;
	width: 770px;
}