/*
 * eFrequency Weblink "2112" theme
 * Modified by:   Chris Goad
 * Modified date: July 10, 2008
 * RFC:           63763
 * Description:   Changes made for adding eCard to Memberlink.  Corrected the spelling of Garamond.
 */
 
.page {
	background-color: rgb(0, 0, 0);
}

.title {
	font-family:Bookman Old Style;
	font-weight:normal;
	font-style:normal;
	font-size: 24pt;
	text-align: center;
	color: rgb(220, 0, 0);
}

.instructions {
	font-family:Bookman Old Style;
	font-weight:normal;
	font-style:normal;
	font-size: 12pt;
	text-align: left;
	color: rgb(120, 224, 224);
}

.fldLabel {
	font-family: Bookman Old Style;
	font-weight:bold;
	font-style:normal;
	font-size: 12pt;
	text-align: right;
	color: rgb(20, 224, 224);
    width:50%;
}

.fldData {
	font-family:Bookman Old Style;
	font-weight:normal;
	font-style:normal;
	font-size: 12pt;
	text-align: left;
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
    width:230px;
}

.BPName {
	font-family:Bookman Old Style;
	font-weight:bold;
	font-style:normal;
	font-size: 12pt;
	text-align: right;
	color: rgb(120, 224, 224);
}

.BPBalance {
	font-family:Bookman Old Style;
	font-weight:normal;
	font-style:normal;
	font-size: 12pt;
	text-align: left;
	color: rgb(120, 224, 224);
}

.homelink {
	font-family:Bookman Old Style;
	font-weight:normal;
	font-style:normal;
	font-size: 9pt;
	text-align: center;
	color: rgb(120, 224, 224);
}

.grpbox {
	font-family:Bookman Old Style;
	font-weight:bold;
	font-style:normal;
	font-size: 12pt;
	text-align: left;
	color: rgb(220, 0 ,0);
}

.asterisk {
	font-family: Bookman Old Style;
	font-weight: normal;
	font-size: 10pt;
	font-style: normal;
	text-align: left;
	color: rgb(220, 0, 0);
}

.login {
	font-family: Bookman Old Style;
	font-weight: bold;
	font-size: 11pt;
	font-style: normal;
	text-align: center;
	text-decoration: underline;
	color: rgb(120, 224, 224);
}

.Txn_both {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:  10pt;
	font-weight: bold;
	font-style: normal;
	color: rgb(255, 255, 255);
	text-align: left;
}

.Txn_one {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:  18pt;
	font-weight: bold;
	font-style: normal;
	color: rgb(255, 255, 255);
	text-align: left;
}

.eCardBalance_both {
	font-family: Bookman Old Style;
	font-size:  10pt;
	font-weight: bold;
	font-style: normal;
	color: rgb(120, 224, 224);
	text-align: center;
}

.eCardBalance_one {
	font-family: Garamond, Times New Roman, Times;
	font-size:  12pt;
	font-weight: bold;
	font-style: normal;
	color: rgb(255, 255, 255);
	text-align: center;
}

.TxnValues_both {
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal; 
	color: rgb(0, 0, 0); 
	text-align: left; 
}

.TxnValues_one {
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 14pt; 
	font-weight: bold; 
	font-style: normal; 
	color: rgb(0, 0, 0); 
	text-align: left;
}
.EditProfile { 
        font-family: Bookman Old Style; 
        font-size:10pt; 
        font-weight:normal; 
        font-style:normal; 
        color:rgb(120, 224, 224); 
        text-align:center 
}

