body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #EBEBEB;
	background-repeat: repeat-x;
	background-image: url(/images/bg-gray.jpg);
	margin: 0px;
}

.bluewave {
	background-color: #6699CC;
}

.rt_filler {
	background-image: url(/images/filler_green_rt.jpg);
	background-repeat: repeat;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
h2,.med-blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #336699;
}

.u_saved {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #009900;
	background-color: #FFFFFF;
}

.tdbody {
	background-color: #D5E2F0;
	color: #000;
}

.tdgreen {
	background-color: #009900;
}

#tdtitle {
	background-color: #00CC00;
}

.tdfooter {
	background-color: #EBEBEB;
}

.main {
	color: #FFFFFF;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-position: right;
}

.main a:hover {
	color: #FFFFCC;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	background-color: #009900;
}

.main a,.main a:link,.main a:active {
	color: #99FF00;
	text-decoration: underline;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
}

.fine {
	color: #000;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

.fine-white {
        color: #FFF;
        font: 11px Verdana, Arial, Helvetica, sans-serif;
}

.whitebg {
	background-color: #FFF;
}

.module-lined {
	color: #FFFFFF;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	border-top: 0px dashed #98BADC;
	border-right: 0px dashed #98BADC;
	border-bottom: 1px dashed #98BADC;
	border-left: 0px dashed #98BADC;
}

.module-lined a:hover {
	font-size: 11px;	
	color: #FFFFFF;
	text-decoration: underline;
}

.module-lined a, .module-lined a:link, .module-lined a:active {
	font-size: 11px;	
	color: #FFFFCC;
	text-decoration: none;
}

.module {
	color: #FFFFFF;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

.module a:hover {
	font-size: 11px;	
	color: #FFFFFF;
	text-decoration: underline;
}

.module a, .module a:link, .module a:active {
	font-size: 11px;	
	color: #FFFFCC;
	text-decoration: none;
}

.services {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}

.bonus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #009900;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.whitebold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
}

.titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.whiteborder {
	border: solid #FFFFFF;
}
.grayborder {
	border: solid EBEBEB;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.footer {
	font-size: 10px;	
	color: #666666;
	text-decoration: none;
}

.footer a, .footer a:link, .footer a:active {
	font-size: 10px;	
	color: #336699;
	text-decoration: none;
}

.footer a:hover {
	font-size: 10px;	
	color: #6699CC;
	text-decoration: underline;
}

.footernav {
	font-size: 12px;	
	color: #666666;
	text-decoration: none;
}

.footernav a, .footernav a:link, .footernav a:visited, .footernav a:active {
	font-size: 12px;	
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}

.footernav a:hover {
	font-size: 12px;	
	color: #6699CC;
	font-weight: bold;
	text-decoration: underline;
}

.wrap1, .wrap2, .wrap3 {
  display:inline-table;
  /* \*/display:block;/**/
  }
.wrap1 {
  float:left;
  background:url(shadow.gif) right »
  bottom no-repeat;
  }
.wrap2 {
  background:url(corner_bl.gif) left »
  bottom no-repeat;
  }
.wrap3 {
  padding:0 4px 4px 0;
  background:url(corner_tr.gif) right »
  top no-repeat;
  }
.wrap3 img {
  display:block;
  }
  
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#dhtmltooltip {
	position: absolute;
	width: 150px;
	border: 2px solid #666666;
	padding: 3px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

.peFormL {
        background-color: #D5E2F0;
        color: #000;
        padding: 2px;
        height: 8px;
        text-align: right;
}

.peFormR {
        background-color: #D5E2F0;
        color: #000;
        padding: 2px;
        height: 8px;
}
strong {
	color: #275078;
}

.bold-green {
	color: #99FF00;
	font-weight: bold;
}

hr {
	height: 1px;
	border: 100% dashed #6699CC;
	width: 100%;
}

.menu {
	font: bold 10pt Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	padding-top: 1px;
	padding-bottom: 1px;
}

.menu a,.menu a:link,.menu a:visited, .menu a:active {
	display: block;
	color: #FFFFCC;
	font: bold 10pt Verdana, Arial, Helvetica, sans-serif;
	height: 14px;
	text-decoration: none;
	padding: 2px;
	background-color: #528BC5;
}

.menu a:hover {
	display: block;
	background: #336699;
	color: #FFFFFF;
	font: bold 10pt Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;
	height: 14px;
	text-decoration: none;
	padding: 2px;
}

#menu_on {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFCC;
	background-color: #FFFFCC;
	padding: 0px 0px;
	border: #336699;
}

.tdunderline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#tooltip {
	color: #0000CC;
	text-decoration: underline;
	cursor:help;
}

/*
.hover, .hover a:link, .hover a:active, .hover a:visited {
        font: bold 11px Verdana, Arial, Helvetica, sans-serif;
        height: 12px;
        text-decoration: none;
        padding: 1px;
        display: block;
}

.hover a:hover {
        display: block;
        background: #FFFFFF;
        color: #FFFFFF;
        font: bold 11px Verdana, Arial, Helvetica, sans-serif;
        cursor: pointer;
        height: 12px;
        text-decoration: none;
        padding: 1px;
}
*/

.gray {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #666666;
}
.smalltd{
/*	background: transparent url('/images/rainbow.gif') repeat top right;*/
	text-align: center;
	vertical-align: top;
	border-width: 0px;
    border-style : solid ;
  /*  border-color : blue ; */
	cursor: pointer;
}
.smalltdclicked{
/*	background: transparent url('/images/rainbowhover.gif') repeat top right;*/
	text-align: center;
	vertical-align: top;
}
.contentFrame
{
	width: 100%;
	border: 0;
}
.smalltdhover{
/*	background: transparent url('/images/rainbow.gif') repeat top right;*/
	text-align: center;
	vertical-align: top;
	cursor: pointer;
}
.imgarrup{
	cursor: pointer;
/*	background-color: #FFFFCC;*/
}


