@charset "UTF-8";
.CollapsiblePanel/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
 {
	background-color: #EAF2FA;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	border: medium solid #587795;
	text-align: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 220px;
	color: #587795;
	text-decoration: none;
	padding: 7px;
}
.logo1 {
	background-color: #EAF3FA;
	cursor: pointer;
	text-align: left;
	width: 220px;
	border: medium solid #587795;
	margin-top: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
}

A.gloobs:link
{
    FONT-WEIGHT: normal;
    COLOR: #EAF2FA;
	text-decoration: underline;
}
A.gloobs:active
{
    FONT-WEIGHT: normal;
    COLOR: #EAF2FA;
	text-decoration: underline;
}
A.gloobs:visited
{
    FONT-WEIGHT: normal;
    COLOR: #EAF2FA;
	text-decoration: underline;
}
A.gloobs:hover
{
    FONT-WEIGHT: normal;
	text-decoration: none;
	COLOR: #EAF2FA;
}

