﻿/* Text styles */

/* 12 pts */
.Red12Bold {font-family:Arial; font-size: 12pt; color:#FF0000; font-weight:bold; text-decoration:none}
.Red12Nml {font-family:Arial; font-size: 12pt; color:#FF0000; font-weight:normal; text-decoration:none}
.Black12Nml {font-family:Arial; font-size: 12pt; color:#000000; font-weight:normal; text-decoration:none}
.Black12Bold {font-family:Arial; font-size: 12pt; color:#000000; font-weight:bold; text-decoration:none}
.Blue12Bold {font-family:Arial; font-size: 12pt; color:#02629E; font-weight:bold; text-decoration:none}
.Blue12Nml {font-family:Arial; font-size: 12pt; color:#02629E; font-weight:normal; text-decoration:none}

/* 10 pts */
.Red10Bold {font-family:Arial; font-size: 10pt; color:#FF0000; font-weight:bold; text-decoration:none}
.Red10Nml {font-family:Arial; font-size: 10pt; color:#FF0000; font-weight:normal; text-decoration:none}
.Black10Nml {font-family:Arial; font-size: 10pt; color:#000000; font-weight:normal; text-decoration:none}
.Black10Bold {font-family:Arial; font-size: 10pt; color:#000000; font-weight:bold; text-decoration:none}
.Blue10Bold {font-family:Arial; font-size: 10pt; color:#02629E; font-weight:bold; text-decoration:none}
.White10Bold {font-family:Arial; font-size: 10pt; color:#FFFFFF; font-weight:bold; text-decoration:none}
.Blue10Nml {font-family:Arial; font-size: 10pt; color:#02629E; font-weight:normal; text-decoration:none}

/* 9 pts */
.Red9Bold {font-family:Arial; font-size: 9pt; color:#FF0000; font-weight:bold; text-decoration:none}
.Red9Nml {font-family:Arial; font-size: 9pt; color:#FF0000; font-weight:normal; text-decoration:none}
.Black9Nml {font-family:Arial; font-size: 9pt; color:#000000; font-weight:normal; text-decoration:none}
.Black9Bold {font-family:Arial; font-size: 9pt; color:#000000; font-weight:bold; text-decoration:none}
.Blue9Bold {font-family:Arial; font-size: 9pt; color:#02629E; font-weight:bold; text-decoration:none}
.Blue9Nml {font-family:Arial; font-size: 9pt; color:#02629E; font-weight:normal; text-decoration:none}

/* 8 pts */
.Red8Bold {font-family:Arial; font-size: 8pt; color:#FF0000; font-weight:bold; text-decoration:none}
.Red8Nml {font-family:Arial; font-size: 8pt; color:#FF0000; font-weight:normal; text-decoration:none}
.Black8Nml {font-family:Arial; font-size: 8pt; color:#000000; font-weight:normal; text-decoration:none}
.Black8Bold {font-family:Arial; font-size: 8pt; color:#000000; font-weight:bold; text-decoration:none}
.Blue8Bold {font-family:Arial; font-size: 8pt; color:#02629E; font-weight:bold; text-decoration:none}
.Blue8Nml {font-family:Arial; font-size: 8pt; color:#02629E; font-weight:normal; text-decoration:none}
.White8Bold {font-family:Arial; font-size: 8pt; color:#FFFFFF; font-weight:bold; text-decoration:none}
.White8Nml {font-family:Arial; font-size: 8pt; color:#FFFFFF; font-weight:normal; text-decoration:none}

/* 7 pts */
.Red7Bold {font-family:Arial; font-size: 7pt; color:#FF0000; font-weight:bold; text-decoration:none}
.Red7Nml {font-family:Arial; font-size: 7pt; color:#FF0000; font-weight:normal; text-decoration:none}
.Black7Nml {font-family:Arial; font-size: 7pt; color:#000000; font-weight:normal; text-decoration:none}
.Black7Bold {font-family:Arial; font-size: 7pt; color:#000000; font-weight:bold; text-decoration:none}
.Blue7Bold {font-family:Arial; font-size: 7pt; color:#02629E; font-weight:bold; text-decoration:none}
.Blue7Nml {font-family:Arial; font-size: 7pt; color:#02629E; font-weight:normal; text-decoration:none}




/* Tab Strip Styles */
.Level2Group
{
  background-color: #02629e;
  position:relative;
  top:-1px;
}

.DefaultTab 
{
  color: white; 
  background-color: #6F8AD2;
  font-family: verdana; 
  font-weight:bold;
  font-size:11px; 
  cursor:hand;
}

.DefaultTabHover 
{
  color: white; 
  background-color: #6F8AD2;
  font-family: verdana; 
  font-weight:bold;
  font-size:11px; 
  text-decoration:underline;
  cursor:hand;
}

.SelectedTab 
{
  color: white; 
  background-color: #02629e;
  font-family: verdana; 
  font-size:11px; 
  font-weight:bold;
  cursor:hand;
}

.Level2Tab 
{
  color: white; 
  font-family: verdana; 
  font-size:11px; 
  cursor:hand;
}

.Level2TabHover 
{
  color: white; 
  font-family: verdana; 
  font-size:11px; 
  text-decoration:underline;
  cursor:hand;
}

.SelectedLevel2Tab 
{
  color: #02629e; 
  background-color: white;
  font-family: verdana; 
  font-size:11px; 
  position:relative;
  top:2px;
  cursor:hand;
}

.Spacer
{
  background-color: #02629e;
}


