body{
  scrollbar-base-color: #273E6D;
  scrollbar-shadow-color: #FFFFFF;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-darkshadow-color: #FFFFFF;
  scrollbar-track-color: #FFFFFF;
  scrollbar-arrow-color: #FFFFFF;
}

.whiteText
{
	font-weight: bold;
	font-size: 8pt;
	color: white;
	font-family: Arial;
}
.whiteLink
{
	font-weight: bold;
	font-size: 8pt;
	color: #FFFFFF;
	font-family: Arial;
	text-decoration: underline;
}

.whiteLink:hover
{
	font-weight: bold;
	font-size: 8pt;
	color: #990033;
	font-family: Arial;
	text-decoration: underline;
}

.tickerLink
{
	font-weight: bold;
	font-size: 8pt;
	color: #336699;
	font-family: Arial;
	text-decoration: underline;
}

.tickerLink:hover
{
	font-weight: bold;
	font-size: 8pt;
	color: #298fff;
	font-family: Arial;
	text-decoration: underline;
}
.redLink
{
	font-weight: bold;
	font-size: 9pt;
	color: #990000;
	font-family: Arial;
	text-decoration: underline;
}
.redLink:hover
{
	font-weight: bold;
	font-size: 9pt;
	color: #ff0033;
	font-family: Arial;
	text-decoration: underline;
}
.blueText
{
	font-size: 9pt;
	color: #273E6D;
	font-family: Arial;
}

.grayText
{
	font-size: 8pt;
	color: dimgray;
	font-family: Arial;
}
.redText
{
	font-weight: bold;
	font-size: 8pt;
	color: red;
	font-family: Arial;
}
.editLink
{
	font-weight: bold;
	font-size: 8pt;
	color: gold;
	font-family: Arial;
	text-decoration: underline;
}
.editLink:hover
{
	font-weight: bold;
	font-size: 8pt;
	color: yellow;
	font-family: Arial;
	text-decoration: underline;
}

.orangeLink
{
	font-weight: bold;
	font-size: 9pt;
	color: #ff9900;
	font-family: Arial;
	text-decoration: underline;
}

.orangeLink:hover
{
	font-weight: bold;
	font-size: 9pt;
	color: #ffcc00;
	font-family: Arial;
	text-decoration: underline;
}

.blueLink
{
	font-weight: bold;
	font-size: 9pt;
	color: #273E6D;
	font-family: Arial;
	text-decoration: underline;
}

.blueLink:hover
{
	font-weight: bold;
	font-size: 9pt;
	color: #0099cc;
	font-family: Arial;
	text-decoration: underline;
}

.grayLink
{
	font-weight: bold;
	font-size: 9pt;
	color: darkgray;
	font-family: Arial;
	text-decoration: underline;
}

.grayLink:hover
{
	font-weight: bold;
	font-size: 9pt;
	color: #0099cc;
	font-family: Arial;
	text-decoration: underline;
}


.blueButton
{
	border-right: #273E6D 1px solid;
	padding-right: 1px;
	border-top: #273E6D 1px solid;
	padding-left: 1px;
	font-weight: bold;
	font-size: 9pt;
	padding-bottom: 1px;
	margin: 1px;
	border-left: #273E6D 1px solid;
	cursor: hand;
	color: #273E6D;
	padding-top: 1px;
	border-bottom: #273E6D 1px solid;
	font-family: Arial;
	background-color: #e6ffff;
	text-align: center;
}
.orangeButton
{
	border-right: #ff9900 1px solid;
	padding-right: 1px;
	border-top: #ff9900 1px solid;
	padding-left: 1px;
	font-weight: bold;
	font-size: 9pt;
	padding-bottom: 1px;
	margin: 1px;
	border-left: #ff9900 1px solid;
	cursor: hand;
	color: #ff9900;
	padding-top: 1px;
	border-bottom: #ff9900 1px solid;
	font-family: Arial;
	background-color: #fff4d5;
	text-align: center;
}
.eventText
{
	font-size: 8pt;
	color: #273e6d;
	font-family: Arial;
}

.eventLink
{
	font-weight: bold;
	font-size: 8pt;
	color: #26557d;
	font-family: Arial;
	text-decoration: underline;
}

.eventLink:hover
{
	font-weight: bold;
	font-size: 8pt;
	color: goldenrod;
	font-family: Arial;
	text-decoration: underline;
}



.errorText
{
	font-size: 9pt;
	color: red;
	font-family: Arial;
}
.text
{
	font-size: 10pt;
	color: #3a3a3a;
	font-family: Arial;
}

.bigRedText
{
	font-weight: bold;
	font-size: 14pt;
	color: #820000;
	font-family: Arial;
}
.TitleText
{
	font-weight: bold;
	font-size: 11pt;
	color: #273e6d;
	font-family: Arial;
	text-decoration: underline;
}

.OMKLink
{
	font-size: 9pt;
	color: #273e6d;
	font-family: Arial;
	text-decoration: underline;
}
.OMKLink:hover
{
	font-weight: bold;
	font-size: 9pt;
	color: #273e6d;
	font-family: Arial;
	text-decoration: underline;
}
.menuLink
{
	font-size: 8pt;
	color: #FFFFFF;
	font-family: Arial;
	text-decoration: none;
	font-weight:bold;
	}
.menuLink:hover
{
	font-size: 8pt;
	color:Orange;
	font-family: Arial;
	text-decoration:underline;
	font-weight:bold;
	}
.blueFrame
{
	overflow:auto;
	width:100%;
	height:295px;
	SCROLLBAR-SHADOW-COLOR: #ffffff !important;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff !important;
	SCROLLBAR-ARROW-COLOR: #ffffff !important; 
	SCROLLBAR-TRACK-COLOR: #ffffff !important; 
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff !important; 
	SCROLLBAR-BASE-COLOR: #273e6d !important;
}
