/* CSS Document */

a img {
   border-style: none;
}

.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #333333;
	line-height:16px;
}


.bodycopy a {
	color: #005795;
}

.bodycopy_signature {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #333333;
	font-style: italic;
}
.bodycopy_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
}

.bodycopy_bold a {
	color: #005795;
}

.italic {
	font-style:italic;
	}
	
.bold {
font-weight:bold;
}

.sup {
	font-family: Arial, Helvetica, sans-serif;
	font-size:x-small;
	line-height:0px;
	vertical-align:text-top;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size:large;
	font-weight: bolder;
	color: #0088BA;
	line-height:22px;
}

.header a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:large;
	font-weight: bolder;
	color: #0088BA;
	/*text-decoration:none;*/
}

.sub_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #333333;
	line-height: 30px;
}

.buy_now {
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	font-size:24px;
	color:#0088ba;
	font-weight:bold;
	}
	
.buy_now a {
	color:#0088ba;
	text-decoration:none;
	}
	
/*.buy_now a:hover {
	color:#FF6600;
	text-decoration:none;
	}*/

.footer_content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	text-align:center;
	line-height:18px;
}

.float_right{
	float:right;
	}
	
.float_left{
	float:left;
	}
	
hr{
color:#00ffdd;
}


