@media all {
	body
	{
		margin-top:0px;
		margin-left: 0px;
		font-size: 12px;
		color: black;
		font-family: Arial, Sans-serif;
		background-color: #FFFFFF;
	}
	h1
	{
		font-weight: bolder;
		font-size: 1.8em;
		color: #3A5860;
	}
	h2
	{
		font-weight: bolder;
		font-size: 1.3em;
		color: #3A5860;
		line-height: normal;
		letter-spacing: normal
	}
	h3
	{
		font-weight: bolder;
		font-size: 1em;
		color: #3A5860;
		line-height: normal;
		letter-spacing: normal
	}
	a
	{
		color: black;
	}
	a:hover
	{
		color: red;
	}
	td
	{
		font-size: 12px;
	}
	th
	{
		color: #A55129;
		font-size: 12px;
		font-weight: bolder;
	}

	.indent {
		padding-right: 12px;
		text-align: right;
		font-weight: normal;
		font-style: italic;
		}
	.head {
		color: #A0522D;
		font-weight: bold;
		}
	td.img img {border-width: 0px;}
	.Date {font-size: 0.9em;font-style:italic;}
	#onlinelogo {
		position:relative;
		left: 400px;
		text-align:right;
		border: 0px dashed red;
		}
	.topstrap {
		text-align:right;
		font-style:italic;
		font-weight: bold;
		color: #000000;
		font-size: 8pt;
		line-height: 11pt;
	}
	img {
		border: 0px;
	}
	.bottomfill {
		text-align:center;
		padding-top:35px;
		padding-bottom:10px;
	}
	.bottomfill img {
		margin-left:12px;
		margin-right:12px;
	}
/*	table#leftNav td {
		padding: 0px 4px 2px 0px;
	} */

}

@media print {

	.mainContent {
	width: 540px;
	}

	h1 	{
	font-weight: bolder;
	font-size: 1.8em;
	color: #A55129;
	}

}