@charset "UTF-8";

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* 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: 100%;
	cursor: default;
	width: auto;
}
/* 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 a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 8em;
	float: left;
}
/* 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;
}
/* 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;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 8.2em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* 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;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #000000;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #000000;
	padding: 0.5em 0.75em;
	color: #FFFFFF;
	text-decoration: none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}
/* 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: #000000;
	color: #FFF;
	text-decoration:underline;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}
/* 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: #000000;
	color: #FFF;
}

/*******************************************************************************

 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-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* 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(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(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(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;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

/*   Body Text Links links   */
.black {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color="#000000"; }
.black a:link {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #336600; text-decoration: underline; }
.black a:visited {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #336600; text-decoration: underline; }
.black a:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #808000; text-decoration:underline;  }
.black a:active {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #A8B888; text-decoration: underline;  }

.blackBold {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color: #000000; }
.blackBold a:link {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color: #336600; text-decoration: underline; }
.blackBold a:visited {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color: #336600; text-decoration: underline; }
.blackBold a:hover {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color: #808000; text-decoration:underline;  }
.blackBold a:active {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color: #A8B888; text-decoration: underline;  }

.black10 {  font-family: Arial, Helvetica, sans-serif; margin-left:10px; margin-top:1px; margin-right:5px; margin-bottom:0px; font-size: 12px; color:#000000; text-align:linherit}
.black10 a:link {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #336600; text-decoration: underline; }
.black10 a:visited {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #336600; text-decoration: underline; text-align:linherit}
.black10 a:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #808000; text-decoration:underline;  }
.black10 a:active {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #A8B888; text-decoration: underline;  }

.black10Bold {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; margin: 10px; font-size: 12px; color:#000000; }
.black10Bold  a:link {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color: #336600; text-decoration: underline; }
.black10Bold  a:visited {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color: #336600; text-decoration: underline; }
.black10Bold  a:hover {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color: #808000; text-decoration:underline;  }
.black10Bold  a:active {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color: #A8B888; text-decoration: underline;  }

.MatrixBold10 {  font-family: Lucida Console, Courier, Monotype; font-weight: bold; margin: 5px; font-size: 10px; color:#33ff66; }
.MatrixBold10  a:link {  font-family: Lucida Console, Courier, Monotype; font-weight: bold; font-size: 10px; color: #33ff66; text-decoration: underline; }
.MatrixBold10  a:visited {  font-family: Lucida Console, Courier, Monotype; font-weight: bold; font-size: 10px; color: #33ff66; text-decoration: underline; }
.MatrixBold10  a:hover {  font-family: Lucida Console, Courier, Monotype; font-weight: bold; font-size: 10px; color: #808000; text-decoration:underline;  }
.MatrixBold10  a:active {  font-family: Lucida Console, Courier, Monotype; font-weight: bold; font-size: 10px; color: #A8B888; text-decoration: underline;  }

.MatrixBold12 {  font-family: Lucida Console, Courier, Monotype; font-weight: bold; font-size: 12px; color:#33ff66; }
.MatrixBold12  a:link {  font-family: Lucida Console, Courier, Monotype; font-weight: bold; font-size: 12px; color: #33ff66; text-decoration: underline; }
.MatrixBold12  a:visited {  font-family: Lucida Console, Courier, Monotype; font-weight: bold; font-size: 12px; color: #33ff66; text-decoration: underline; }
.MatrixBold12  a:hover {  font-family: Lucida Console, Courier, Monotype; font-weight: bold; font-size: 12px; color: #808000; text-decoration:underline;  }
.MatrixBold12  a:active {  font-family: Lucida Console, Courier, Monotype; font-weight: bold; font-size: 12px; color: #A8B888; text-decoration: underline;  }

.Matrix12 {  font-family: Lucida Console, Courier, Monotype; font-size: 12px; color:#33ff66; }
.Matrix12  a:link {  font-family: Lucida Console, Courier, Monotype; font-size: 12px; color: #33ff66; text-decoration: underline; }
.Matrix12  a:visited {  font-family: Lucida Console, Courier, Monotype; font-size: 12px; color: #33ff66; text-decoration: underline; }
.Matrix12  a:hover {  font-family: Lucida Console, Courier, Monotype; font-size: 12px; color: #808000; text-decoration:underline;  }
.Matrix12  a:active {  font-family: Lucida Console, Courier, Monotype; font-size: 12px; color: #A8B888; text-decoration: underline;  }

.MatrixBold14 {  font-family: Lucida Console, Courier, Monotype; font-weight: bold; font-size: 14px; color:#33ff66; }
.MatrixBold14  a:link {  font-family: Lucida Console, Courier, Monotype; font-weight: bold; font-size: 14px; color: #33ff66; text-decoration: underline; }
.MatrixBold14  a:visited {  font-family: Lucida Console, Courier, Monotype; font-weight: bold; font-size: 14px; color: #33ff66; text-decoration: underline; }
.MatrixBold14  a:hover {  font-family: Lucida Console, Courier, Monotype; font-weight: bold; font-size: 14px; color: #808000; text-decoration:underline;  }
.MatrixBold14  a:active {  font-family: Lucida Console, Courier, Monotype; font-weight: bold; font-size: 14px; color: #A8B888; text-decoration: underline;  }

.MatrixBold16 {  font-family: Lucida Console, Courier, Monotype; font-weight: bold; font-size: 16px; color:#33ff66; }
.MatrixBold16  a:link {  font-family: Lucida Console, Courier, Monotype; font-weight: bold; font-size: 16px; color: #33ff66; text-decoration: underline; }
.MatrixBold16  a:visited {  font-family: Lucida Console, Courier, Monotype; font-weight: bold; font-size: 16px; color: #33ff66; text-decoration: underline; }
.MatrixBold16  a:hover {  font-family: Lucida Console, Courier, Monotype; font-weight: bold; font-size: 16px; color: #808000; text-decoration:underline;  }
.MatrixBold16  a:active {  font-family: Lucida Console, Courier, Monotype; font-weight: bold; font-size: 16px; color: #A8B888; text-decoration: underline;  }

.blackLarge {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 16px; color:#000000; text-align:linherit}
.blackLarge a:link {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 16px; color: #336600; text-decoration: underline; }
.blackLarge a:visited {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 16px; color: #336600; text-decoration: underline; }
.blackLarge a:hover {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 16px; color: #808000; text-decoration:underline;  }
.blackLarge a:active {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 16px; color: #A8B888; text-decoration: underline;  }

.blueBold {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color:#003333; }
.blueBold a:link {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color:#003333; text-decoration: underline; }
.blueBold a:visited {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color:#003333; text-decoration: underline; text-align:linherit}
.blueBold a:hover {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color:#808000; text-decoration:underline;  }
.blueBold a:active {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color:#808000; text-decoration: underline;  }

.blue10Bold {  font-family: Arial, Helvetica, sans-serif; margin-left:10px; margin-top:1px; margin-right:5px; margin-bottom:0px; font-weight: bold; font-size: 12px; color:#003333; }
.blue10Bold a:link {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color:#003333; text-decoration: underline; }
.blue10Bold a:visited {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color:#003333; text-decoration: underline; }
.blue10Bold a:hover {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color:#808000; text-decoration:underline;  }
.blue10Bold a:active {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color:#A8B888; text-decoration: underline;  }

.blueLarge {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 16px; color:#003333; }
.blueLarge a:link {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 16px; color:#003333; text-decoration: underline; }
.blueLarge a:visited {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 16px; color:#003333; text-decoration: underline; }
.blueLarge a:hover {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 16px; color:#808000; text-decoration:underline;  }
.blueLarge a:active {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 16px; color:#A8B888; text-decoration: underline;  }

.blue10Large {  font-family: Arial, Helvetica, sans-serif; margin-left:10px; margin-top:1px; margin-right:5px; margin-bottom:0px; font-weight: bold; font-size: 16px; color:#003333; }
.blue10Large a:link {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 16px; color:#003333; text-decoration: underline; }
.blue10Large a:visited {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 16px; color:#003333; text-decoration: underline; }
.blue10Large a:hover {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 16px; color:#808000; text-decoration:underline;  }
.blue10Large a:active {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 16px; color:#A8B888; text-decoration: underline;  }

.greenBold {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color:#003300; }
.greenBold a:link {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color:#336600; text-decoration: underline; }
.greenBold a:visited {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color:#336600; text-decoration: underline; }
.greenBold a:hover {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color:#808000; text-decoration:underline;  }
.greenBold a:active {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color:#A8B888; text-decoration: underline;  }

.green10Large{ font-family:Arial, Helvetica, sans-serif; margin-left:10px; margin-top:1px; margin-right:5px; margin-bottom:0px; color:#003300; font-weight: bold; font-size:16px;  }
.green10Large a:link {  font-family:Arial, Helvetica, sans-serif; color:#336600; font-size:16px; font-weight: bold; text-decoration: none; }
.green10Large a:visited {  font-family:Arial, Helvetica, sans-serif; color:#336600; font-size:16px; font-weight: bold; text-decoration: none; }
.green10Large a:hover {  font-family:Arial, Helvetica, sans-serif; color:#808000; font-size:16px; font-weight: bold; text-decoration:underline;  }
.green10Large a:active {  font-family:Arial, Helvetica, sans-serif; color:#A8B888; font-size:16px; font-weight: bold; text-decoration: underline;  }

.greenLarge{ font-family:Arial, Helvetica, sans-serif; color:#003300; font-weight: bold; font-size:16px;  }
.greenLarge a:link {  font-family:Arial, Helvetica, sans-serif; color:#336600; font-size:16px; font-weight: bold; text-decoration: none; }
.greenLarge a:visited {  font-family:Arial, Helvetica, sans-serif; color:#336600; font-size:16px; font-weight: bold; text-decoration: none; }
.greenLarge a:hover {  font-family:Arial, Helvetica, sans-serif; color:#808000; font-size:16px; font-weight: bold; text-decoration:underline;  }
.greenLarge a:active {  font-family:Arial, Helvetica, sans-serif; color:#A8B888; font-size:16px; font-weight: bold; text-decoration: underline;  }

.white{ font-family:Arial, Helvetica, sans-serif; color: #FFFFFF; font-weight: bold; font-size:12px;  }
.white a:link {  font-family:Arial, Helvetica, sans-serif; color: #FFFFFF; font-size:12px; font-weight: bold; text-decoration: none; }
.white a:visited {  font-family:Arial, Helvetica, sans-serif; color: #FFFFFF; font-size:12px; font-weight: bold; text-decoration: none; }
.white a:hover {  font-family:Arial, Helvetica, sans-serif; color: #FFFFFF; font-size:12px; font-weight: bold; text-decoration:underline;  }
.white a:active {  font-family:Arial, Helvetica, sans-serif; color: #485826; font-size:12px; font-weight: bold; text-decoration: underline;  }

.whiteSmall{ font-family:Arial, Helvetica, sans-serif; color: #FFFFFF; font-weight: bold; font-size:9px;  }
.whiteSmall a:link {  font-family:Arial, Helvetica, sans-serif; color: #FFFFFF; font-size:9px; font-weight: bold; text-decoration: none; }
.whiteSmall a:visited {  font-family:Arial, Helvetica, sans-serif; color: #FFFFFF; font-size:9px; font-weight: bold; text-decoration: none; }
.whiteSmall a:hover {  font-family:Arial, Helvetica, sans-serif; color: #FFFFFF; font-size:9px; font-weight: bold; text-decoration:underline;  }
.whiteSmall a:active {  font-family:Arial, Helvetica, sans-serif; color: #485826; font-size:9px; font-weight: bold; text-decoration: underline;  }

.white10{ font-family:Arial, Helvetica, sans-serif; margin: 10px; color: #FFFFFF; font-weight: bold; font-size:12px;  }
.white10 a:link {  font-family:Arial, Helvetica, sans-serif; color: #FFFFFF; font-size:12px; font-weight: bold; text-decoration: none; }
.white10 a:visited {  font-family:Arial, Helvetica, sans-serif; color: #FFFFFF; font-size:12px; font-weight: bold; text-decoration: none; }
.white10 a:hover {  font-family:Arial, Helvetica, sans-serif; color: #FFFFFF; font-size:12px; font-weight: bold; text-decoration:underline;  }
.white10 a:active {  font-family:Arial, Helvetica, sans-serif; color: #485826; font-size:12px; font-weight: bold; text-decoration: underline;  }

.whiteLarge{ font-family:Arial, Helvetica, sans-serif; color: #FFFFFF; font-weight: bold; font-size:16px;  }
.whiteLarge a:link {  font-family:Arial, Helvetica, sans-serif; color: #FFFFFF; font-size:16px; font-weight: bold; text-decoration: none; }
.whiteLarge a:visited {  font-family:Arial, Helvetica, sans-serif; color: #FFFFFF; font-size:16px; font-weight: bold; text-decoration: none; }
.whiteLarge a:hover {  font-family:Arial, Helvetica, sans-serif; color: #FFFFFF; font-size:16px; font-weight: bold; text-decoration:underline;  }
.whiteLarge a:active {  font-family:Arial, Helvetica, sans-serif; color: #485826; font-size:16px; font-weight: bold; text-decoration: underline;  }

.redLarge {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 16px; color:#CF0000; }
.redLarge a:link {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 16px; color:#CF0000; text-decoration: underline; }
.bredLarge a:visited {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 16px; color:#CF0000; text-decoration: underline; }
.redLarge a:hover {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 16px; color:#808000; text-decoration:underline;  }
.redLarge a:active {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 16px; color:#A8B888; text-decoration: underline;  }

.red10Large {  font-family: Arial, Helvetica, sans-serif; margin-left:10px; margin-top:1px; margin-right:5px; margin-bottom:0px; font-weight: bold; font-size: 16px; color:#CF0000; }
.red10Large a:link {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 16px; color:#CF0000; text-decoration: underline; }
.red10Large a:visited {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 16px; color:#CF0000; text-decoration: underline; }
.red10Large a:hover {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 16px; color:#808000; text-decoration:underline;  }
.red10Large a:active {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 16px; color:#A8B888; text-decoration: underline;  }

.redBody {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color:#CF0000; }
.redBody a:link {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color:#CF0000; text-decoration: underline; }
.bredBody a:visited {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color:#CF0000; text-decoration: underline; }
.redBody a:hover {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color:#808000; text-decoration:underline;  }
.redBody a:active {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color:#A8B888; text-decoration: underline;  }

div.keyboard {
border-style:none;
background-image:url(/images/keyboard3.jpg);
background-repeat:no-repeat;
background-position:right;
}

td.border-black-Left {
border-style: solid; 
border-bottom:none; 
border-right:none; 
border-top:none;
border-left:2px solid black;
}

td.LeftBottomGreen {
border-style: solid; 
border-bottom:1px solid #808000; 
border-right:none; 
border-top:none;
border-left:1px solid #808000;
}

td.fade {
border-style:none;
background-image:url(/images/structure/body-center-background3.png);
background-repeat:no-repeat;
background-position:center;
}
table.fade2 {
border-style:none;
background-image:url(/images/lab/body-center-background5.png);
background-repeat:repeat;
background-position:center;
}
td.LeftFade {
border-style:none;
background-image:url(/images/structure/backgroundL-new.png);
background-repeat:repeat-y;
background-position:right;
}
td.RightFade {
border-style:none;
background-image:url(/images/structure/backgroundR.png);
background-repeat:repeat;
background-position:left;
}
td.RightFade2 {
border-style:none;
background-image:url(/images/structure/backgroundR2.png);
background-repeat:repeat-y;
background-position:left;
}

.small {
font-size:9px}

body.nomargin {border-left:none; border-top:none; border-right:none; background-color:#000000 }

textarea.test {
  width: 400px;
  height: 200;
  border: none;
  background-color:#000000;
  text-align:center;
  font-family:Arial, Helvetica, sans-serif;
  font-size:10px;
  font-weight:bold;
  color:#FFFFFF;  
}

.noborder a:active {border:none; text-decoration:none; border-style:none; outline:none }
.noborder a:hover {border:none; text-decoration:none; border-style:none; outline:none }
.noborder a:visited {border:none; text-decoration:none; border-style:none; outline:none }
.noborder a:visited {border:none; text-decoration:none; border-style:none; outline:none }

table.borderWH {
border-style: solid; 
border-bottom:1px solid #FFFFFF; 
border-right:1px solid #FFFFFF; 
border-top:1px solid #FFFFFF;
border-left:1px solid #FFFFFF;
padding:4px;
}

td.BGblack {
background-color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:14px;
color:#FFFFFF;
border-style: solid; 
border-bottom:1px solid #FFFFFF; 
border-right:1px solid #FFFFFF; 
border-top:1px solid #FFFFFF;
border-left:1px solid #FFFFFF;
text-align:center;
}

td.BGgrey1 {
background-color:#999999;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
border-style: solid; 
border-bottom:1px solid #FFFFFF; 
border-right:1px solid #FFFFFF; 
border-top:1px solid #FFFFFF;
border-left:1px solid #FFFFFF;
}

td.BGgrey2 {
background-color:#CCCCCC;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
border-style: solid; 
border-bottom:1px solid #FFFFFF; 
border-right:1px solid #FFFFFF; 
border-top:1px solid #FFFFFF;
border-left:1px solid #FFFFFF;
}

div#qTip {
 padding: 3px;
 border: 1px solid #666;
 border-right-width: 2px;
 border-bottom-width: 2px;
 display: none;
 background: #999;
 color: #FFF;
 font: bold 9px Verdana, Arial, sans-serif;
 text-align: left;
 position: absolute;
 z-index: 1000;
}
a.qtipped {
	cursor:help;
	border-bottom: 1px dashed blue;
	color:#006633;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	font-stretch:normal;
}

a.qtipped:hover {
	background-color:yellow;
}
a.qtipped12 {
	cursor:help;
	border-bottom: 1px dashed blue;
	color:#006633;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}

a.qtipped12:hover {
	background-color:yellow;
}
table.x3 {
border-style:none;
background-image:url(/images/lab/x3xp.png);
background-repeat:no-repeat;
background-position:top-left;
}
table.x2 {
border-style:none;
background-image:url(/images/lab/x2xp.png);
background-repeat:no-repeat;
background-position:top-left;
}
table.x1 {
border-style:none;
background-image:url(/images/lab/x1xp.png);
background-repeat:no-repeat;
background-position:top-left;
}

td.fill1 {
background-image:url(/images/structure/patctechfill1.gif);
background-repeat:repeat
}
