@charset "utf-8";
.printlogo {
	display: none;
	height: 1px;
	width: 1px;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Myriad Pro", Myriad, Arial, Verdana, Helvetica, sans-serif;
	font-size: .9em;
}
h1 {
	font-family: "Myriad Pro", Myriad, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #2A3372;
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
}
h2 {
	font-family: Calibri, Arial, Verdana, sans-serif;
	color: #333;
	font-size: 1.2em;
	display: block;
	font-weight: normal;
}
h3 {
	font-family: "Myriad Pro", Myriad, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #2A3372;
	font-size: 1.1em;
	font-weight: 500;
}
h4 {
	font-family: "Myriad Pro", Myriad, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #2A3372;
	font-size: 1.1em;
	display: block;
	padding: 3px;
	font-weight: lighter;
}
h5 {
	font-size: 1em;
	color: #FBAA29;
	background-color: #2A3372;
	display: block;
	padding: 5px;
	font-weight: lighter;
	text-align: center;
}
p {
	color: #333;
}
a:link {
	color: #006;
}
a:hover {
	color: #006;
	background-color: #FF6;
}
form {
	margin: 0px;
	padding: 0px;
}
#tablehead {
	width: 1000px;
}
#overall {
	background-image: url(/img/prama.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 1000px;
	text-align: right;
}
#footer {
	width: 1000px;
	font-size: 0.8em;
	line-height: 0em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #2A3372;
}
#accessiblenav {
	font-family: "Myriad Pro", Myriad, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #F3F3F3;
	width: 100%;
	padding: 2px;
	margin: 0px;
	font-size: 0.7em;
	text-decoration: none;
}
#accessiblenav a:link {
	font-family: "Myriad Pro", Myriad, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #F3F3F3;
	width: 100%;
	padding: 2px;
	margin: 0px;
	text-decoration: none;
}
#content {
	text-align: left;
	width: 535px;
	display: block;
}
.left {
	width: 200px;
	text-align: left;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
#menu {
	background-color: #2A3372;
	width: 100%;
}
.call {
	font-size: 1.5em;
	color: #FBAA29;
	font-family: "Myriad Pro", Myriad, "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.callwhite {
	font-size: 1em;
	color: #FFF;
	font-family: "Myriad Pro", Myriad, "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.search {
	font-family: "Myriad Pro", Myriad, "Trebuchet MS", Arial, sans-serif;
	font-size: .8em;
	color: #FFF;
	background-color: #FBAA29;
	border: 1px solid #FBAA29;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}
#right {
	width: 220px;
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 10px;
	text-align: left;
}
.searchfield {
	margin: 2px;
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: .8em;
}
.subborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2A3372;
	border-bottom-style: none;
}
.dots {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #2A3372;
	height: 1px;
}
.bread1 {
	color: #900;
	font-size: .7em;
}
.bread2 {
	color: #F60;
	font-size: .7em;
}
.invisititke {
	display: none;
}
.searchinput {
	font-family: "Myriad Pro", Myriad, "Trebuchet MS", Arial, sans-serif;
	font-size: .8em;
	color: #FFF;
	background-color: #FBAA29;
	border: 1px solid #FBAA29;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}
.searchbut {
	font-family: "Myriad Pro", Myriad, "Trebuchet MS", Arial, sans-serif;
	font-size: 1.2em;
	color: #FFF;
	background-color: #0C0;
	border: 3px solid #9F0;
	margin-right: 2px;
	margin-bottom: 1px;
	font-weight: bold;
}
#accessiblenav a:visited {
	font-family: "Myriad Pro", Myriad, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #F3F3F3;
	width: 100%;
	padding: 2px;
	margin: 0px;
	text-decoration: none;
}
.rightline {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #2A3372;
	text-align: right;
}
.panelheaders {
	font-weight: normal;
}
strong {
	color: #333;
}
#content li {
	list-style-image: url(/img/arrow-orange.gif);
	line-height: 2em;
}
/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1.5em;
	cursor: default;
	width: 100%;
	font-weight: lighter;
	background-color: #2A3372;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive {
	z-index: 1000;
	background-color: #2A3372;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li {
	list-style-type: none;
	font-size: 100%;
	text-align: left;
	cursor: pointer;
	float: left;
	background-color: #2A3372;
	border-top-width: 1px;
	border-top-style: none;
	padding-top: 0;
	padding-right: 10;
	padding-bottom: 0;
	padding-left: 10;
	margin-top: 0;
	margin-right: 10;
	margin-bottom: 0;
	margin-left: 10;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	position: absolute;
	left: -1000em;
	background-color: #2A3372;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible {
	left: auto;
	background-color: #2A3372;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li {
	width: 8.2em;
	background-color: #2A3372;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F3F3F3;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul {
	position: absolute;
	margin: 5% 0 0 95%;
	background-color: #2A3372;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible {
	left: auto;
	top: 0;
	background-color: #2A3372;
}
/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul {
	border: 1px solid #CCC;
	background-color: #2A3372;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a {
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em;
	color: #FFF;
	text-decoration: none;
	font-size: 0.8em;
	font-family: "Myriad Pro", Myriad, "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #2A3372;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus {
	background-color: #CCC;
	color: #2A3372;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F3F3F3;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible {
	background-color: #F3F3F3;
	color: #2A3372;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
}
/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu {
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2A3372;
	font-size: .8em;
	background-image: url(/SpryAssets/SpryMenuBarDown.gif);
	background-position: right center;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu {
	background-image: url(/SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover {
	background-image: url(/SpryAssets/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover {
	background-image: url(/SpryAssets/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/
/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe {
	position: absolute;
	z-index: 1010;
}
ul.MenuBarHorizontal li.MenuBarItemIE {
	display: inline;
	f\loat: left;
	background: #FFF;
}
/* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/


/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1em;
	cursor: default;
	width: 8em;
	background-color: #F3F3F3;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive {
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 8em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul {
	margin: -5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	left: -1000em;
	top: 0;
	background-color: #FBAA29;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible {
	left: 111px;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li {
	width: 8.2em;
}
/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical {
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul {
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a {
	display: block;
	cursor: pointer;
	background-color: #F3F3F3;
	padding: 0.5em 0.75em;
	color: #333;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	width: 185px;
	border-bottom-width: 1px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus {
	color: #FFF;
	background-color: #FBAA29;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible {
	background-color: #FBAA29;
	color: #FFF;
	border: 1px dotted #003;
}
/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu {
	background-image: url(/img/arrow-orange.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe {
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */

	ul.MenuBarVertical li.MenuBarItemIE {
	display: inline;
	f\loat: left;
	background: #FFF;
}

/* SpryAccordion.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */
.Collapsible {
	overflow: hidden;
}
/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.CollapsiblePanel {
	
}
/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 *
 * NOTE:
 * This rule uses -moz-user-select and -khtml-user-select properties to prevent the
 * user from selecting the text in the AccordionPanelTab. These are proprietary browser
 * properties that only work in Mozilla based browsers (like FireFox) and KHTML based
 * browsers (like Safari), so they will not pass W3C validation. If you want your documents to
 * validate, and don't care if the user can select the text within an AccordionPanelTab,
 * you can safely remove those properties without affecting the functionality of the widget.
 */
.CollapsiblePanelTab {
	background-color: #FBAA29;
	margin: 0px;
	padding: 5px;
	cursor: pointer;
	color: #Fefefe;
	font-weight: normal;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFF;
	background-image: url(/img/plus.gif);
	background-repeat: no-repeat;
	background-position: 98% center;
}
/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.CollapsiblePanelContent {
	overflow: auto;
	margin: 0px;
	padding: 5px;
}
/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #1B2877;
	color: #FBAA29;
	background-image: url(/img/minus.gif);
	background-repeat: no-repeat;
	background-position: 98% center;
}
/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.CollapsiblePanelTabHover {
	background-color: #E38F04;
	color: #FFF;
}
.CollapsiblePanelOpen .CollapsiblePanelTabHover {
	color: #FBAA29;
	background-color: #4E5BBE;
}
/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.CollapsibleFocused .CollapsiblePanelTab {
}
/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.CollapsibleFocused .CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #E69204;
}
#printdisclaimer {
	display: none;
	height: 1px;
	width: 1px;
}
.lefthead {
	color: #FBAA29;
	display: block;
	font-size: 1.5em;
	font-weight: bolder;
	text-align: center;
}
.white {
	color: #FFF;
}
.leftspacer {
	display: none;
	height: 1px;
	width: 200px;
	position: fixed;
}
blockquote {
	background-color: #FFEDD5;
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
}
.book {
	color: #FFF;
	background-color: #F90;
	border: 2px solid #006;
}
.formback {
	background-color: #FFB148;
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}
.orange {
	font-weight: bold;
	color: #F7941E;
}
.signup {
	font-size: 1.5em;
	color: #FFF;
	background-color: #0C0;
}
.remove {
	font-size: 1.5em;
	color: #FFF;
	background-color: #F00;
}
#subleft {
	width: 208px;
	background-color: #D3D9F5;
	text-align: left;
}
#subleft a:link {
	width: 100%;
	text-decoration: none;
	color: #2A3372;
}
#subleft a:hover {
	width: 100%;
	text-decoration: underline;
	color: #2A3372;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #D3D9F5;
}
#subleft a:hover:visited {
	width: 100%;
	text-decoration: underline;
	color: #2A3372;
}
#subleft a:visited {
	width: 100%;
	text-decoration: none;
	color: #2A3372;
}
.orange {
	font-weight: bold;
	color: #FBAA29;
}
.note {
	font-family: "Myriad Pro", Myriad, "Trebuchet MS", Arial, sans-serif;
	color: #2A3372;
	display: block;
	margin: 2px;
	padding: 2px;
	text-align: left;
	font-size: .9em;
}
.sign {
	font-family: "Myriad Pro", Myriad, "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	color: #2A3372;
	display: block;
	margin: 2px;
	padding: 2px;
	text-align: left;
	font-size: 1.2em;
}
.formin {
	color: #666;
	background-color: #FFf;
	border: 2px solid #F90;

}
#subleft1 {
	width: 100%;
	background-color: #FFEDD5;
	text-align: left;
	padding: 5px;
	display: block;
	border: 5px solid #FFEDD5;
	font-size: 1em;
}
#subleft1 a:link {
	width: 100%;
	color: #333;
}
#subleft1 a:hover {
	width: 100%;
	text-decoration: underline;
	color: #2A3372;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #D3D9F5;
}
#subleft1 a:hover:visited {
	width: 100%;
	text-decoration: underline;
	color: #F30;
}
#subleft1 a:visited {
	width: 100%;
	text-decoration: none;
	color: #2A3372;
}
.dotbot {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

#ll {
}
#lm1 strong {
	font-size: 1.2em;
}


#ll a:link {
	text-decoration: none;
	display: inline;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#ll a:visited {
	text-decoration: none;
	display: inline;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#lm1 {
	background-color: #F5F5F5;
	text-align: left;
	display: block;
	width: 208px;
}
#lm1 a:link {
	color: #333;
	text-decoration: none;
	display: block;
}
#lm1 a:visited {
	color: #333;
	text-decoration: none;
	display: block;
}
#lm1 a:hover {
	background-color: #FC0;
	color: #FFF;
	text-decoration: none;
	display: block;
}
#lm1 a:hover:visited {
	background-color: #FC0;
	color: #FFF;
	text-decoration: none;
	display: block;
}
#rm1 {
}
#rm1 strong {
	font-size: 1.2em;
}
#rm1 a:link {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	text-decoration: none;
}
#rm1 a:visited {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	text-decoration: none;
}
#ll strong {
	font-size: 1.2em;
}
.searchbut a:link {
	font-family: "Myriad Pro", Myriad, "Trebuchet MS", Arial, sans-serif;
	font-size: 1.2em;
	color: #FFF;
	background-color: #0C0;
	border: 3px solid #9F0;
	margin-right: 2px;
	margin-bottom: 1px;
	font-weight: bold;
	text-decoration: none;
}
#subright {
	width: 208px;
	background-color: #FF9;
	text-align: left;
}
