.text {font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 11px; text-decoration: none; color: #000650;}
.boldtext {font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 11px; font-weight: bold; text-decoration: none; color: #000650;}
.smalltext {font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 10px; text-decoration: none; color: #000650;}
.smallboldtext {font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 10px; font-weight: bold; text-decoration: none; color: #000650;}
.smallwboldtext {font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 11px; font-weight: bold; text-decoration: none; color: #F0F0F0;}
.largeboldtext {font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 16px; font-weight: bold; text-decoration: none; color: #000650;}
.largeboldutext {font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 16px; font-weight: bold; text-decoration: underline; color: #000650;}
.bigtext {font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 14px; text-decoration: none; color: #000650;}
.bigboldtext {font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 16px; font-weight: bold; text-decoration: none; color: #000650;}
.boldutext {font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 11px; font-weight: bold; text-decoration: underline; color: #000650;}
.footertext {font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 11px; text-decoration: none; color: #9697D2;}
.category {font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 11px; font-weight: bold; text-decoration: none; color: #CC5B00;}
A.link {font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 11px; text-decoration: underline; color: #000650;}
A.wlink {font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 11px; text-decoration: underline; color: #F0F0F0;}
A.bluelink {font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 11px; text-decoration: underline; color: #0000FF;}
A.bigbluelink {font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 14px; font-weight: bold; text-decoration: underline; color: #0000FF;}
A.largebluelink {font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 12px; text-decoration: underline; color: #0000FF;}
A.redlink {font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 11px; text-decoration: underline; color: #FF0000;}
A.smalllink {font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 10px; text-decoration: underline; color: #000650;}
A.link:Hover {font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 11px; text-decoration: underline; color: #FF0000;}
A.bluelink:Hover {font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 11px; text-decoration: underline; background-color: #FFFF00; color: #FF0000;}
A.bigbluelink:Hover {font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 14px; font-weight: bold; text-decoration: underline; color: #FF0000;}
A.largebluelink:Hover {font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 12px; text-decoration: underline; color: #FF0000;}
A.smalllink:Hover {font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 10px; text-decoration: underline; color: #FF0000;}
A.wlink:Hover {font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 11px; text-decoration: underline; background-color: #FFFF00; color: #FF0000;}
.applemenu{
margin: 5px 0;
padding: 0;
width: 169px; /*width of menu*/
}

.applemenu div.silverheader {
background: white url(/images/silvergradient.gif);
font: normal 12px "Trebuchet MS", Tahoma, "Lucida Grande", Helvetica, sans-serif;
color: black;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0;
padding-left: 8px;
text-decoration: none;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: black;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
background-image: url(/images/silvergradientover.gif);
color: black;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
padding: 5px;
height: 110px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
background: white url(/images/bg.png);
}
	body{
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	
	}
	/* symbol lookup options box */
	#ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:300px;	/* Width of box */
		height:75px;	/* 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.9em;
		z-index:100;
	}
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:1px;		
		padding:1px;
		cursor:pointer;
		font-size:0.9em;
	}
	#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;
	}