/*********************
GENERAL CLASSES & IDs
*********************/

a.linktag:link		{color: #0066ff; border-bottom: 1px solid #0066ff; text-decoration: none;}
a.linktag:visited	{color: #0066ff; border-bottom: 1px solid #0066ff; text-decoration: none;}
a.linktag:active	{color: #0066ff; border-bottom: 1px solid #0066ff; text-decoration: none;}
a.linktag:hover		{color: #0066ff; border-bottom: 1px dashed #0066ff; text-decoration: none;}
a.linktag			{text-decoration: none}

#privacy {
  color: #000000;
  font-size: 10px;
  font-weight: normal;
  }

.legals {
  background-color: #ffffff;
  color: #000000;
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  text-align: center;
  }
  
.question {
  color: #9A32CD;
  font-size: 14px;
  font-weight: bold;
  }

.answer {
  color: #0000FF;
  font-size: 14px;
  font-weight: bold;
  }
  
.checkmark {
  background-image:url(images/checkmarkshadow.gif);
  background-position:left;
  background-repeat:no-repeat;
  padding-left: 30px;
  font-weight:bold;
  }

.bonus{
  margin:0px;
  background:#FFFFFF;
  width:481px;
  margin-left:auto;
  margin-right:auto;
  padding:1px 15px 1px 15px;
  border-left:#777777 1px solid;
  border-right:#777777 1px solid;
  }
.bonus_top{
  margin:0px;
  background:#FFFFFF;
  background-image:url(images/bonus_top.gif);
  background-position:top;
  background-repeat:no-repeat;
  width:513px;
  margin-left:auto;
  margin-right:auto;
  padding:15px 0px 15px 114px;
  color:#FF9933;
  text-align:left;
  font-size:24px;
  font-family:Impact, Geneva, "Arial Black", Arial, sans-serif;
  font-weight: normal;
  line-height:28px;
  }
.bonus_bottom{
  margin:0px;
  background:#FFFFFF;
  background-image:url(images/bonus_bottom.gif);
  background-position: bottom;
  background-repeat:no-repeat;
  width:513px;
  margin-left:auto;
  margin-right:auto;
  padding:0px;
  color:#FFFFFF;
  }

.kudos_blue{
  margin:0px;
  background:#FFFFFF;
  background-image:url(images/blue_right.gif);
  background-position:right;
  background-repeat:repeat-y;
  width:401px;
  margin-left:auto;
  margin-right:auto;
  padding:1px 15px 1px 15px;
  border-left:#003399 1px solid;
  }
.kudos_blue_top{
  margin:0px;
  background:#FFFFFF;
  background-image:url(images/blue_top.gif);
  background-position:top;
  background-repeat:no-repeat;
  width:432px;
  margin-left:auto;
  margin-right:auto;
  padding:15px 0px 15px 0px;
  color:#FFCC33;
  text-align:center;
  font-size:24px;
  line-height:28px;
  }
.kudos_blue_bottom{
  margin:0px;
  background:#FFFFFF;
  background-image:url(images/blue_bottom.gif);
  background-position: bottom;
  background-repeat:no-repeat;
  width:432px;
  margin-left:auto;
  margin-right:auto;
  padding:1px;
  color:#FFFFFF;
  }

.kudos {
  color: #000000;
  background-color: #EEEEEE;
  width: 550px;
  margin-left:auto;
  margin-right:auto;
  font-size: 13px;
  padding: 20px;
  text-align: center;
  border: 1px solid #00349A;
  }

.optin {
  font-family:Tahoma, Verdana, "Arial Black", sans-serif;
  font-size:12px;
  text-align:justify;
  }

.clstext6 {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  }

.clstext5 {
  color: #00349A;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  }
  
.clstext4 {
  color: #CC0000;
  font-size: 18px;
  font-weight: bold;
  }
    
.clstext3 {
  color: #00349A;
  font-size: 16px;
  font-weight: bold;
  }
  
.clstext2 {
  color: #000000;
  font-size: 12px;
  font-weight: normal;
  }

.clstext1 {
  color: #000000;
  font-size: 10px;
  font-weight: normal;
  }
  
.strikout {
  text-decoration:line-through;
  color:#CC0000;
  }

.highlight {
  background-color:#FFFF33;
  }
  
h5 {
  font-weight:bold;
  font-size:18px;
  font-style: italic;
  }

h4 {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  }

h3 {
  color: #00349A;
  font-size: 26px;
  line-height: 30px;
  font-family: Impact, Geneva, "Arial Black", Arial, sans-serif;
  text-align:center;
  font-weight: normal;
  }

h2 {
  color: #000000;
  font-size: 24px;
  line-height: 26px;
  }

h1 {
  color: #cc0033;
  font-size: 34px;
  line-height: 38px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Impact, Geneva, "Arial Black", Arial, sans-serif;
  font-weight: normal;
  }

p {
  color: #000000;
  font-size: 16px;
  font-weight: normal;
  }
  
hr {
  color: #0066ff;
}

ul {
  list-style-type: square;
}

li {
  color: #000000;
  font-weight: normal;
  padding-top:10px;
  }

