/* This is the default style sheet, with a blue theme */
a.normal {
  font-family: Tahoma, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  font-style: normal;
  color: #7B93B7;
  background-color: #000000;
  text-decoration: none;
  padding: 0px 5px;
  margin: 0px 1px;
}

a.normal:hover {
  color: #FF8000;
}

a.topLinkBar:link {
  font-family: Arial, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  font-style: normal;
  color: #FFFFFF;
  background-color: #000000;
  text-decoration: none;
  padding: 0px 10px;
}

a.topLinkBar:visited {
  font-family: Arial, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  font-style: normal;
  color: #FFFFFF;
  background-color: #000000;
  text-decoration: none;
  padding: 0px 10px;
}

a.topLinkBar:hover {
  font-family: Arial, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  font-style: normal;
  color: #FFFFFF;
  background-color: #5184AE;
  text-decoration: none;
  padding: 0px 10px;
}

a.comMsgFolder:link {
  font-family: Tahoma, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  font-style: normal;
  color: black;
  text-decoration: none;
}

a.comMsgFolder:visited {
  font-family: Tahoma, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  font-style: normal;
  color: black;
  text-decoration: none;
}

a.comMsgFolder:hover {
  font-family: Tahoma, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  font-style: normal;
  color: black;
  background-color: #E1E2EE;
  text-decoration: none;
}

a.comMsgFolderOption:link {
  font-family: Tahoma, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  font-style: normal;
  color: black;
  text-decoration: underline;
  padding: 0px 2px;
}

a.comMsgFolderOption:visited {
  font-family: Tahoma, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  font-style: normal;
  color: black;
  text-decoration: underline;
  padding: 0px 2px;
}

a.comMsgFolderOption:hover {
  font-family: Tahoma, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  font-style: normal;
  color: black;
  background-color: #E1E2EE;
  text-decoration: none;
  padding: 0px 2px;
}

a.copyrite:link {
  font-family: Tahoma, sans-serif;
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
  color: red;
  text-decoration: underline;
}

a.copyrite:visited {
  font-family: Tahoma, sans-serif;
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
  color: red;
  text-decoration: none;
}

a.copyrite:hover {
  font-family: Tahoma, sans-serif;
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
  color: #A80000;
  text-decoration: none;
}

.unreadMessage {
  font-family: Tahoma, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 8pt;
  color: black;
  text-decoration: none;
}

.readMessage {
  font-family: Tahoma, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 8pt;
  color: black;
  text-decoration: none;
}

.bgColor1 {
  background-color: #486C95;
}

.bgColor2 {
  background-color: #7B93B7;
}


.bgColorLight {
  background-color: #C5D0E4;
}


.bgColorLight2 {
  background-color: #BCD2DE;
}

.heading {
  font-family: Tahoma, sans-serif;
  font-size: 16pt;
  font-weight: bolder;
  font-style: normal;
  color: #486C95;
}

.subHeading {
  font-family: Tahoma, sans-serif;
  font-size: 12pt;
  font-weight: bolder;
  font-style: italic;
  color: #486C95;
}

.smalltext {
  font-family: Tahoma, sans-serif;
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
  color: #000000;
}

.topFrameText {
  font-size: 20pt;
  font-family: Arial Black;
  color: black;
}

.linkDisabled {
  font-family: Tahoma, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  font-style: normal;
  color: #C8C8C8;
  background-color: #000000;
  text-decoration: none;
  padding: 0px 5px;
  margin: 0px 1px;
}
