﻿/* At-Rules */
@charset "iso-8859-1";


td a {font-family: Arial, Helvetica, sans-serif;   font-size: 12px;  color: #FFFFFF; text-decoration: none;}

td a:hover {	
	text-decoration: underline;
	color: #808080;
}

.v11white {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; text-decoration: none}

.v11blue {color: #024495; font: bold; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; text-align: center}

.v11black {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000;  font: normal; text-decoration: none; text-align: justify}

.v11black2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; font: bold; text-decoration: none; text-align: center}

.v11red {font-family: Verdana, Arial, Helvetica, sans-serif; font: bold; font-size: 11px; color: #DC143C; text-decoration: none; text-align: justify}

.v11blue2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #024495; text-decoration: underline}

.v12red2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #FF0000; font-weight: bold; text-decoration: none}

.rebatetxt {
	border: 1px #0000FF solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFFF99;
	text-transform: capitalize;
}


.v11yellow {color: #FFFF00; font:bold}

 
<SCRIPT LANGUAGE="JavaScript">
  
var imglist = new Array (
"images/button1.gif",
"images/button2.gif",
"images/button3.gif",
"images/button4.gif",
"images/button5.gif",
"images/button6.gif"
);
var imgs = new Array();
var count
if (document.images)
for (count=0; count<imglist.length; count++)
{imgs[count]=new Image(); imgs[count].src=imglist[count];}
 //
</SCRIPT>


table {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: blue;
	border-bottom-color: blue;
}
/* End of style section. Generated by CuteHTML Pro at 2/15/2007 8:28:28 AM */
