/* Table Cell styles */
td.LeftMenuTop
{
	background-color: #cc3333;
}

td.TopMenuDark
{
	background-color: #cc3333;
}

td.TopMenuLight
{
	background-color: #FD8282;
}

td.FooterRow
{
	background-color: #FAF1F2;
}

/* Text styles */
A
{
	font-family : Arial, Helvetica, sans-serif;
	color : #CC3333;
	font-size : 12px;
	font-weight: bold;
	text-decoration: none;
}

A.NormalLink
{
	font-weight: normal;
}

A.Smallink
{
	font-weight: normal;
	font-size: 11px;
}

.LargeHeadline
{
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	editmenuname: Large Headline;
	font-weight: bold;

}

.LargeCampaignHeadline
{
	font-size: 36px;
	color: #CC3333;
	text-decoration: none;	
	editmenuname: Large Campaign Headline;
}

.SmallText, A.SmallText
{
	font-size: 11px;
	color: #CC3333;
	font-weight: normal;
	text-decoration: none;	
	editmenuname: Small text (P);
}

.SmallBold, A.SmallBold
{
	font-size: 11px;
	font-weight: bold;
	color: #CC3333;
	text-decoration: none;	
	editmenuname: Small bold (P);
}

#topMenu 
{
	display: 				block;
	position:				relative;
	width:					100%;
	padding:				0px 0px 0px 0px;
	background-color:		#CC3333;
	height:					30px;
	left: 1px;

}

#topMenu a 
{
	margin-top:				1px;
	height:					29px;
	float:					left;
	position:				relative;
	display:				block;
	color:					#ffffff;
	background-color:	 	#CC3333;
	text-decoration:		none;
	font-size:				11px;
	padding:				2px 14px 0px 6px;
	font-weight: normal;
}


#topMenu a i
{
	float:					right;
}

#topMenu a:hover 
{	
	background-color:		 #FD8282 !important;
	color: #CC3333;
}

#topMenu a.active 
{	
	background-position: 	6px 100%; 
	background-repeat:		no-repeat; 
}
