﻿html
{
	scrollbar-base-color: #666666; 
	scrollbar-track-color: #666666;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #666666;
	scrollbar-3dlight-color: #666666;
	scrollbar-darkshadow-color: #666666;
	scrollbar-shadow-color: #666666;
	scrollbar-arrow-color: #666666;
}
.scroll
{
	height: 300;
	overflow: hidden;
	scrollbar-base-color: #666666; 
	scrollbar-track-color: #666666;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #666666;
	scrollbar-3dlight-color: #666666;
	scrollbar-darkshadow-color: #666666;
	scrollbar-shadow-color: #666666;
	scrollbar-arrow-color: #666666;
}

.maintitle
{
	font-family:helvetica;
	font-size:17pt;
	font-weight:900;
	text-align:left;
	color: #126fac;
}

.normalicetitle
{
	font-family: helvetica;
	font-size:10pt;
	font-weight:bold;
	text-align:left;
}
.normalice
{
	font-family: helvetica;
	font-size:10pt;
	font-weight:normal;
	text-align:left;
}

.normalicesmall
{
	font-family: helvetica;
	font-size:8.5pt;
	font-weight:normal;
	text-align:left;
}


.normaliceitalicsmall
{
	font-family: helvetica;
	font-size:7pt;
	font-weight:normal;
	text-align:left;
	font-style:italic
}

.sectionHeaderIce
{
	font-family: helvetica;
	font-size:10pt;
	font-weight:bold;
	color:teal;
}


/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:Gray;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}


