/* CSS Document */

BODY
{
	background-image:url('images/bg_homepage.jpg');
}

UL
{
	margin: 14px;
}

LI
{
}

#tableHomepage
{
	background-color:#FFF;
	font-size:9pt;
}

.footer
{
	width:735px;
	font-size:8pt;
}

.tdHomepage
{
	padding:10px;
}

/* WHITE LINKS SMALL */

a.whitelinks:link
	{
	font-size: 8pt;
	color:#FFF;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	}
a.whitelinks:visited
	{
	font-size: 8pt;
	color:#FFF;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	}
a.whitelinks:hover
	{
	font-size: 8pt;
	color:#FFF;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	}
a.whitelinks:active
	{
	font-size: 8pt;
	color:#FFF;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	}

/* WHITE LINKS LARGE */

a.whitelinksLarge:link
	{
	font-size: 10pt;
	color:#FFF;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
a.whitelinksLarge:visited
	{
	font-size: 10pt;
	color:#FFF;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
a.whitelinksLarge:hover
	{
	font-size: 10pt;
	color:#FFF;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
a.whitelinksLarge:active
	{
	font-size: 10pt;
	color:#FFF;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
