body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}

p {
	font-family: helvetica, verdana, arial;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
}

p.tiny {
	font-family: 'Lucida Grande', helvetica, verdana, arial;
	font-size: 10px;
	line-height: 15px;
	color: #000000;
	text-align: center;
	padding-top: 20px;
}

p.tiny a {
	font-family: 'Lucida Grande', helvetica, verdana, arial;
	font-size: 10px;
	line-height: 25px;
	color: #000000;
	text-align: center;
}

p.tiny a:link {
	color: #000000;
	text-decoration: none;
}

p.tiny a:active {
	color: #000000;
	text-decoration: none;
}

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

p.tiny a:hover {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}

.bar {
	font-family: helvetica, verdana, arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

a.nav {
	font-family: 'Lucida Grande', helvetica, verdana, arial;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 25px;
	
	}

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

a.nav:active {
	color: #000000;
	text-decoration: none;
}

a.nav:hover {
	color: #333333;
	text-decoration: none;
}
