.GGTCMenuItem
{ 
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	
}
.GGTCMenuItemEdit
{ 
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#FFF000;
	text-decoration:none;
	
}
.GGTCMenuItemBIG
{ 
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	
}
.GGTCContent
{ 
	font-family:Verdana;
	font-size: 10px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}
.GGTCContentBig
{ 
	font-family:Verdana;
	font-size: 12px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
	
}
.GGTCContentBold
{ 
	font-family:Verdana;
	font-size: 10px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
.GGTCContentTitle
{ 
	font-family:Verdana;
	font-size: 13px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}
.GGTCContentTitleBlack
{ 
	font-family:Verdana;
	font-size: 13px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
.GGTCContentTitleBig
{ 
	font-family:Verdana;
	font-size: 24px;
	font-weight:normal;
	color:#CC0000;
	text-decoration:none;
}

.whiteRightBorder
{
	border-right: 1px solid #FFFFFF;
}
.whiteTopBorder
{
	border-top: 1px solid #FFFFFF;
	border-bottom: 2px solid #cc0000;
}
.whiteBottomBorder
{
	border-top: 2px solid #cc0000;
	border-bottom: 1px solid #FFFFFF;
}
.redTopBorder
{
	border-top: 1px solid #c8433e;
}
.redBottomBorder
{
	border-bottom: 1px solid #c8433e;
}
.redLeftSideBorder
{
	border-left: 1px solid #c8433e;
}
.redRightSideBorder
{
	border-right: 1px solid #c8433e;
}
A.GGTC_Link
{
	color:#CC0000;
}