body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCC;
	color: #000000;
	margin-left: 0:
	margin-top: 0;
	right-margin: 0;
	padding: 0;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	padding-left: 5px;
	text-shadow: 2px 2px 2px #000;
	color: #FF9900;
        line-height: 100%;
}

div.imgLinkBox {
	margin: 2px;
	float: left;
	border: 1px solid #99CCFF;
	text-align: center;
	padding-bottom: 6px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

div.imgPopupBox {
	padding: 2px;
	border: 1px solid #888;
}

.jsLinkElement {cursor:pointer;}

.jsPopup {
	font-size: 70%;
	cursor: hand;
	color: #000088;
	text-align: center;
	text-decoration: underline;
}

ul.OBUSE {
	list-style-type:none;
	padding:0px;
	margin:0px;
}
li.OBUSE {
	background-image:url(sqpurple.gif);
	background-repeat:no-repeat;
	background-position:0px 5px; 
	padding-left:20px;
}

 
h1.TabbedPanelHeader {
	padding-left: 4px;
	padding-right: 4px;
	color: #FFF;
}
 
.regularText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  0.8125em;   /*  13px  */
	line-height: 150%;
}
 
.smallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.625em;    /*  10px  */
}
 
td.paddedHeight {
	padding-top: 1em;
	padding-bottom: 1em;
}
 
td.HighlightBullets {	background-color: #F0E68C;}
td.HighlightText {	background-color: #ADD8E6;}
 
.footer {		background-color: #03679A;	color: #FFFFFF;}
 
a:link {		color: #000088;      text-decoration: underline;}
a:visited {		color: #880000;      text-decoration: underline;}
a:hover {		color: #0000FF;      text-decoration: underline;}
a:active {		color: #0000FF;      text-decoration: underline;}
 
p.jsLink {		font-size: 70%; color: #000088; cursor:pointer; text-decoration: underline;}


 .yudu {		font-size: 70%;}
a.yudu:link {		color: #A9A9A9;      text-decoration: none;}
a.yudu:visited {	color: #F08080;      text-decoration: none;}
a.yudu:hover {		color: #0000FF;      text-decoration: underline;}
a.yudu:active {		color: #0000FF;      text-decoration: underline;}
 
ul.amenu {
	list-style-type:none;
	margin:0;
	padding:10px;
	overflow:hidden;
}

a.amenu:link,a.amenu:visited {
	display: block;
	width: 110px;
	font-weight: bold;
	font-size: 60%;
	color: #FFF;
	background-color: #3F6DAF;
	text-align: left;
	padding: 6px;
	text-decoration: none;
	border-bottom: 2px solid #FFF;
}

a.amenu:hover,a.amenu:active {
	background-color: #294B6D;
	color: #7FFF00;
}

div.amenu {
	background-color:#3F6DAF;
	width:150px;
	border: 3px solid #FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

 
/* Based on SpryTabbedPanels.css - version 0.4 - Spry Pre-Release 1.6.1 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
 
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
 
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
 
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font: bold 0.8125em sans-serif;
	text-align: center;
	background-color: #E0FEE0;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CAF2CA;
	border-top: solid 1px #CAF2CA;
	border-right: solid 1px #CAF2CA;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}
 
.TabbedPanelsTabHover {
	background-color: #ADFCAD;
}
 
.TabbedPanelsTabSelected {
	color: #FFF;
	background-color: #3F6DAF;
	border-left: solid 1px #00008B;
	border-bottom: 1px solid #294B6D;
	border-top: solid 1px #00008B;
	border-right: solid 1px #00008B;
}
 
.TabbedPanelsTab a {
	color: #FFF;
	text-decoration: none;
}
 
.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #00008B;
	border-bottom: solid 1px #00008B;
	border-top: solid 1px #00008B;
	border-right: solid 1px #00008B;
	background-color: #3f6daf;
}
 
.TabbedPanelsContent {
	padding: 1px;
}
 
.TabbedPanelsContentDetail {
	padding: 4px;
	background-color: #FFF;
}
 
.TabbedPanelsContentVisible {
}
 
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}
 
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}
 
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}
 
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
 
/* Based on SpryTabbedPanels.css ends here   */
 
 

