<STYLE TYPE-"type/css">
<!--
/*-------------WHOLE PAGE DEFAULTS-------------------*/
body 
{background-color: #739AD2;}

body,td 
{font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-color: #000000; align: center; valign: top;}

a:link {color: #2175bc;}
a:visited {color: #2175bc;}
a:hover {color: #FFFFFF; background-color: #2175bc;}
/*-----------END WHOLE PAGE DEFAULTS-----------------*/

/*---------------GENERAL FONTS SECTION-------------------*/
.style10 {color: #000000; font-size: 10px;}
.style10u {color: #000000; font-size: 10px; text-decoration: underline;}
.style10b {color: #000000; font-size: 10px; font-weight: bold;}
.style10red {color: #FF0000; font-size: 10px; font-weight: bold;}
.style10wht {color: #FFFFFF; font-size: 10px; font-weight: bold;}
.style10blue {color: #739AD2; font-size: 10px; font-weight: bold;}

.style12 {color: #000000; font-size: 12px;}
.style12u {color: #000000; font-size: 12px; text-decoration: underline;}
.style12b {color: #000000; font-size: 12px; font-weight: bold;}
.style12red {color: #FF0000; font-size: 12px; font-weight: bold;}
.style12wht {color: #FFFFFF; font-size: 12px; font-weight: bold;}
.style12blue {color: #739AD2; font-size: 12px; font-weight: bold;}

.style14 {color: #000000; font-size: 14px;}
.style14u {color: #000000; font-size: 14px; text-decoration: underline;}
.style14b {color: #000000; font-size: 14px; font-weight: bold;}
.style14bu {color: #000000; font-size: 14px; font-weight: bold; text-decoration: underline;}
.style14red {color: #FF0000; font-size: 14px; font-weight: bold;}
.style14wht {color: #FFFFFF; font-size: 14px; font-weight: bold;}
.style14blue {color: #739AD2; font-size: 14px; font-weight: bold;}

.style16 {color: #000000; font-size: 16px;}
.style16u {color: #000000; font-size: 16px; text-decoration: underline;}
.style16b {color: #000000; font-size: 16px; font-weight: bold;}
.style16bu {color: #000000; font-size: 16px; font-weight: bold; text-decoration: underline;}
.style16red {color: #FF0000; font-size: 16px; font-weight: bold;}
.style16wht {color: #FFFFFF; font-size: 16px; font-weight: bold;}
.style16blue {color: #739AD2; font-size: 16px; font-weight: bold;}

.style18 {color: #000000; font-size: 18px;}
.style18u {color: #000000; font-size: 18px; text-decoration: underline;}
.style18b {color: #000000; font-size: 18px; font-weight: bold;}
.style18red {color: #FF0000; font-size: 18px; font-weight: bold;}
.style18wht {color: #FFFFFF; font-size: 18px; font-weight: bold;}
.style18blue {color: #739AD2; font-size: 18px; font-weight: bold;}

.style20 {color: #000000; font-size: 20px;}
.style20u {color: #000000; font-size: 20px; text-decoration: underline;}
.style20b {color: #000000; font-size: 20px; font-weight: bold;}
.style20red {color: #FF0000; font-size: 20px; font-weight: bold;}
.style20wht {color: #FFFFFF; font-size: 20px; font-weight: bold;}
.style20blue {color: #739AD2; font-size: 20px; font-weight: bold;}

.style22 {color: #000000; font-size: 22px;}
.style22u {color: #000000; font-size: 22px; text-decoration: underline;}
.style22b {color: #000000; font-size: 22px; font-weight: bold;}
.style22red {color: #FF0000; font-size: 22px; font-weight: bold;}
.style22wht {color: #FFFFFF; font-size: 22px; font-weight: bold;}
.style22blue {color: #739AD2; font-size: 22px; font-weight: bold;}

.style24 {color: #000000; font-size: 24px;}
.style24u {color: #000000; font-size: 24px; text-decoration: underline;}
.style24b {color: #000000; font-size: 24px; font-weight: bold;}
.style24red {color: #FF0000; font-size: 24px; font-weight: bold;}
.style24wht {color: #FFFFFF; font-size: 24px; font-weight: bold;}
.style24blue {color: #739AD2; font-size: 24px; font-weight: bold;}
/*---------------END GENERAL FONTS SECTION-------------------*/

/*------------- DRK/MED BLUE TXT, BOLD, UNDERLINED----------------*/
.blub {color: #2175bc; text-decoration: none; font-weight: bold;}
.blub a {color: #2175bc; text-decoration: underline; font-weight: bold;}
.blub a:hover {color: #2175bc; text-decoration: underline; font-weight: bold;}

/*-------WHITE TXT ON BLUE BG--------*/
.wonblu {color:#FFFFFF; font-size: 10px;}
.wonblu a {color:#FFFFFF; text-decoration: underline; font-weight: bold;}
.wonblu a:hover {color:#2175bc; background-color: #FFFFFF; font-weight: bold;}
/*-----END WHITE TXT ON BLUE BG------*/

/*-----------PREVIEW BOX LINKS------------*/
.quickview a {color: #2175bc; text-decoration: underline; font-weight: bold;}
.quickview a:hover {color: #ffffff; background-color: #2175bc; text-decoration: underline; font-weight: bold;}
/*----------END LINKS IN PREVIEW BOX----------*/

/*-----------------BLUEBLOCK SECTION------------------------------*/
/* --blueblock code credits: Dynamic Drive CSS Library-- */
/* ------URL: http://www.dynamicdrive.com/style/-------- */
/*--------ORIGINAL CODE MODIFIED BY JANNIE---------------*/

#blueblock {width: 180px; padding: 1px 1px 1px 1px; margin-bottom: 1em; font-size: 16px; background-color: #739ad2; color: #333;}

* html #blueblock { /*IE 6 only */ width: 147px; 
/*Box model bug: 180px minus all left and right paddings for #blueblock */ }

#blueblock ul {list-style: none; margin: 0; padding: 0; border: none;}

#blueblock li {border-bottom: 1px solid #90bade; margin: 0;}

#blueblock li a {display: block; padding: 5px 5px 5px 8px; border-left: 10px solid #508fc4; border-right: 10px solid #508fc4; background-color: #2175bc; color: #ffffff; text-decoration: none; width: 100%;}

html>body 
#blueblock li a {/*Non IE6 width*/ width: auto;}

#blueblock li a:hover {border-left: 10px solid #90bade; border-right: 10px solid #90bade; background-color: #508fc4; color: #ffffff; text-decoration: none;}
/*---------------END BLUEBLOCK SECTION------------------------------*/
//---->
</style>

