/*<meta />*/

a
{
	color: #0000FF;
	text-decoration: none;
}

a:visited
{
	color: #0000FF;
}

.crumbs a:visited
{
	text-decoration: underline;
	color: #FFFFFF;
}

a:hover
{
	color: #E4641C;
	text-decoration: underline;
}

.crumbs a:hover
{
	color: #F4BC5C;
}

a.weblink
{
	color: #0000FF;
	text-decoration: underline;
}

a.weblink:visited
{
	color: #0000FF;
}

a.weblink:hover
{
	color: #E4641C;
}

a.popuplink
{
	color: #FF0000;
	text-decoration: none;
}

a.popuplink:visited
{
	color: #FF0000;
}

a.popuplink:hover
{
	color: #FF0000;
	text-decoration: underline;
}

a.filelink
{
	color: #04BC14;
	text-decoration: none;
}

a.filelink:visited
{
	color: #04BC14;
}

a.filelink:hover
{
	color: #04BC14;
	text-decoration: underline;
}

a.inline-toggle
{
	color: Green;
	text-decoration: none;
	font-weight: bold;
	font-family: "Times New Roman", serif;
}

a.inline-toggle:visited
{
	color: Green;
}

a.inline-toggle:hover
{
	text-decoration: underline;
}

.fsmall
{
	font-size: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
	margin: 10px 0px 0px 0px;
}

.crumbs
{
	font-size: 8pt;
	margin-bottom: 3px;
	margin-top: 0px;
	color: #FFFFFF;
}

.crumbs a
{
	text-decoration: underline;
	color: #FFFFFF;
}

h3
{
	font-size: 13pt;
}

div.Cells6	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.Cells6::before
{
	content: ' ';
	display: table;
}

div.Cells6::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Cells6 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.Cells6 > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.Cells6 > div:nth-child(2)
{
	width: 50%;
	margin-left: 0%;
}

div.Cells6 > div:nth-child(3)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.Cells6 > div:nth-child(4)
{
	width: 50%;
	margin-left: 0%;
}

@media screen
{
	#idcontent
	{
		width: 100%;
		padding: 0px !important;
		padding: 10px 15px 5px 10px;
		position: relative;
	}

	#innerdiv
	{
		padding: 10px 5px 5px 10px !important;
		padding: 0px;
	}

	.topichead
	{
		padding: 5px;
	}

	.navlinks
	{
		font-size: 10pt;
	}

	.navlinks a
	{
		text-decoration: none;
		color: blue;
	}

	.navlinks a:visited
	{
		text-decoration: none;
		color: blue;
	}

	.navlinks a:hover
	{
		text-decoration: underline;
		color: blue;
	}

	html.nonscroll
	{
		overflow: hidden;
	}

	body.nonscroll
	{
		overflow: hidden;
		height: 100%;
	}

	div.nonscroll
	{
		overflow-x: auto;
		overflow-y: scroll;
	}
}

@media only screen and (max-width: 1153px)
{
	div.Cells6 > div:nth-child(1)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.Cells6 > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.Cells6 > div:nth-child(3)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.Cells6 > div:nth-child(4)
	{
		width: 50%;
		margin-left: 0%;
	}
}

@media only screen and (max-width: 660px)
{
	div.Cells6 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Cells6 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Cells6 > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Cells6 > div:nth-child(4)
	{
		width: 8.3333%;
		margin-left: 0%;
	}

	ol
	{
		font-family: Arial;
	}

	li
	{
		font-family: Arial;
		font-size: 12pt;
	}
}

