.nav						{	color: #ffffff;	font-size: 10pt;	 }
a.nav:link			{	color: #ffffff;	font-size: 10pt;	text-align: center;	}
a.nav:active		{	color: #ffffff;	font-size: 10pt;	text-align: center;	 }
a.nav:visited	{	color: #ffffff;	font-size: 10pt;	text-align: center;	 }
a.nav:hover		{	color: #ffffff;	font-size: 10pt;	text-align: center;	 text-decoration: underline;}

.news						{	color: #000000;	font-size: 9pt;	 }
td.news						{	color: #000000;	font-size: 9pt;	 }
th.news						{	color: #000000;	font-size: 10pt;	 }
a.news:link			{	color: #000000;	font-size: 9pt;	text-align: center;	}
a.news:active		{	color: #000000;	font-size: 9pt;	text-align: center;	 }
a.news:visited	{	color: #000000;	font-size: 9pt;	text-align: center;	 }
a.news:hover		{	color: #000000;	font-size: 9pt;	text-align: center;	 text-decoration: underline;}

.alert	{	color: #ff0000;	font-size: 10pt;	font-weight: bold; }

body
{
background-image:url(../img/background_02.jpg);
background-repeat:no-repeat;
background-position:center middle;
background-attachment:fixed;
font-family: Tahoma, Verdana; 		
font-size: 10pt;
}

td
{
font-family: Tahoma, Verdana;
font-size: 10pt;
color: #000000;
}

th
{
font-family: Tahoma, Verdana;
font-size: 10pt;
}

h3
{
font-family: Tahma, Verdana;
font-size: 10pt;
color: #ff0000;
}

h2
{
font-family: Tahoma, Verdana;
font-size: 11pt;
}

a:link
{
color: #005500;
text-decoration: none;
}

a:visited
{
color: #000000;
text-decoration: none;
}

a:active
{
color: #996600;
text-decoration: underline;
}