/* CSS Document */

body {

	background-color: #5ABA4A;

	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	color: #FFFFCC;
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	font-weight: bold;
}
h2 {

	font-size: 16px;

	font-weight: bold;

	color: #003333;

}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CF0;
}
a:hover {
	text-decoration: underline;
	color: #FF3;
}
a:visited {}
.title {
	color: #FFFFCC;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
}
.content {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.info {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #FFFFFF;

}

.event {

	background-image: url(images/background_circle.jpg);

	background-repeat: no-repeat;

}

.content2 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10pt;

	color: #666666;

}



