.text {font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 12px; text-decoration: none; color: #000066;}
.boldtext {font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 12px; font-weight: bold; text-decoration: none; color: #000066;}
.stext {font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 10px; text-decoration: none; color: #000066;}
.sutext {font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 10px; text-decoration: underline; color: #000066;}
.sboldtext {font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 11px; font-weight: bold; text-decoration: none; color: #000066;}
.btext {font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 16px; text-decoration: none; color: #000066;}
.bboldtext {font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 16px; font-weight: bold; text-decoration: none; color: #000066;}
.bboldutext {font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 16px; font-weight: bold; text-decoration: underline; color: #000066;}
.footertext {font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 10px; text-decoration: none; color: #9697D2;}
A.ltext {font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 12px; text-decoration: none; color: #0000FF;}
A.ltext:Hover {font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 12px; text-decoration: none; color: #FF0000;}
A.lutext {font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 12px; text-decoration: underline; color: #0000FF;}
A.lutext:Hover {font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 12px; text-decoration: underline; color: #FF0000; background: yellow}
A.lsutext {font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 11px; text-decoration: underline; color: #0000FF;}
A.lsutext:Hover {font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 11px; text-decoration: underline; color: #FF0000; background: yellow}
A.lbboldtext {font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 16px; text-decoration: underline; color: #0000FF;}
A.lbboldtext:Hover {font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 16px; text-decoration: underline; color: #FF0000;}
A.lbtext {font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 12px; text-decoration: none; font-weight: bold; color: #000066;}
A.lbtext:Hover {font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 12px; text-decoration: underline; font-weight: bold; color: #000066;}
.size8 {font: 8pt Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; color: #000066}
.white8 {font: 8pt Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-weight: bold; color: #FFFFFF}
A.hotpapers {font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 12px;  text-decoration: none; color: #0000FF;}
A.welcome {font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 28px;  text-decoration: none; color: yellow}
A.wlink {font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 12px;  text-decoration: none; color: #FFFFFF;}
A:Hover {font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; color: #FF0000; text-decoration: none;}
	body{
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	
	}
	/* symbol lookup options box */
	#ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:140px;	/* Width of box */
		height:200px;	/* Height of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #000098;	/* Dark blue border */
		background-color:#FFFFFF;	/* White background color */
		text-align:left;
		font-size:0.8em;
		z-index:100;
	}
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:1px;		
		padding:1px;
		cursor:pointer;
		font-size:0.8em;
	}
	#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
		
	}
	#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		background-color:#FFFF00;
		color:#000000;
	}
	#ajax_listOfOptions_iframe{
		background-color:#FFFF00;
		position:absolute;
		z-index:5;
	}
	
	form{
		display:inline;
	}