body {
	color: #000000;
	background: #D1D1D1;
	font-family: arial, geneva, verdana, helvetica, sans-serif;
	font-size: 11px;
}

p {
	color: #000000;
	font-size: 12px; 
	font-family: verdana, arial, helvetica, sans-serif;
	margin-top: 5px;
}

p a:link	{
	color: #000000;
	text-decoration: underline;
}
p a:visited	{
	color: #000000;
	text-decoration: underline;
}
p a:active {
	color: #FF0000;
	text-decoration: underline;
}
p a:hover	{
	color: #FF0000;
	text-decoration: underline;
}

td {
	font: arial, helvetica, sans-serif;
	font-size:12px;
}

td a:link	{
	color: #000000;
	text-decoration: underline;
}
td a:visited {
	color: #000000;
	text-decoration: underline;
}
td a:active {
	color: #FF0000;
	text-decoration: underline;
}
td a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.left-pole {
	background: #000000;
}

.right-pole {
	background: #d1d1d1;
}

.copyright {
	margin-top: 20px;
	font-size: 9px;
	color: #999999;
	font-family: sans-serif
}

.copyright a:link, 
.copyright a:visited, 
.copyright a:active {
	color: #AAAAAA;
}

.copyright a:hover {
	color: #FF0000;;
}

.current-page-title {
	color: black;
	font-size: 18px;
	font-family: Aaux-Bold, Helvetica, Arial, Verdana, Geneva, sans-serif;
	text-decoration: none;
	margin-top:10px;
	margin-bottom:10px;
}

.current-page-subtitle {
	color: black;
	font-size: 18px;
	font-family: Aaux-Bold, Helvetica, Arial, Verdana, Geneva, sans-serif;
	text-decoration: none;
	margin-bottom: 3px;
}

