/* Default Font Type - any font residing within the TD tags of a table */
body, div, p, blockquote, ol, ul, dl, li, dt, dd, td 
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px;
}

/* ------------------ Default Font Type Styles ------------------ */
/* Bold */
.NormalBold
{
	font-weight:bold;
}

/* Italic */
.NormalItalic
{
	font-style: italic;
}

/* Underline */
.NormalUnderline
{
	text-decoration: underline;
}

/* ------------------ Small Font Type ------------------ */
.Small
{
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px;
}

/* Small Bold */
.SmallBold
{
	font-weight:bold;
    FONT-SIZE: 11px;
}

/* Small Italic */
.SmallItalic
{
	font-style: italic;
    FONT-SIZE: 11px;
}

/* Border line */
.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

			.lightTextDkBg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E9B164;
}

/* ------------------ LINKS ------------------ */
/* Universal Links */
A{text-decoration: none;} 
A:link {text-decoration: underline; color: #333366;}
A:visited {text-decoration: underline; color: #333366;}
A:active {text-decoration: none; color: #333366;}
A:hover {text-decoration: none; color: #333366;}

/* LINKS Set #1 */
			/* GTC Food Menu */
			a.gtcFoodMenu:link
			{
				text-decoration: none;
				color: #333366;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:10px;
			}
			a.gtcFoodMenu:visited
			{
				text-decoration: none;
				color: #333366;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:10px;
			}
			a.gtcFoodMenu:hover
			{
				text-decoration:underline;
				color: #333366;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:10px;
			}
/* LINKS Set #2 */
			/* For links on black or dark background */
			a.dkbg:link
			{
				text-decoration: underline;
				color: #BF7931;
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
			}
			a.dkbg:visited
			{
				text-decoration: underline;
				color: #BF7931;
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
			}
			a.dkbg:hover
			{
				text-decoration: none;
				color: #BF7931;
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
			}

