H1 {
	font-family: arial;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
}

H2 {
	font-family: arial;
	font-size: 13pt;
	font-weight: bold;
}

TH {
	color: white;
	background-color: rgb(120,120,120);
	text-align: left;
	padding: 0 0 0 5;
}

TD.MenuItem {
	text-align: center;
	width: 115;
}

TD.month { 
	text-align: right; 
	font-weight: bold; 
	padding: 0 20 0 0;
}

A.Application {
	font-size: 10pt;
	text-decoration: none;
	color: white;
}

A.FooterMenu {
	text-decoration: none;
	color: rgb(170,23,33);
}

A.FooterMenu:hover { text-decoration: underline; }

A.Application:hover { color: yellow; }
A.Application_over { font-size: 10pt; color: yellow; text-decoration: none; }

TH.PromoGift, TH.PromoCredit {
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
	background-color: rgb(200,0,0);
	color: white;
	border-top: 2px solid red;
	border-left: 2px solid red;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
}

TD.PromoGift, TD.PromoCredit {
	background-image: url(/images/promo_background.jpg);
	background-repeat: no-repeat;
	background-color: rgb(255,251,224);
	border-top: 2px solid rgb(255,255,200);
	border-left: 2px solid rgb(255,255,200);
	border-right: 2px solid rgb(100,100,50);
	border-bottom: 2px solid rgb(100,100,50);
}

TD.Rates {
	background-color: rgb(220,220,220);
}
