body {
	font-family: DFKai-SB;
	font-size: 100%;
	background-image: url(images/background.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;	
}
#topnav {
	background-image: url(images/navBG_violet.png);
	background-repeat: no-repeat;
	height: 50px;
}

#topnav ul {
	margin: 0px;
	padding: 0px;
}
#topnav li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#topnav a {
	display: block;
	float: left;
	width: 100px;
	height: 50px;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 1px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-decoration: none;
	text-transform: lowercase;
}
#topnav .active a{
	background-image: url(images/navBG_gold.png);
	background-repeat: no-repeat;
	color: #606;
}

#footer {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	color: #066;
	font-weight: normal;
	text-align: center;
	font-size: 90%;
	font-family: DFKai-SB;
}

#topnav a:hover {
	color: #6FF;
	text-decoration: underline;
}

#content {
	background-image: url(images/treeBG.jpg);
	padding-top: 20px;
	padding-left: 10px;
	color: #606;
}

#content a:link, a:visited, a:active {
	font-weight: bold;
	color: #600;
	text-decoration: none;
	text-decoration: underline
}
#content a:hover {
	color: #C30;
	text-decoration: underline;
}
#content p {
	font-size: 20px;
}

.tblAgenda {
	margin: 5px;
	text-align: center;
	border: medium outset #CCC;
}
.tblAgenda td {
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: thin #FC3; 
}
.tblAgenda p {
	text-align: center;
	color: #606;
}

.descC {
	font-size: 20px;
	color: #606;
}

.descM {
	background-color: #9CF;
}

.descR {
	background-color: #C9F;
}

.descT 	{
	background-color: #F9F;
}

.pic {
	background-color: #FFF;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}
h2 {
	text-align: Center;
	font-size: 1.1em;
	color: #F00;
}
em {
	font-style: normal;
	font-weight: bold;
}
h3 {
	color: #606;
}


.descC ,.descM,.descR ,.descT  p {
	font-family: DFKai-SB;
	line-height: 1.3em;
}

.descC a:link {
	color: #003;
	text-decoration: underline;
}
strong {
	color: #900;
}

