@charset "utf-8";



body,td,th {



	color: #333333;



}



body {
	background-color: #F4F4F4;
	font-family: Verdana, Arial;
	margin: 0;
}

A:link {text-decoration: none}

A:visited {text-decoration: none}

A:active {text-decoration: none}

A:hover {text-decoration: underline; color: red;}

/* ~~ This fixed width container surrounds all other divs ~~ */
.container {
	width: 1100px;
	background: #FFFFFF;
	margin: 0 auto;
}

.CategoryListInMenu {



	font-size: 10px;



	font-family: Verdana, Arial, Helvetica, sans-serif;



}



.Breadcrumb {

	font-size: 10px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	color: #6699CC;

}



.CategoryTitleAboveSheets {

	font-size: 20px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-weight: bold;

}



.CategoryTitleAboveOtherCategories {



	font-size: 15px;



	font-family: Verdana, Arial, Helvetica, sans-serif;



	font-weight: normal;



	color: #6699CC;



}



.CategoryDescription {



	font-size: 13px;



	font-family: Verdana, Arial, Helvetica, sans-serif;



	color: #000000;



}

.SiteMapLevel1 {

	font-size: 10px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	color: #000000;

	font-weight: bold;

}

.SiteMapLevel2 {

	font-size: 10px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	color: #000000;

}

.SiteMapLevel3

 {

	font-size: 10px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	color: #000000;

}

.SiteMapLevel4 {

	font-size: 10px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	color: #000000;

}

.SiteMapLevel5 {

	font-size: 10px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	color: #000000;

}



.CategoryListInBodyOfSheet {



	font-size: 15px;



	font-family: Verdana, Arial, Helvetica, sans-serif;



	color: #6699CC;



}



.TextClickForLargerPDF {

	font-size: 12px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

}







.CellSmallSheet {
	font-size: 10px;
	height: 250px;
	vertical-align: top;
}
.SmallRedPrint {
	font-size: 10px;
	vertical-align: top;
	color: #F00;
}





.sheetNotes {

	font-size: 13px;

}











/* Miscellaneous classes for reuse */



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */



	float: right;



	margin-left: 8px;



}



.fltlft { /* this class can be used to float an element left in your page */



	float: left;



	margin-right: 8px;



}



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */



	clear:both;



    height:0;



    font-size: 1px;



    line-height: 0px;



}

