@charset "UTF-8";
/* CSS Document */

#menu p a:link {
	color: #FFF;
	text-decoration: none;
}
#menu p a:visited {
	color: #CCC;
	text-decoration: none;
}
#menu p a:hover {
	color: #FFF;
	text-decoration: underline;
}
#rightSidebar a img {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer p a:link {
	color: #FFF;
	text-decoration: none;
}
#footer p a:visited {
	color: #CCC;
	text-decoration: none;
}
#footer p a:hover {
	color: #FFF;
	text-decoration: underline;
}
#leftSidebar p a:link {
	color: #000;
	text-decoration: none;
}
#leftSidebar p a:visited {
	color: #333;
	text-decoration: none;
}
#leftSidebar p a:hover {
	color: #000;
	text-decoration: underline;
}
#rightSidebar p a:link {
	color: #000;
	text-decoration: none;
}
#rightSidebar p a:visited {
	color: #333;
	text-decoration: none;
}
#rightSidebar p a:hover {
	color: #000;
	text-decoration: underline;
}
#main_content a img {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#rightSidebar #events .text_center {
	padding: 0px;
	margin-top: 0px;
	/* [disabled]margin-right: 1px;
*/
	margin-bottom: 0px;
	margin-left: 0px;
}

