body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}
a {
	text-decoration: none;
	color:##AAAA55;
}
a:hover {
	text-decoration:underline;
	color: #352062;
}

a.menu {
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a.menu:hover {
	text-decoration:none;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

img {	border-width: 0px;}

.textHeader
{
   font-family:arial; 
   font-size:16px;
   color:#5E2800;
   font-weight: bold;
}

.text
{
   font-family:arial; 
   font-size:12px;
   color: black;
}
.barText
{
   font-family:arial; 
   font-size:14px;
   color: black;
}
.barBoldText
{
   font-family:arial; 
   font-size:16px;
   color: #FF3366;
   font-weight: bold;
}

#topAd {
 position:relative;
 top: -90px;
 left: 10px;
}

#lead {
	position: relative;
	top: 25px;
	left: 25px;
}

