html {overflow-y: scroll;}

td, select, input, p, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
p, ul {
	text-align: justify;
	line-height: 18px;
}
.title {
	font-family: Optima, Arial, Helvetica, sans-serif;
/*	font-size: 24px;
	line-height: 24px;*/
	font-size: 18px;
	line-height: 18px;
	font-weight:bold;
	color: #213979;
}
.right {
	text-align: right;
}
.subtitle {
	font-family: Optima, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;	
	color: #213979;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img {
	border:0px;
}

.small {
	font-size: 10px;
}
.search {
	font-size: 11px;
        font-weight:bold;
}
.searchform {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5E5F60;
	width: 100px;
}
.white {
	color: #FFFFFF;
}
.pale_blue {
	color: #CFDBFA;
}
.light_blue {
	color: #8EACF8;
}
.bold {
	font-weight:bold;
}
.price_sub_title {
	font-family: Optima, Arial, Helvetica, sans-serif;;
	font-size: 12px;
	color: #FFFFFF;
}

.price_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
        text-align: center;
}

.price_table_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
        text-align: left;
}

.price_table_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
        border-right: solid 1px #FFFFFF;
        text-align: center;
}

#steps {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-weight: bold;
	color: #909090;
	font-size: 11px;
	text-decoration: none;
	height: 24;
	line-height: 1.8em;
	background-image: url(/images/stepgrey.gif);
}
#steps a:link,
#steps a:visited {
	display: block;
	color: #000000;
/*
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	height: 24;
	line-height: 1.8em;
*/
	background-image: url(/images/stepred.gif);
} 
#steps a:hover {
	color: #354dc4;
	text-decoration: none;
	font-size: 11px;
	background-image: url(/images/stepblue.gif);
}
#steps2 {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-weight: bold;
	color: #909090;
	font-size: 11px;
	text-decoration: none;
	height: 24;
	line-height: 1.8em;
	background-image: url(/images/steplred.gif);
}
#steps2 a:link, #steps2 a:visited {
	display: block;
	color: #909090;
/*
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	line-height: 1.8em;
	height: 24;
*/
	background-image: url(/images/steplred.gif);
} 
#steps2 a:hover {
	color: #354dc4;
	text-decoration: none;
	font-size: 11px;
	background-image: url(/images/stepblue.gif);
}
.stephd {
	font-family : Arial, Helvetica;
	color: #000000;
	font-size : 14px;
	font-weight: bold;
	padding: 10px 0px 3px 0px;
}
.stepdesc {
	font-family : Arial, Helvetica;
	color: #000000;
	font-size : 11px;
	padding: 0px 0px 10px 0px;
	line-height: 1.2em;
}
.stepslight {
	font-family: Arial;
	color: #cc0000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.stepslight a:link {
	color: #ff6600;
	text-decoration: none; 
}
.stepslight  a:visited {
	color: #ff6600;
	text-decoration: none;
}
.stepslight  a:hover {
	color: #354dc4;
	text-decoration: none;
}

.confirm,
.error,
.alert
{
	margin-bottom: 5px;
}
.confirm th,
.error th,
.alert th
{
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	text-align: left; 
}

.confirm { /* basics of confirmation box */
	border: 1px solid #00CC00;
	background-color: #CCFFCC;
}
.confirm th { /* header for confirmation box */
	background-color: #00CC00;
}

.error { /* basics of error box */
	border: 1px solid #CC0000;
	background-color: #FFCCCC;
}
.error th { /* header for error box */
	background-color: #CC0000;
}

.alert { /* basics of alert box */
	border: 1px solid #FFCC00;
	background-color: #FFFFCC;
}
.alert th { /* header for alert box */
	background-color: #FFCC00;
}

.centerText,
.centerText p
{
	text-align: center;
}

.leftText,
.leftText p
{
	text-align: left;
}





/***** info popups *****/
a.tipInfo {
	position: relative;
}
/* Added to solve the z-order problem of IE */
a.tipInfo span{
	display: none;
}
a.tipInfo:hover {
	z-index: 2;
	text-decoration: none;
	background-color: #FFF;
}
/* End */
a.tipInfo:hover{
	font-weight: bold;
}
a.tipInfo:hover span{
	display: block;
	position: absolute;
	z-index: 1;
	top: 2em;
	left: 0em;
	min-width: 15em;
	border: 5px solid #EAF1F7;
	background-color: #FFF;
	color: #000;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	padding: 3px;
	line-height: 15px;
	text-decoration: none;
}