/* CSS Document */

/*font*/

h1 {
	font-family: "Lucida Grande", "Trebuchet MS", "Times New Roman";
	color: #6F93BD;
	font-size: 14pt;
	font-weight: normal;
}

h2 {
	font-weight: bold;
	font-size: 12px;
}

h3 {
  font-weight: bold;
  font-size: 11pt;
  display: inline;
  color: #ffffff;
}
.italichighlight {
	color: #FF3399;
	font-style: italic;
}

.generaltext {
	color: #595959;
	font-weight: normal;
	font-size: 10pt;
}

.alternatetext {
	color: #edd6e1;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.secondarytext {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #6F93BD;
}

.Highlight {
	font-size: 10pt; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #FF3399;
	font-weight: bold; 
}

.SmallItalic {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #595959;
	font-style: italic;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}

.specialofferprice {
color: #ff0000;	
font-size: 10pt;
text-decoration: line-through;
}

.specialoffer {
	font-family: "Trebuchet MS", Georgia, "Times New Roman";
	font-size: 8pt;
	font-style: italic;
	color: #FF0000;
}

/*links*/

a {
	color: #6F93BD;
	text-decoration: none;
	font-size: 9px;
}

a:hover {
  color: #ff3399;
}
a.verysmalllinks {
	font-size: 7pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF3399;
}
a.smallwhitelinks {
	font-size: 8.5pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 15px;
}
a.smallpinklinks {
	font-size: 8.5pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF3399;
	line-height: 15px;
	text-decoration:none;
	font-weight: bold;
}

.bottomlinks a:link, .bottomlinks a:visited, .bottomlinks a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: underline;
}
.errormessage {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-weight: bold;
	font-style: italic;
}
a.title {
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #6F93BD;
	line-height: 15px;
	text-decoration:none;
	font-weight: normal;
	padding: 5px 0px 0px 0px;
}

a.title:hover {
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF3399;
	line-height: 15px;
	text-decoration:none;
	font-weight: normal;
	padding: 5px 0px 0px 0px;
}

div.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	text-align: left;
}
