/* CSS Document */

*
{
	margin  : 0;
	padding : 0;
}

#mainContent
{
	margin-top : 10px;
	background : url(../../images/utile/tableMiddleRepeatComp.jpg) top left repeat-y;
}

#main
{
	background : url(../../images/utile/tableTopCompetitions.jpg) top left no-repeat;
}

#bottom
{
	width      : 862px;
	background : url(../../images/utile/tableBottomCompetitions.jpg) bottom left no-repeat;
}

#content
{
	padding    : 125px 20px 20px 20px;	
	width      : 620px;
	min-height : 250px;
}

.textTitle
{
	font-size   : 14px;
	font-weight : bold;
}

.text
{
	color:#2d3c8d;
}

.selectionRegional
{
	font-weight : bold;
	font-size   : 12px;
}

/* Define CSS for the Footer Class */ 
#content a:link, #content a:active, #content a:visited
{
	color           : #ff9933;
	text-decoration : none;
	font-weight     : bold;
}

#content a:hover
{
	text-decoration : underline;
	color           : #ff9933;
	font-weight     : bold;
}