BODY	{	SCROLLBAR-BASE-COLOR: #2D2D4A;	margin: 0px;	padding: 0px;	border: #000000 0px solid;	} /* START CODE FOR LINKS */a:link		{ color: #336699; text-decoration: none; }a:visited	{ color: #336699; text-decoration: none; }a:active	{ color: #336699; text-decoration: none; }a:hover		{ color: #6699FF; text-decoration: none; }.biglink 	{ FONT: 12px verdana, arial, sans-serif; font-weight: bold; font-style: italic; TEXT-DECORATION: none; }.biglink:hover 	{ FONT: 12px verdana, arial, sans-serif; font-weight: bold; font-style: italic; TEXT-DECORATION: underline; } /* THIS LINE CONTROLS THE FONT SIZE ON ALL PAGES */TABLE		{ COLOR: #000000; FONT: 11px verdana, arial, sans-serif; }.title		{ COLOR: #141424; FONT: 18px verdana, arial, sans-serif; font-weight: bold; }.subtitle	{ COLOR: #336699; FONT: 15px verdana, arial, sans-serif; font-weight: bold; }.copyright	{ COLOR: #999999; FONT: 9px verdana, arial, sans-serif; }.careertitle	{ COLOR: #FF6600; FONT: 14px verdana, arial, sans-serif; font-weight: bold; }.phonetitle	{ COLOR: #336699; FONT: 12px verdana, arial, sans-serif; font-weight: bold; }.list 		{ COLOR: #000000; FONT: 12px verdana, arial, sans-serif; font-weight: normal; }.just 		{ text-align: justify; }.dividers	{ width: 100%; color: #FFFFFF; height: 3px; border: 1px solid #CCCCFF; } /* IMAGE BORDERS */.borders	{ border: #000000 1px solid; } /* SIDEBAR OPTIONS */a.sidelink:link		{ color: #99CCFF; text-decoration: none; }a.sidelink:visited	{ color: #99CCFF; text-decoration: none; }a.sidelink:active	{ color: #99CCFF; text-decoration: none; }a.sidelink:hover	{ color: #99FF99; text-decoration: none; }.bordersSB		{ border: #C0C0C0 1px solid; }.sidebartitle		{ COLOR: #FFFFFF; FONT: 16px verdana, arial, sans-serif; font-weight: bold; }.sidebartext		{ COLOR: #FFFFFF; FONT: 12px verdana, arial, sans-serif; }.date-font		{ color: #FFFFFF; font: 11px verdana, arial, sans-serif; font-weight: bold; }.sidebar-background	{			background-image: url("picts/background-sidebar.gif");			background-repeat: repeat-y;			background-position: top left;			} /* HIDE MENU AND ITEMS FOR PRINTING */@media print {.printhide 	{ display:none; }.printhelp	{ width:600px; }}@media screen{.printonly 	{ display:none; }}.shadeform	{ FONT: 13px arial, verdana, sans-serif;		background-image: url("picts/shadeform.gif");		text-align: left;		WIDTH: 180PX;		BORDER: #000000 1px solid; }.dropdown 	{ COLOR: #333333;		background-color: #F1F4F5;		WIDTH: 200PX;		FONT: 11px verdana, arial, sans-serif; }.textarea	{ FONT: 13px arial, verdana, sans-serif;		background-image: url("picts/shadeform.gif");		text-align: left;		WIDTH: 250PX;		HEIGHT: 125PX;		BORDER: #000000 1px solid; }.submitbutton 	{ FONT: 9pt arial, verdana, sans-serif; }.searchform 	{ 	WIDTH: 110PX;		HEIGHT: 20PX;		FONT: 11px arial, sans-serif;		background-image: url("picts/shadeform.gif");		BORDER: #000000 1px solid; }.searchdrop 	{ WIDTH: 60PX; HEIGHT: 20PX; FONT: 11px arial, sans-serif; background-color: #F1F4F5; }.searchbutton 	{ font-size: 8pt;		  width: 35px;		  background-color: #F1F4F5;		  BORDER: #000000 1px solid; } /* START THE CODE FOR THE MENUS */.menuoutline	{ BORDER-BOTTOM: #000000 1px solid; BORDER-TOP: #000000 0px solid; }.menu		{ font-family: arial, verdana, helvetica, sans-serif;		  font-size: 10pt;		  height: 22px;		  padding-top: 0px;		  padding-bottom: 0px;		  padding-left: 7px;		  padding-right: 7px;		  cursor:pointer;		  font-weight: bold;		  text-align: center;		  line-height: 20px;		  display: block;		  border: #000000 0px solid; }a.menu:link 	{ background-image: url("picts/menu.gif");		  background-color:#2D2D4A;		  color: #CFCFE0;}a.menu:visited 	{ background-image: url("picts/menu.gif");		  background-color:#2D2D4A;		  color: #CFCFE0; }a.menu:active 	{ background-image: url("picts/menu.gif");		  background-color:#2D2D4A;		  color: #CFCFE0; }a.menu:hover 	{  background-image: url("picts/menuon.gif");		   background-color:#C0C0C0;		   color: #000000; }