body, html {
height:100%; /* fix height to 100% for IE */
max-height:100%; /* fix height for other browsers */
padding:0; /*remove padding */
margin:0; /* remove margins */
border:0; /* remove borders */
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
}
.style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #293241;
}
.style14 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
.style15 {font-size: 12px; font-family: Arial, Helvetica, sans-serif;}
.style16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.red:link {
	text-decoration: none;
	color: #FF0000;
}
a.red:visited {
	text-decoration: none;
	color: #FF0000;
}
a.red:hover {
	text-decoration: underline;
	color: #FF0000;
}
a.red:active {
	text-decoration: none;
	color: #FF0000;
}
a.white:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.white:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.white:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.white:active {
	text-decoration: none;
	color: #FFFFFF;
}

.searchBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 225px;
	padding-left: 5px;
}
.whiteTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
.contentText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.feedback {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.utility {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.backStyle { 
  background-image: url('/images/mid_top.png');
  background-position: 0% 0%;
  background-repeat: no-repeat;
}

.windowPane {
	cursor: pointer;
}
.windowTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0909E6;
	font-weight: bold;
}
.windowContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #293241;
}
.windowBGBarOver {
	background-image:url('/images/window_over.gif');
}
.windowBGBarOver2 {
	background-image:url('/images/window_over2.gif');
}
.windowBGBarUp {
	background-color:#FFFFFF;	
}