@media print {
	.rightColumn {}
	#bannerPrint {}
	#bannerBlack {display:none;}
	#bannerWhite {display:none;}
	#bannerGray {display:none;}

	#bannerImageDefault {display:none;}
		
	#bannerBarDefault {display:none;}
	
	#bodyWrapper {position:relative;top:0;}
	#noPrint {display:none;}
}


	body {
		color:#5F2E21;
		border:white 0px solid;
		font-family:Trebuchet MS,Arial,Times New Roman,Tahoma,Verdana;
		font-size:8pt;
		cursor:default;
		/*
		background-image: url("../images/SS_Main_02_2.gif");
		background-repeat: no-repeat;
		*/
	}
	a {
		color:#5F2E21;
		text-decoration:underline;
	}
	a:hover {
		color:red;
		text-decoration:underline;
	}
	td {
		color:#5F2E21;
		font-family:Trebuchet MS,Arial,Times New Roman,Tahoma,Verdana;
		font-size:8pt;
		cursor:default;
	}
	
	.Menu {
		color:#ffffff;
		font-family:Trebuchet MS,Arial,Times New Roman,Tahoma,Verdana;
		font-size:9pt;
		font-weight:bold;
		cursor:default;
	}
	.MenuOver {
		color:#C7B49A;
		font-family:Trebuchet MS,Arial,Times New Roman,Tahoma,Verdana;
		font-size:9pt;
		font-weight:bold;
		cursor:hand;
	}
	.MenuClick {
		color:#C7B49A;
		font-family:Trebuchet MS,Arial,Times New Roman,Tahoma,Verdana;
		font-size:9pt;
		font-weight:bold;
		cursor:default;
	}
	.MenuClickWait {
		color:#C7B49A;
		font-family:Trebuchet MS,Arial,Times New Roman,Tahoma,Verdana;
		font-size:9pt;
		font-weight:bold;
		cursor:wait;
	}
	
	.MenuSub {
		font-family:Trebuchet MS,Arial,Times New Roman,Tahoma,Verdana;
		font-size:9pt;
		font-weight:bold;
		cursor:default;
	}
	
	.MenuSubTop {
		background-image: url("images/Accent_Gen_BG_Line_5x5.gif");
		/*background-repeat: no-repeat;*/
	}
	
	.myText {
		font-family:Trebuchet MS,Arial,Times New Roman,Tahoma,Verdana;
		font-size:8pt;
		color:#0B5081;
		background-color:#Fffecf;
		border:white 2px inset;
	}
	.myButton {
		background-color:#d4d0c8;
		color:<%=hrhBlue%>;
		font-family:Trebuchet MS,Arial,Times New Roman,Tahoma,Verdana;
		font-size:8pt;
		font-weight:bold;
		border:white 1px outset;
		cursor:hand;
	}
	.myButtonSmall {
		height:19px;
		background-color:#d4d0c8;
		color:<%=hrhBlue%>;
		font-family:Trebuchet MS,Arial,Times New Roman,Tahoma,Verdana;
		font-size:8pt;
		font-weight:bold;
		border:white 1px outset;
		cursor:hand;
	}

.maintext {
	font-family:Trebuchet MS,Arial,Times New Roman,Tahoma,Verdana;
	font-size: 9pt;
	color: #666666;
}