body 
{
margin: 0px 0px 0px 0px;
background-color: #ccc;
background-image: url('../images/bg-home-2009.jpg');
background-attachment: scroll;
background-position: top left;
background-repeat: repeat-x;
}

#textHome
{              
font-size: smaller;
text-align: left;
color: #fff;
}
 
.footerhome2
{
font-family: arial;
font-size: 8pt;
font-weight: normal;
color: #000;
text-align: center;
vertical-align: middle;
}

a.footerlinkhome2:link, a.footerlinkhome2:visited, a.footerlinkhome2:active, a.footerlinkhome2:hover 
	{
	color: #000;
	text-decoration: none; 
}



h1
{
font-family: arial, verdana;
font-size: 10pt;
font-weight: bold;
color: #fff;
}

h1 a:link
{
color: #fff;
text-decoration: underline;
}

h1 a:visited
{
color: #fff;
text-decoration: underline;
}

h1 a:active
{
color: #fff;
text-decoration: underline;
}

h1 a:hover
{
color: #fff;
text-decoration: underline;
}










h2
{
font-family: arial, verdana;
font-size: 9pt;
font-weight: bold;
color: #fff;
}


h3
{
font-family: arial, verdana;
font-size: 8pt;
font-weight: normal;
color: #333;
margin-top: 50px;

}

h3 a
{
color: #333;
text-decoration: underline;
}

h3 a:hover
{
color: #333;
text-decoration: underline;
}



h2#footerWords
{
font-family: arial, verdana;
font-size: 13pt;
font-weight: bold;
color: #ff0000;
margin-top: 50px;
margin-left: 215px;
}



#menu a {
	font-family: arial;
	font-weight: bold;
	font-size: 8pt;
	display: block;
	text-align: center;
	color: #000;
	background-color: #ccc;
	width: 105px;
	padding: 5px 0px 5px 0px;
	text-decoration: none; 
	border: #000 solid 1px;
	}

#menu a:hover {
	font-size: 8pt;
	background-color: #c00;
	color: #fff;
	border: #ccc solid 1px;
	}
