/* CSS Document */

td {
	text-align: left;
	font-size: 11px;
}

body {
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 120%;
	font-size: 12px;
	color: #333333;
	background: #ffffff;
}

/* Joomla core stuff */
.nav a:link, .nav a:visited {
    text-align: center;
    width: 100%;
	height: 30px;
	line-height: 30px;
	display: block;
    font-size: 12px;
	color: #FFFFFF; text-decoration: none;
	font-weight: bold;
}

.nav a:hover {
	color: #FFFFFF;	text-decoration: none;
	background-color: #000000;
	font-weight: bold;
}

.copy {font-size: 10px; color: #C0C0C0;}

.copy a:link, .copy a:active, .copy a:visited {
	color : #C0C0C0;
	text-decoration : none;
}

.copy a:hover {
	color: #C0C0C0;
	text-decoration: underline;
}
