//body {	background-color: rgb(255,220,200);
//	padding: 0.5ex;
//	vertical-align: top;
//	align: center;	
//	}

h1 {color: darkblue; text-align: center;};
h2 {color: darkblue; text-align: center;};
h3 {color: darkblue; text-align: center;};
h4 {color: darkblue; text-align: center; font-size:12pt;};
h5 {color: darkblue; text-align: left; font-size:10pt;};
h6 {color: darkblue; text-align: left; font-size:8pt;};



body {	background-color : rgb(33,66,99);  
	padding: 0.5ex;
	};

body.whitebody {background-color : white;
		};

a:link 		{color:darkblue;	text-decoration:none;	};
a:visited 	{color:darkblue;	text-decoration:none;	};
a:hover 	{color:blue; 	text-decoration:underline;};


//  E class is used for anchors on the blue tabs:
.E:link 	{color:white;	text-decoration:none;	};
.E:visited 	{color:white;	text-decoration:none;	};
.E:hover 	{color:gold; 	text-decoration:underline;};


//  G class is used for anchors on white background in navigator:
.G:link 	{color:darkblue;	text-decoration:none;	};
.G:visited 	{color:darkblue;	text-decoration:none;	};
.G:hover 	{color:blue; 		text-decoration:underline;};

//  J class is same as G class but a slighlty smaller font size:
.j  	 	{color:darkblue;	text-decoration:none;	font-size:12;};
.J:link 	{color:darkblue;	text-decoration:none;	font-size:12;};
.J:visited 	{color:darkblue;	text-decoration:none;	font-size:12;};
.J:hover 	{color:blue; 		text-decoration:underline;	font-size:12;};

.D  	 	{color:gold;	text-decoration:none;	};
.D:link 	{color:gold;	text-decoration:none;	};
.D:visited 	{color:gold;	text-decoration:none;	};
.D:hover 	{color:gold; 		text-decoration:underline;};





// td {	background-color: rgb(255,220,200);
//	padding: 0.5ex;
//	vertical-align: center;
//	align: center;
//	}


table.whitetable {
	width:100%; 
	height:400px;	
	background-color: white;
	border-top:2px solid rgb(33,66,99);
	border-bottom:2px solid rgb(33,66,99);
	};

table.whitetable tbody{
	vertical-align: top;
	};





table.tblPriceGuides {
	width:100%; 
	height:400px;	
	background-color: white;
	border-top:2px solid rgb(33,66,99);
	border-bottom:2px solid rgb(33,66,99);
	};

table.tblPriceGuides tbody{
	vertical-align: top;
	text-align: left;
	};







.G { color: white; };

.myIframe {	background-color: rgb(255,220,200);
	padding: 0.5ex;
	vertical-align: top;
	}



//.tdButtons {	background-color: rgb(255,220,200);
//		padding: 10px;
//		vertical-align: top
//		}

.tdButtons {	background-color: rgb(229,197,237);
		padding: 10px;
		vertical-align: top
		}




.LL {	color : black ;	font-size : 25 pt ;	text-align : left	}

.CC {	color : black ;	font-size : 25 pt ;	text-align : center	}

.RR {	color : black ;	font-size : 25 pt ;	font : bold ;	text-align : right	}

//body {
//	bgcolor="plum"		;	
//	text="rgb(47,249,168)"	;
//	link="rgb(247,249,168)"	;
//	vlink="rgb(127,249,168)"	;
//	alink="rgb(47,232,168)"	;
//}


.tdMenuPanel { background-color: rgb(255,220,200);
		};



.greenRadio { background-color: rgb(30,200,30);
		font-size: 8 pt;
		text-align: center;
		display: inline ;
		};

.amberRadio { background-color: rgb(180,200,30);
		font-size: 8 pt;
		text-align: center;
		display: inline ;
		};

.redRadio { background-color: rgb(256,30,30);
		font-size: 8 pt;
		text-align: center;
		display: inline ;
		};


.radioText { color: darkblue;
		};

.radioThreshold { color: lightblue;
			};

.PageTitle { 	color: darkblue;
		font-size: 30 pt;
		font : bold ;	
			};


.importantField { font-weight: bold;
		};

.hideButPrint { display: none ;
			};

.showAndPrint { display: inline ;
			};

.showButDontPrint { display: inline 
			};

.hideAndDontPrint { display: none 
			};

br.pageEnd {	display: none 
	};


.help_titles {color: darkblue; text-align:left; font-size:12pt; font-weight:bold; };


.tdTitle { 	color: black;
		font-size: 10 pt;
		font-weight:bold;
			};