/*****************************************************************/
/* Styles of the Tables */
table.links
{
	width: 100%;
	border: none;
}

table.form
{
	background-color: white;
	border-top: grey 1px solid;
	border-right: grey 1px solid;
	border-bottom: grey 1px solid;
	border-left: grey 1px solid;
}

/*****************************************************************/
/* Styles of the Tables' cells */

table.form td.cell
{
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #F2F2F2;
}

table.links td.link
{
	width: 233px;
	height: 141px;
	padding: 40px 13px 0px 49px;
	background-repeat: no-repeat;
	/*background-color: orange;*/
	cursor: pointer;
	cursor: hand;
}

table.links td.linkna
{
	width: 233px;
	height: 141px;
	padding: 40px 13px 0px 49px;
	background-repeat: no-repeat;
	/*background-color: orange;*/
}

table.links td.linkOver
{
	width: 233px;
	height: 141px;
	padding: 40px 13px 0px 49px;
	background-repeat: no-repeat;
	/*background-color: orange;*/
	cursor: pointer;
	cursor: hand;
}


/*****************************************************************/
/* Styles of the fonts, divs and other */
table.links td.link div
{
	width: 171px;
}

table.links td.linkna div
{
	width: 171px;
}

font.descr
{
	color: #7C7C7C;
}

font.descrOver
{
	color: #CB233D;
}

font.blueReg
{
	color: #214877;
}

font.redReg
{
	color: #CB233D;
}

font.bigGrey
{
	font-size: 12px;
	font-weight: bold;
	color: #8D8E8F;
}

font.bigRed
{
	font-size: 12px;
	font-weight: bold;
	color: #CB233D;
}

font.bigBlue
{
	font-size: 12px;
	font-weight: bold;
	color: #214877;
}

font.blue
{
	font-weight: bold;
	color: #214877;
}

font.grey
{
	font-weight: bold;
	color: #8D8E8F;
}

font.red
{
	font-weight: bold;
	color: #CB233D;
}
