@media print{
    table.titledPictureTable{
		display:none;
	}
    table.menu{
		display:none;
	}
    table.leftBar{
		display:none;
	}
    .topbar{
		display:none;
	}
}

a.CopyrightLinks:link { color: rgb(239, 4, 4); text-decoration: none; }
a.CopyrightLinks:hover { color: rgb(255, 180, 63); text-decoration: none; }
a.CopyrightLinks:visited { color: rgb(239, 4, 4); text-decoration: none; }
a.CopyrightLinks:visited:hover { color: rgb(255, 180, 63); text-decoration: none; }

.Copyright {
	color: rgb(0, 0, 0);
	font-size: 8pt;
	font-family: arial;
	margin-right: 0px;
	margin-left: 0px;
	}

a.topBarLinks:link { color: rgb(255, 255, 255); text-decoration: none; }
a.topBarLinks:hover { color: rgb(255, 255, 255); text-decoration: none; }
a.topBarLinks:visited { color: rgb(255, 255, 255); text-decoration: none; }
a.topBarLinks:visited:hover { color: rgb(255, 255, 255); text-decoration: none; }

a.contentMainLinks:link { color: rgb(239, 4, 4); text-decoration: none; }
a.contentMainLinks:hover { color: rgb(78, 106, 165); text-decoration: none; }
a.contentMainLinks:visited { color: rgb(239, 4, 4); text-decoration: none; }
a.contentMainLinks:visited:hover { color: rgb(78, 106, 165); text-decoration: none; }


div.mapPopUpTable
{
	font-size: 9pt;
	height: 150px;
	width: 250px;
	overflow-y:auto;
	overflow-x:hidden; 
}
div.mapPopUpTable table
{
	font-size: 9pt;
}
div.mapPopUpTable table th
{
	font-size: 12pt;
}
table.titledPictureTable th{
	color: rgb(0, 0, 0);
	font-size: 12pt;
	font-weight: bold;
	font-family: arial;
	text-align: left;
	border-bottom: 1px solid rgb(0,0,0);
	background-color: rgb(230, 230, 255);
}
table.titledPictureTable td{
	color: rgb(0, 0, 0);
	font-size: 8pt;
	font-family: arial;
	text-align: left;
}
table.titledPictureTable{
	color: rgb(0, 0, 0);
	font-size: 8pt;
	font-family: arial;
	text-align: left;
	border: thin solid rgb(0, 0, 0);
	background-color: rgb(255, 255, 255);
}




.contentMain {
	color: rgb(0, 0, 0);
	font-size: 12pt;
	font-family: arial;
	margin-right: 10px;
	margin-left: 10px;
	text-align: justify;
	}

.contentMainSmall {
	color: rgb(0, 0, 0);
	font-size: 10pt;
	font-family: arial;
	margin-right: 10px;
	margin-left: 10px;
	text-align: justify;
	}
	
.contentMainNoFormat {
	color: rgb(0, 0, 0);
	font-size: 12pt;
	font-family: arial;
	}
	
table.contentMainTable {
	color: rgb(0, 0, 0);
	font-size: 12pt;
	font-family: arial;
	margin-right: 10px;
	margin-left: 10px;
	text-align: left;
	}
	
ul.contentMainList {
	color: rgb(0, 0, 0);
	list-style-type: disc;
	font-size: 12pt;
	font-family: arial;
	margin-right: 10px;
	text-align: justify;
	}	
ol.contentOrderedMainList {
	color: rgb(0, 0, 0);
	font-size: 12pt;
	font-family: arial;
	margin-right: 10px;
	text-align: justify;
	}

.faqList {
	color: rgb(0, 0, 0);
	font-size: 12pt;
	font-family: arial;
	margin-right: 10px;
	margin-left: 40px;
	text-align: justify;
}

a.faqListLinks:link { color: rgb(239, 4, 4); text-decoration: none; }
a.faqListLinks:hover { color: rgb(78, 106, 165); text-decoration: none; }
a.faqListLinks:visited { color: rgb(239, 4, 4); text-decoration: none; }
a.faqListLinks:visited:hover { color: rgb(78, 106, 165); text-decoration: none; }

table.compareFlourTable {
	border-style: solid;
	border-width: 1px;
	empty-cells: show;
}
table.compareFlourTable td {
	border-right: 1px solid rgb(78, 106, 165);
	font-size: 10pt;
	text-align: center;
	font-family: arial;
}
table.compareSeedTable {
	border-style: solid;
	border-width: 1px;
	empty-cells: show;
}

td.compareSeedCell {
	border-right: 1px solid rgb(78, 106, 165);
	text-align: center;
	font-family: arial;
}
td.compareSeedTopCell {
	border-bottom: 1px solid rgb(78, 106, 165);
	border-right: 1px solid rgb(78, 106, 165);
	border-top: 1px solid rgb(78, 106, 165);
	text-align: center;
	font-family: arial;
}
td.compareSeedCellHighlight {
	border-right: 1px solid rgb(78, 106, 165);
	text-align: center;
	font-family: arial;
	background-color: rgb(239, 4, 4);
}
td.compareSeedTitleCell {
	text-align: center;
	font-family: arial;
	font-weight: bold;
}
a.menuLinks:link { color: rgb(255, 255, 255); text-decoration: none; }
a.menuLinks:hover { color: rgb(255, 236, 47); text-decoration: none; }
a.menuLinks:visited { color: rgb(255, 255, 255); text-decoration: none; }
a.menuLinks:visited:hover { color: rgb(255, 236, 47); text-decoration: none; }

table.menu
{
	
	border-bottom: 1px solid rgb(186, 200, 226);
	border-right: 1px solid rgb(186, 200, 226);
	border-left: 1px solid rgb(186, 200, 226);
	border-top: 1px solid rgb(186, 200, 226);
	background-image: url('images/dropMenuBG3.png');
	font-size:9pt;
	font-family: arial;
	font-weight: bold;
	position:absolute;
	visibility:hidden;
	text-align: center;
}

a.leftBarLinks:link { color: rgb(255, 255, 255); text-decoration: none; }
a.leftBarLinks:hover { color: rgb(255, 236, 47); text-decoration: none; }
a.leftBarLinks:visited { color: rgb(255, 255, 255); text-decoration: none; }
a.leftBarLinks:visited:hover { color: rgb(255, 236, 47); text-decoration: none; }

table.leftBar
{
	font-size:11pt;
	font-family: arial;
	font-weight: bold;
	text-align: left;
	margin-left: 5px;
}

.topBar
{
	font-size:8pt;
	font-family: arial;
	color: rgb(255, 255, 255);
}

