body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}
body {
	font-family: tahoma, verdana, arial;
	font-size: 9pt;
	FONT-WEIGHT: normal;
	color: #000000;
	background-attachment: fixed;
	background-image: url(../images/bg/kubrickbgblue.jpg);
	background-repeat: repeat;
	background-position: center top;
}
#wrapper {
	width: 960px;
	margin: 15px auto 15px auto;
	padding: 0px;
	/*border: solid 1px #dadada;*/
	background-color: #FFFFFF;
}
#header {
	width: 100%;
	height: 125px;
	border-bottom: solid 1px #dadada;

}
#container {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;

}
#left {
	width: 200px;
	height: auto;
	float: left;
	padding: 5px;
	margin: 0px;
}
#right {
	width: 720px;
	height: auto;
	float: left;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#right p {
	margin: 0px;
}
.clearer {
	font-size: 0px;
	height: 0px;
	width: 100%;
	display: block;
	clear: both;
}
.clear { height: 0px; line-height: 0px; clear: both; 
}

.right_nav
{
	font: bold 13px Verdana, Geneva, sans-serif;
	color: #FFF;
	background: #0a50a1;
	padding: 3px;
}
.right_nav2
{
	font: bold 13px Verdana, Geneva, sans-serif;
	color: #FFF;
	background: #0a50a1;
	padding: 3px;
}
.right_nav2 A:link {
	font: bold 13px Verdana, Geneva, sans-serif;
	color: #FFF;
	background: #0a50a1;
	padding: 3px;
}
.right_nav2 A:visited {
	font: bold 13px Verdana, Geneva, sans-serif;
	color: #FFF;
	background: #0a50a1;
	padding: 3px;
}
.right_nav2 A:hover {
	font: bold 13px Verdana, Geneva, sans-serif;
	color: #FFF;
	padding: 3px;
	background-color: #930;
}
.right_nav_sm
{
	font: bold 7pt Verdana, Geneva, sans-serif;
	color: #FFF;
	background: #900;
	padding: 3px;
}
.center_nav
{
	font: 13px Verdana, Geneva, sans-serif;
	color: #FFF;
	background: #0a50a1;
	padding: 3px;
	text-align: center;
}
.center_nav2
{
	font: bold 7pt Verdana, Geneva, sans-serif;
	color: #FFF;
	background: #0a50a1;
	padding: 3px;
	text-align: center;
}
.center_nav3
{
	font: bold 7pt Verdana, Geneva, sans-serif;
	color: #000;
	background: #ccc;
	padding: 3px;
	text-align: center;
}
.left_nav
{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #C00;
	background: #CCC;
	padding: 3px;
	text-align: left;
}
.left_nav_wh
{
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #000;
	background: #FFF;
	padding: 2px;
	text-align: left;
}

#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#nav li {
	margin: 0px;
	padding: 0px;
	display: inline;
}
#nav li a:link, #nav li a:visited, #nav li a:active {
	color:#3F4554;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 160px;
}
#nav li a:hover {
	color: #ccc;
	text-decoration: none;
}
#footer {
	padding: 0px 0px 5px;
	margin: 0px;
	border-top: solid 1px #dadada;
	text-align: center;
}
#footer p {
	margin: 0px auto 0px auto;
	padding: 10px 0px 10px 0px;
	color: #aaa;
}
/***************************************************/
/**************** BOX STYLES ***********************/
/***************************************************/
div.box { width: 100%; margin: 0px auto; padding: 5px 0; }
.box .box-header {
	background:transparent url(../images/box_top_left.gif) no-repeat 0px 0px;
	font: 12px Verdana, Geneva, sans-serif;
}
.box .box-header .box-side { text-align: center; margin: 5px 0 0 0; font-weight: bold; line-height: 28px; height: 28px; background:transparent url(../images/box_top_right.gif) no-repeat right 0px; }
.box .box-header img { float: right; margin: 5px 5px 0 0; border: 0px; }
.box .box-body { background:transparent url(../images/box_middle_left.gif) repeat-y 0px 0px; }
.box .box-body .box-side { background:transparent url(../images/box_middle_right.gif) repeat right 0px; }
.box .box-body .box-side .box-content {
	margin:0px 1px;
	background:#fff url(../images/box_middle_content.gif) repeat 0px 0px;
	padding: 7px;
	text-align: left;
}
.box .box-footer { background:transparent url(../images/box_bottom_left.gif) no-repeat 0px 0px; }
.box .box-footer .box-side { font-size:1px; height:2px; background:transparent url(../images/box_bottom_right.gif) no-repeat right 0px; }
.box .box-header h1 {
	font-size: 12px;
	margin:10px 0px 0px; /*color: #314774;*/
	color: #616161;
	padding: 0px;
}
.box p {
	margin:0.5em 0px 0px 0.5px;
	padding:0px;
}
.box ul.box_list li.box_list { font-size: 12px; list-style-image: none; list-style-position: outside; list-style-type: none; margin: 0pt; background:transparent url(../images/arrow.gif) no-repeat scroll 0px 2px; padding-left: 18px; padding-bottom: 5px;}
.box ul.box_list { font-size: 12px; list-style-image: none; list-style-position: outside; list-style-type: none; margin: 0pt; padding: 0pt; 
}
/***************************************************/
/***************************************************/
/**************** DIV BOXES ***********************/
/***************************************************/
#div1 {
	color: #333;
	background-color: #BFE1FC;
	border: thin solid #DADADA;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
#div2 {
	text-align: center;
}
#divHEAD {
	color: #0A50A1;
	text-align: center;
	font-size: 11pt;
	text-decoration: underline;
	font-weight: bold;
}
#divDIVIDER {
	width: 100%;
	height: 1px;
	background-color: #666666;
	}
.div-card-xslt
{
	padding: 3px;
	border: thin solid #CCC;
	background: #FFF;
	text-align: center;
	margin-top: 12px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	}
.div-card-xslt-bg
{
	margin: 1px;
	padding: 1px;
	border: thin solid #CCC;
	background: #FBFBFB;
	font-family: Verdana, Geneva, sans-serif;
}
.div_left_review
{
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	background: #F8F8F8;
	padding: 3px;
	text-align: left;
}
.div_left_review_header
{
	font: bold 12px Verdana, Geneva, sans-serif;
	color: #000;
	background: #EEE;
	padding: 3px;
	text-align: left;
	margin: 3px;
}
.div_cards_ad
{
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 2px dashed #CCC;
	border-bottom: 2px dashed #CCC;
	padding: 3px;
}
.div_cards_links
{
	margin-bottom: 10px;
	border-bottom: 2px dashed #CCC;
	padding: 3px;
}
.div_cards_links_top
{
	margin-bottom: 10px;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #ccc;
	margin-top: 10px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #ccc;
	border-left-color: #ccc;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.div_cards_links_top_bot
{
	margin-bottom: 10px;
	padding: 5px;
	border-top: 2px dashed #CCC;
	margin-top: 10px;
	border-bottom: 2px dashed #CCC;
}
.AccordionPanelTab {
	background-color: #0a50a1;
	color: #FFF;
	border-top: solid 1px black;
	border-bottom: solid 1px gray;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-size: 11pt;
	background-image: url(../images/icons/blue_arrow.gif);
	background-repeat: no-repeat;
	background-position: 15px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 35px;
	font-weight: bold;
	margin: 0px;
}
/***************************************************/
/**************** HEADINGS ***********************/
/***************************************************/
H1 {
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
	font-size: 14pt;
	padding-bottom: 0px;
	margin: 0px;
	color: #0A50A1;
	Text-decoration: none;
	padding-top: 0px;
	font-family: tahoma, verdana, arial;
	font-style: normal;
}
H2 {
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
	font-size: 13pt;
	padding-bottom: 0px;
	margin: 0px;
	color: #0A50A1;
	Text-decoration: none;
	padding-top: 0px;
	font-family: tahoma, verdana, arial;
	font-style: normal;
}
H3 {
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
	font-size: 12pt;
	padding-bottom: 0px;
	margin: 0px;
	color: #0A50A1;
	Text-decoration: none;
	padding-top: 0px;
	font-family: tahoma, verdana, arial;
	font-style: normal;
	}
H4 {
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
	font-size: 11pt;
	padding-bottom: 0px;
	margin: 0px;
	color: #0A50A1;
	Text-decoration: none;
	padding-top: 0px;
	font-family: tahoma, verdana, arial;
	font-style: normal;
}
H5 {
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 0px;
	margin: 0px;
	color: #0A50A1;
	Text-decoration: none;
	padding-top: 0px;
	font-family: tahoma, verdana, arial;
	font-style: normal;
}
H6 {
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
	font-size: 12pt;
	padding-bottom: 0px;
	margin: 0px;
	color: #FFFFFF;
	Text-decoration: none;
	padding-top: 0px;
	font-family: tahoma, verdana, arial;
	font-style: normal;
}

.HEADINGLINK_lg {
	font-weight: bold;
	font-size: 15pt;
	color: #0A50A1;
	font-family: tahoma, verdana, arial;
	font-style: normal;
}
.HEADINGLINK_sm {
	font-weight: normal;
	font-size: 11pt;
	color: #0A50A1;
	font-family: tahoma, verdana, arial;
	font-style: normal;
}
.HEADINGLINK_sm A:link {
	font-weight: normal;
	font-size: 11pt;
	color: #0A50A1;
	font-family: tahoma, verdana, arial;
}
.HEADINGLINK_sm A:visited {
	font-weight: normal;
	font-size: 11pt;
	color: #0A50A1;
	font-family: tahoma, verdana, arial;
}
.HEADINGLINK_sm A:hover {
	color: #F33;
	font-size: 11pt;
	font-family: tahoma, verdana, arial;
}
.HEADINGLINK_sm A:active {
	font-weight: normal;
	font-size: 11pt;
	color: #0A50A1;
	font-family: tahoma, verdana, arial;
}
.HEADINGLINK {
	font-weight: normal;
	font-size: 12pt;
	color: #0A50A1;
	font-family: tahoma, verdana, arial;
	font-style: normal;
}
.HEADINGLINK A:link {
	font-weight: normal;
	font-size: 12pt;
	color: #0A50A1;
	font-family: tahoma, verdana, arial;
}
.HEADINGLINK A:visited {
	font-weight: normal;
	font-size: 12pt;
	color: #0A50A1;
	font-family: tahoma, verdana, arial;
}
.HEADINGLINK A:hover {
	font-weight: normal;
	font-size: 12pt;
	color: #000;
	font-family: tahoma, verdana, arial;
}
.HEADINGLINK A:active {
	font-weight: normal;
	font-size: 12pt;
	color: #0A50A1;
	font-family: tahoma, verdana, arial;
	}
.HEADINGLINK_bold {
	color: #0A50A1;
	font: bold normal 12pt tahoma, verdana, arial;
}
.HEADINGLINK_bold A:link {
	color: #0A50A1;
	font: bold normal 12pt tahoma, verdana, arial;
	
}
.HEADINGLINK_bold A:visited {
	color: #0A50A1;
	font: bold normal 12pt tahoma, verdana, arial;
}
.HEADINGLINK_bold A:hover {
	color: #000;
	font: bold normal 12pt tahoma, verdana, arial;
}
.HEADINGLINK_bold A:active {
	color: #0A50A1;
	font: bold normal 12pt tahoma, verdana, arial;
/***************************************************/
/**************** BOX STYLES ***********************/
/***************************************************/
}
div.box { width: 100%; margin: 0px auto; padding: 5px 0; }
.box .box-header {
	background:transparent url(../images/box_top_left.gif) no-repeat 0px 0px;
	font: 12px Verdana, Geneva, sans-serif;
}
.box .box-header .box-side { text-align: center; margin: 5px 0 0 0; font-weight: bold; line-height: 28px; height: 28px; background:transparent url(../images/box_top_right.gif) no-repeat right 0px; }
.box .box-header img { float: right; margin: 5px 5px 0 0; border: 0px; }
.box .box-body { background:transparent url(../images/box_middle_left.gif) repeat-y 0px 0px; }
.box .box-body .box-side { background:transparent url(../images/box_middle_right.gif) repeat right 0px; }
.box .box-body .box-side .box-content {
	margin:0px 1px;
	background:#fff url(../images/box_middle_content.gif) repeat 0px 0px;
	padding: 7px;
	text-align: left;
}
.box .box-footer { background:transparent url(../images/box_bottom_left.gif) no-repeat 0px 0px; }
.box .box-footer .box-side { font-size:1px; height:2px; background:transparent url(../images/box_bottom_right.gif) no-repeat right 0px; }
.box .box-header h1 {
	font-size: 12px;
	margin:10px 0px 0px; /*color: #314774;*/
	color: #616161;
	padding: 0px;
}
.box p {
	margin:0.5em 0px 0px 0.5px;
	padding:0px;
}
.box ul.box_list li.box_list { font-size: 12px; list-style-image: none; list-style-position: outside; list-style-type: none; margin: 0pt; background:transparent url(../images/arrow.gif) no-repeat scroll 0px 2px; padding-left: 18px; padding-bottom: 5px;}
.box ul.box_list { font-size: 12px; list-style-image: none; list-style-position: outside; list-style-type: none; margin: 0pt; padding: 0pt; 
}
/***************************************************/
/**************** BODYTEXT FONTS ***********************/
/***************************************************/
.bodytext-smB {
	font-family: tahoma, verdana, arial;
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
}
.bodytext-sm {
	font-family: tahoma, verdana, arial;
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
}
.bodytext {
	font-family: tahoma, verdana, arial;
	font-size: 9pt;
	FONT-WEIGHT: normal;
	color: #000000;
}
.bodytextB {
	font-family: tahoma, verdana, arial;
	font-size: 9pt;
	FONT-WEIGHT: normal;
	color: #0A50A1;
}
.bodytext2 {
	font-family: tahoma, verdana, arial;
	font-weight: bold;
	font-size: 8pt;
	color: #000000;
}
.bodytext3 {
	font-family: tahoma, verdana, arial;
	font-weight: normal;
	font-size: 13px;
	color: #000000;
}
.bodytext4 {
	font-family: tahoma, verdana, arial;
	font-weight: bold;
	font-size: 9pt;
	color: #000000;
}
.bodytext4_space {
	font-family: tahoma, verdana, arial;
	font-size: 10pt;
	font-weight: bold;
	color: green;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 7px;
}
.bodytext4_NO-space {
	font-family: tahoma, verdana, arial;
	font-size: 10pt;
	font-weight: bold;
	color: green;
	padding-left: 7px;
}
.bodytext5 {
	font-family: tahoma, verdana, arial;
	font-weight: normal;
	font-size: 11pt;
	color: #000000;
}
.bodytext6 {
	font-family: tahoma, verdana, arial;
	font-weight: normal;
	font-size: 8pt;
	color: #666666;
}
.bodytext7 {
	font-family: Microsoft Sans Serif;
	font-weight: bold;
	font-size: 11pt;
	color: #666666;
}
.bodytext7_blue {
	font-family: Microsoft Sans Serif;
	font-weight: bold;
	font-size: 11pt;
	color: #0A50A1;
}
.bodytext8{
	font-family: Microsoft Sans Serif;
	font-weight: normal;
	font-size: 10pt;
	color: #666666;
}
.bodytext8lg{
	color: #666666;
	font: normal 11pt Arial, Helvetica, sans-serif;
}
.bodytext9{
	font-family: Microsoft Sans Serif;
	font-weight: normal;
	font-size: 10pt;
}
.bodytext1 {
	font-size: 9pt; 
	font-weight: normal; 
	font-family: tahoma, verdana, arial;
}
.bodytext-Bold-blue {
	font-family: tahoma, verdana, arial;
	font-size: 9pt;
	font-weight: Bold;
	color: #0000FF;
}
.bodytext-Bold-blue A:link {
	font-family: tahoma, verdana, arial;
	font-size: 9pt;
	font-weight: bold;
	color: #0000FF;
}
.bodytext-Bold-blue A:visited {
	font-family: tahoma, verdana, arial;
	font-size: 9pt;
	font-weight: bold;
	color: #0000FF;
}
.bodytext-Bold-blue A:hover {
	font-family: tahoma, verdana, arial;
	font-size: 9pt;
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;	
}
.bodytext-Bold-blue A:active {
	font-family: tahoma, verdana, arial;
	font-size: 9pt;
	font-weight: bold;
	color: #0000FF;
}
/***************************************************/
/**************** LINKS ***********************/
/***************************************************/
A:link {
	color: #0A50A1;
	text-decoration: none;
	font-family: tahoma, verdana, arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
}
A:visited {
	color: #0A50A1;
	text-decoration: none;
	font-family: tahoma, verdana, arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
}
A:hover {
	color: #000000;
	text-decoration: none;
	font-family: tahoma, verdana, arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
}
A:active {
	color: #0A50A1;
	text-decoration: none;
	font-family: tahoma, verdana, arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
}
.bodytext7 A:link {
	font-family: Microsoft Sans Serif;
	font-weight: bold;
	font-size: 11pt;
	color: #666666;
}
.bodytext7 A:visited {
	font-family: Microsoft Sans Serif;
	font-weight: bold;
	font-size: 11pt;
	color: #666666;
}
.bodytext7 A:hover {
	font-family: Microsoft Sans Serif;
	font-weight: bold;
	font-size: 11pt;
	color: #0A50A1;
}
.bodytext7 A:active {
	font-family: Microsoft Sans Serif;
	font-weight: bold;
	font-size: 11pt;
	color: #666666;
}
.bodytext7_blue A:link {
	font-family: Microsoft Sans Serif;
	font-weight: bold;
	font-size: 11pt;
	color: #0A50A1;
}
.bodytext7_blue A:visited {
	font-family: Microsoft Sans Serif;
	font-weight: bold;
	font-size: 11pt;
	color: #0A50A1;
}
.bodytext7_blue A:hover {
	font-family: Microsoft Sans Serif;
	font-weight: bold;
	font-size: 11pt;
	color: #666666;
}
.bodytext7_blue A:active {
	font-family: Microsoft Sans Serif;
	font-weight: bold;
	font-size: 11pt;
	color: #0A50A1;
}/***************************************************/
/**************** ACCORDIAN PANEL MENU ***********************/
/***************************************************/

.Accordion {
	overflow: hidden;
	border: 1px solid;
}

.AccordionPanel {
	margin: 0px;
	background-image: url(../images/bg/bg_acc_content.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Microsoft Sans Serif;
	font-size: 13px;
	color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.AccordionPanelNObg {
	margin: 0px;
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Microsoft Sans Serif;
	font-size: 13px;
	color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.AccordionPanel_bold {
	margin: 0px;
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Microsoft Sans Serif;
	font-size: 13px;
	color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	TEXT-DECORATION: none;
}
.bottomborder A:link {
	color: #0A50A1;
	font-family: tahoma, verdana, arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
}
.bottomborder A:visited {
	color: #0A50A1;
	font-family: tahoma, verdana, arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
}
.bottomborder A:hover {
	color: #000000;
	font-family: tahoma, verdana, arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
}
.bottomborder A:active {
	color: #0A50A1;
	font-family: tahoma, verdana, arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
}
.catheadertext A:link {
	font-family: tahoma, verdana, arial;
	font-size: small;
	font-weight: bold;
	color: #0A50A1;
}
.catheadertext A:visited {
	font-family: tahoma, verdana, arial;
	font-size: small;
	font-weight: bold;
	color: #0A50A1;
}
.catheadertext A:hover {
	font-family: tahoma, verdana, arial;
	font-size: small;
	font-weight: bold;
	color: #000000;
}
.catheadertext A:active {
	font-family: tahoma, verdana, arial;
	font-size: small;
	font-weight: bold;
	color: #0A50A1;
}
.catheadertext {
	font-family: tahoma, verdana, arial;
	font-size: small;
	font-weight: bold;
	color: #0A50A1;
}
.catheadertex_green A:link {
	font-family: tahoma, verdana, arial;
	font-size: 13pt;
	font-weight: bold;
	color: green;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 7px;
}
.catheadertex_green A:visited {
	font-family: tahoma, verdana, arial;
	font-size: 13pt;
	font-weight: bold;
	color: green;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 7px;
}
.catheadertex_green A:hover {
	font-family: tahoma, verdana, arial;
	font-size: 13pt;
	font-weight: bold;
	color: green;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 7px;
}
.catheadertex_green A:active {
	font-family: tahoma, verdana, arial;
	font-size: 13pt;
	font-weight: bold;
	color: green;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 7px;
}
.catheadertex_green {
	font-family: tahoma, verdana, arial;
	font-size: 13pt;
	font-weight: bold;
	color: green;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 7px;
}
.catheadertextWH A:link {
	font-family: tahoma, verdana, arial;
	font-size: small;
	font-weight: normal;
	color: #FFFFFF;
}
.catheadertextWH A:visited {
	font-family: tahoma, verdana, arial;
	font-size: small;
	font-weight: normal;
	color: #FFFFFF;
}
.catheadertextWH A:hover {
	font-family: tahoma, verdana, arial;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
}
.catheadertextWH A:active {
	font-family: tahoma, verdana, arial;
	font-size: small;
	font-weight: normal;
	color: #FFFFFF;
}
.catheadertextWH {
	font-family: tahoma, verdana, arial;
	font-size: small;
	font-weight: normal;
	color: #FFFFFF;
}
.catnav {
	font-weight: normal;
	 font-size: 11px; 
	 padding-bottom: 2px; 
	 color: #000000; 
	 line-height: 15px; 
	 font-family: Arial, Helvetica, sans-serif;
}
.catnav P {
	font-weight: normal;
	 font-size: 11px;  
	 color: #714b75; 
	 line-height: 15px; 
	 font-family: Arial, Helvetica, sans-serif
}
.catnav A:link {
	font-weight: normal;
	 font-size: 11px; 
	 color: #000000; 
	 line-height: 15px; 
	 font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.catnav A:visited {
	font-weight: normal;
	 font-size: 11px; 
	 color: #000000; 
	 line-height: 15px; 
	 font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.catnav A:hover {
	font-weight: normal;
	 font-size: 11px; 
	 color: green; 
	 line-height: 15px; 
	 font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.category {
	font-size: 12px; 
	color: #333333; 
	 line-height: 15px;
	 font-family: Arial, Helvetica, sans-serif;
}
.category P {
	font-size: 12px; 
	color: #333333; 
	 line-height: 15px;
	 font-family: Arial, Helvetica, sans-serif;
}
.category A:link {
	font-size: 12px; 
	color: #0033cc; 
	 line-height: 15px;
	 font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none;
}
.category A:visited {
	font-size: 12px; 
	color: #0033cc; 
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none;
}
.category A:hover {
	font-size: 12px; 
	color: #0033cc; 
	 line-height: 15px;
	 font-family: Arial, Helvetica, sans-serif; 
	text-decoration: underline;
}
.revheadertext {
	font-family: tahoma, verdana, arial;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	width: 150px;
	background-image: url(../images/bg/menu_blue.gif);
}
.revheadertext2 {
	font-family: tahoma, verdana, arial;
	font-size: 11pt;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #666666;
}
.front_nav {
	font-weight: normal;
	font-size: 10pt;
	color: #0A50A1;
	font-family: tahoma, verdana, arial;
	font-style: normal;
}
.front_nav A:link {
	font-weight: normal;
	font-size: 10pt;
	color: #0A50A1;
	font-family: tahoma, verdana, arial;
}
.front_nav A:visited {
	font-weight: normal;
	font-size: 10pt;
	color: #0A50A1;
	font-family: tahoma, verdana, arial;
}
.front_nav A:hover {
	color: #F33;
	font-size: 10pt;
	font-family: tahoma, verdana, arial;
}
.front_nav A:active {
	font-weight: normal;
	font-size: 10pt;
	color: #0A50A1;
	font-family: tahoma, verdana, arial;
}
.bottomborder {
	COLOR: #000000;
	font-family: tahoma, verdana, arial;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
}
.bottomborder2 {
	COLOR: #000000;
	font-family: tahoma, verdana, arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
}
.description {
	font-family: tahoma, verdana, arial;
	font-size: 9pt;
	color: #000000;
	padding-left:15px;
}
.color_full_path {
	FONT-SIZE: 10px; 
	COLOR: #008000;
}
.color_full_path A:link {
	FONT-SIZE: 10px; 
	COLOR: #008000;
}
.color_full_path A:visited {
	FONT-SIZE: 10px; 
	COLOR: #008000;
}
.color_full_path A:hover {
	FONT-SIZE: 10px; 
	COLOR: #008000;
	text-decoration: underline;
}
.color_full_path A:active {
	FONT-SIZE: 10px; 
	COLOR: #008000;
}
.credit-card-details {
	FONT: 9px Arial, Helvetica, sans-serif;
}
.subcatheadertext {
	font-family: tahoma, verdana, arial;
	font-size: 9pt;
	color: #800000;
}
.subcatheadertextbold {
	font-family: tahoma, verdana, arial;
	font-size: 9pt;
	font-weight: bold;
	color: #800000;
}
.rightnav {
	COLOR: #fff; 
	BACKGROUND-COLOR: #184b7c;
}
.rightnav A {
	FONT: 11px Arial, Helvetica, sans-serif; 
	TEXT-TRANSFORM: none; 
	COLOR: #8dc3f8; 
	TEXT-DECORATION: none;
}
.rightnav A:hover {
	COLOR: #ff6a6a; 
	TEXT-DECORATION: none;
}

.promo {
	COLOR: #000000; 
	font-family: tahoma, verdana, arial;
	font-size: 9pt;
}
.promo A {
	font-family: tahoma, verdana, arial;
	font-size: 9pt;
	COLOR: #000000; 
}
.promo A:hover {
	COLOR: #000000; 
	font-family: tahoma, verdana, arial;
	font-size: 9pt;
}
.promo A:visited {
	COLOR: #000000; 
	font-family: tahoma, verdana, arial;
	font-size: 9pt;
}
/***************************************************/
/**************** MENUS WIDGETS ***********************/
/***************************************************/
.page-sub-nav A {
	TEXT-DECORATION: none;
}
.AccordionPanelTabHover {
	color: #778CCA;
}
.bgimage {
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	color: #0A50A1;
	background-image: url(../images/bg/cell-background.gif);
}
.bgimage2 {
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	color: #0A50A1;
	background-image: url(../images/bg/cell-background.gif);
}
#vdividermenu ul{
margin: 0;
padding: 0;
	padding-top: 2px;
margin-bottom: 1em;
float: left;
	font: 12px Verdana;
width: 99%;
border: 1px solid #666666;
background-color: #ffffff;
}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
width: 95%;
}

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{
float: left;
	color: #595959;
padding: 2px 12px;
text-decoration: none;
background: transparent url(../images/bg/vertical.gif) no-repeat;
font: 12px Verdana;
}

#vdividermenu ul li a:visited{
	color: #595959;
}
#vdividermenu ul li A:active {
	COLOR: #C7DEE9;
}

#vdividermenu ul li a:hover{
color: black;
background-color: #C7DEE9;
}
.wireframemenu{
	background-color: #FBFBFB;
	width: 190px;
	border-top: none;
	border-right: none;
	border-bottom: 1px inset #666666;
	border-left: none;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
	width: 183px;
}

.wireframemenu ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.wireframemenu a{
	font: 13px Verdana;
	padding: 4px 3px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #666666;
	text-decoration: none;
	border-bottom: 1px solid #C0C0C0;
}

.wireframemenu a:visited{
	color: #666666;
}

html>body .wireframemenu a{ /*Non IE rule*/
	width: auto;
}

.wireframemenu a:hover{
	background-color: #C7DEE9;
	color: black;
}
.card-position {
	background-position: top;
	text-align: center;
}


/* BEGIN TABBED PANELS*/

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font: bold 1em sans-serif;
	background-color: #FFF;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}
.TabbedPanelsTabHover {
	background-color: #C7DEE9;
}
.TabbedPanelsTabSelected {
	background-color: #C7DEE9;
	border-bottom: 1px solid #EEE;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
	/*border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-right: solid 1px #999;*/
	border-top: solid 1px #999;
	background-color: #FFF;
}
.TabbedPanelsContent {
	padding: 4px;
	background: #FBFBFB;
}
.TabbedPanelsContent2 {
	padding: 4px;
	background: #000000;
}
.TabbedPanelsContentVisible {
}
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

/* CREDIT.COM Bullest*/

#creditcom_bullets
{
	margin-left: 35px;
	color: #666666;
	margin-top: 20px;
	margin-bottom: 20px;
	font: 10pt "Microsoft Sans Serif";
}
#creditcom_bullets2
{
	margin-left: 20px;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	font: 10pt "Microsoft Sans Serif";
}

.div_bg_payday
{
	background: url(../images/bg/2payday.jpg);
	height: 384px;
	width: 600px;
}

.div_card_display
{
	background: url(../images/bg/aframe2.gif);
	height: 243px;
	width: 600px;
}.div-spry-front {
	background-color: #FFF;
	text-align: center;
	margin: 1px;
	padding: 1px;
	height: 33px;
	background-image: url(../images/logos/Bank-Logos-Mastercard.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 105px;
}.div-spry-front_visa {
	background-color: #FFF;
	text-align: center;
	margin: 1px;
	padding: 1px;
	height: 33px;
	background-image: url(../images/logos/Bank-Logo-Visa.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 105px;
}.div-spry-front_citi {
	background-color: #FFF;
	text-align: center;
	margin: 1px;
	padding: 1px;
	height: 33px;
	background-image: url(../images/logos/Bank-logos-Citi.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 105px;
}.div-spry-front_capone {
	background-color: #FFF;
	text-align: center;
	margin: 1px;
	padding: 1px;
	height: 33px;
	background-image: url(../images/logos/capital-one-logo.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 105px;
}.div-spry-front_amex {
	background-color: #FFF;
	text-align: center;
	margin: 1px;
	padding: 1px;
	height: 33px;
	background-image: url(../images/logos/Bank-logos-Amex.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 105px;
}.div-spry-front_hsbc {
	background-color: #FFF;
	text-align: center;
	margin: 1px;
	padding: 1px;
	height: 33px;
	background-image: url(../images/logos/Household-Bank-Logo.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 105px;
}.div-spry-front_disc {
	background-color: #FFF;
	text-align: center;
	margin: 1px;
	padding: 1px;
	height: 33px;
	background-image: url(../images/logos/Bank-logos-Discover.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 105px;
}.div-spry-front_mbna {
	background-color: #FFF;
	text-align: center;
	margin: 1px;
	padding: 1px;
	height: 33px;
	background-image: url(../images/logos/mbnaCanada.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 105px;
}.div-spry-front_iberia {
	background-color: #FFF;
	text-align: center;
	margin: 1px;
	padding: 1px;
	height: 33px;
	background-image: url(../images/logos/iberia.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 105px;
}.div-spry-front_simmons {
	background-color: #FFF;
	text-align: center;
	margin: 1px;
	padding: 1px;
	height: 33px;
	background-image: url(../images/logos/us-simmons.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 105px;
}
/***************************************************/
/**************** CALCULATOR.CSS ***********************/
/***************************************************/
.calc {
	background: #E7E8F9;
	border: 1px solid #8688A8;
	font: 100% arial,verdana,helvetica,lucida,sans-serif;
	color: #000000;
	border-collapse: collapse;
}
.calc_input {
	font: 100% arial,verdana,helvetica,lucida,sans-serif;
	color: #000000;
}
.calc_button {
	font: 100% arial,verdana,helvetica,lucida,sans-serif;
	color: #000000;
}
.sfont {
	font-family: arial,verdana,helvetica,lucida,sans-serif;
	font-size: 100%;
	color: #666;
}
.err{
	color: #CC0000;
	font-family: arial,verdana,helvetica,lucida,sans-serif;
	font-size: 100%;
}
TH {
	border: 1px solid #8688A8;
	background: #E6E6E6;
	font-weight: bold;
	padding: 3px;
	color: #373845;
}
#tiplayer {
	font-family: arial, verdana, helvetica, lucida, sans-serif;
	font-size: 100%;
	position: absolute;
	width: 300px;
	padding: 4px;
	background: #FFFFE1;
	border: 1px solid #000000;
	z-index: auto;
	visibility: hidden;
}
#powered_by, #powered_by a{
	font: 11px arial,verdana,helvetica,lucida,sans-serif;
	margin-top: 15px;
	text-align: center;
	color: #BBBBBB;
}
.fill01 {background-color: #FFFFFF}
.fill02 {background-color: #E7E8F9}
#calcH1{
	font: bold 125% arial,verdana,helvetica,lucida,sans-serif;
	color: #595B70;
	text-align: center;
}
#calclist{font: 90% arial,verdana,helvetica,lucida,sans-serif}
#calclist li{margin-bottom: 6px}
#pathway{
	font: bold 100% arial,verdana,helvetica,lucida,sans-serif;
	color: #7D7D7E;
	text-align: center;
}
#pathway a{
	font-weight: normal;
	text-decoration: none;
}
#texttable{
	font: 100% arial,verdana,helvetica,lucida,sans-serif;
}
