/* CSS for SmartPay 
html td { behavior: url(../images/graphics/iepngfix.htc); }
html img { behavior: url(../images/graphics/iepngfix.htc); }
*/
body
        {
        background-color: #ffffff;
		background-image: url(../images/graphics/);
		background-position: top center;
		background-repeat: repeat-x;
        }

td.centerground {
	background-color: #ffffff;
	background-image: url(../images/graphics/bg.gif);
	background-position: bottom center;
	background-repeat: repeat-x;
}

td.homeground {
	background-color: #ffffff;
	background-image: url(../images/graphics/home_bg.jpg);
	background-position: bottom center;
	background-repeat: repeat-x;
}

font.whitetxt {font-family: arial;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

font.yellowtxt {font-family: arial;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	color: #feffa5;
}

font.litegreentxt {font-family: arial;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	color: #c8d6ad;
}

font.graytxt {font-family: arial;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	color: #484848;
}

font.blacktxt
{
	font-family: arial;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

font.bluetxt {font-family: arial;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	color: #14548a;
}

font.bluetxt2 {font-family: arial;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	color: #8eeeff;
}

font.bluetxt3 {font-family: arial;
	font-size: 110%;
	font-style: normal;
	font-weight: normal;
	color: #14548a;
}

a.gray:link {color: #484848;
	text-decoration: none;
}

a.gray:visited {color: #484848;
	text-decoration: none;
}

a.gray:hover {color: #89a737;
	text-decoration: underline;
	display: inline;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #89a737;
}

a.gray2:link {color: #484848;
	text-decoration: none;
}

a.gray2:visited {color: #484848;
	text-decoration: none;
}

a.gray2:hover {color: #14548a;
	text-decoration: underline;
	display: inline;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #14548a;
}

a.white:link {color: #ffffff;
	text-decoration: none;
}

a.white:visited {color: #ffffff;
	text-decoration: none;
}

a.white:hover {color: #deff9f;
	text-decoration: underline;
	display: inline;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #deff9f;
}

a.litegreen:link {color: #c8d6ad;
	text-decoration: none;
}

a.litegreen:visited {color: #c8d6ad;
	text-decoration: none;
}

a.litegreen:hover {color: #c8ff5e;
	text-decoration: underline;
	display: inline;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #c8ff5e;
}

a.blue:link {color: #14548a;
	text-decoration: none;
}

a.blue:visited {color: #14548a;
	text-decoration: none;
}

a.blue:hover {color: #15b2d1;
	text-decoration: underline;
	display: inline;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #15b2d1;
}

input.style01 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	color: #484848;
	vertical-align: middle;
	padding: 2px;
	border: 1px solid #bdd28e;
	background-color: #FFFFFF;
	background-position: top center;
	background-repeat: repeat-x;
}


.DarkGreenTitle {font-family: arial;
	font-size: 17px;
	color: #567024;
}

.GreenTitle {font-family: arial;
	font-size: 17px;
	color: #508443;
}

.DarkTitle {font-family: arial;
	font-size: 17px;
	color: #58585A;
}


.UnderlineBorder
{
	border-bottom: #F2EAE1 1px solid;
}


.SignupTitleDark {font-family: arial;
	font-size: 20px;
	color: #58585A;
}

.SignupTitleGreen {font-family: arial;
	font-size: 20px;
	color: #86B52B;
}

.BGModal
{
	background-color: Gray;
	filter: alpha(opacity=30);
	opacity: 0.7;
}

.BGFeatureTable
{
	cursor: hand;
	border-right: #a1cf4c 2px solid;
	border-top: #a1cf4c 2px solid;
	border-left: #a1cf4c 2px solid;
	border-bottom: #a1cf4c 2px solid;
}

A
{
	 color:#58585A;
}