.white13 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

	font-weight: bold;

	color: #FFFFFF;

	text-decoration: none;

}

.grey13 {



	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

	font-weight: normal;

	color: #666666;

	text-decoration: none;

}

.white13:hover {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

	color: #CCCCCC;

	text-decoration: underline;



}

.Blue13 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

	color: #006699;

}

.pricingtablebrdr {

	border: thin solid #666666;

}

.body13 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

	color: #000000;

}

.Red13 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

	color: #990000;

}

.grey11 {





	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: normal;

	color: #666666;

	text-decoration: none;

}

.MainTableBrdr {

	border-top-width: thin;

	border-right-width: thin;

	border-bottom-width: thin;

	border-left-width: thin;

	border-top-style: none;

	border-right-style: solid;

	border-bottom-style: none;

	border-left-style: none;

	border-top-color: #006699;

	border-right-color: #006699;

	border-bottom-color: #006699;

	border-left-color: #006699;

}

.coupontablebrdr {



	border: thin dotted #666666;

}

.white15 {



	font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;

	font-weight: bold;

	color: #FFFFFF;

	text-decoration: none;

}




/* eform css */

form.eform {
        display: inline;
}
table.eform {
        margin-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
}
table.eform tr td {
        text-align: left;
        font-size: 9pt;
        color: #006394;
        font-weight: bold;
        padding-top: 5px;
}
table.eform tr td div {
        color: #006394;
        font-weight: bold;
	font-size: 9pt;
}
input.eform1 {
        color: #006394;
        border: 1px solid #006394;
        background-color: #ffffff;
        font-size: 7pt;
        padding: 2px;
        width: 125px;
}
input.eform2 {
        color: #006394;
        border: 1px solid #006394;
        background-color: #ffffff;
        font-size: 7pt;
        padding: 2px;
        font-weight: bold;
        margin-top: 3px;
        width: 85px;
}
div.eform_ok {
        font-weight: bold;
        color: #006600;
	font-size: 9pt;
}
div.eform_err {
        font-weight: bold;
        color: #990000;
	font-size: 9pt;
}

