﻿/*
largertext_screen.css
Larger Text screen media CSS common to all stylesheets.

author: Sing Chan
version: 0.6
last modified: February 06, 2007
*/

.tg-ContentPrimary, .tg-Panel {
	font-size: 110%;
}

.tg-ContentPrimary h1 {
	font-size: 123%;
}

.tg-ContentPrimary h2 {
	font-size: 95%;
}

.tg-Panel h2 {
	font-size: 90%;
}

.tg-Offers-Default .tg-ContentPrimary .tg-Panel h2, .tg-Offers-Default .tg-ContentSecondary .tg-Panel h2 {
	font-size: 110%;
}
.tg-Offers-Default .tg-ContentPrimary .tg-Panel h3, .tg-Offers-Default .tg-ContentSecondary .tg-Panel h3 {
	font-size: 98%;
}


.tg-FontSize-XL a {
	color: #E86C1F;
}

.tg-FontSize-Regular a, .tg-FontSize-Large a {
	color: #6F6F6F;
}