/* CSS Document */


.tablo {
	height: auto;
	width: 271px;
	position: relative;
}
.head {
	background-image: url(/images/css/table_head.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 271px;
}
.cont {
	height: auto;
	background-image: url(/images/css/table_bg.gif);
	background-repeat: repeat-y;
	padding-left: 20px;
	font-family: Tahoma;
	font-size: 12px;
	color: #044A22;
	text-align: left;
}
.cont a {
	color: #333333;
	text-decoration: none;
}
.cont a:hover {
	color: #FF6600;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
}


.cont ul{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.cont li {
	font-family: Tahoma;
	font-size: 11px;
	color: #044A22;
	list-style-image: url(/images/css/bullet.gif);
		}
/*************************************************************/
.tablo2 {
	height: auto;
	width: 450px;
	position: relative;
	margin-left: 10px;
}
.head2 {
	background-image: url(/images/css/table_head2.gif);
	background-repeat: no-repeat;
	height: 16px;
	margin-bottom:-3px;
}
.cont2 {
	background-image: url(/images/css/table_bg2.gif);
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 15px;
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	text-align: left;
	width:auto;
	height:auto;
	
}
.cont2 a {
	color: #044A22;
	text-decoration: none;
}
.cont2 a:hover {
	color: #FF0000;
	text-decoration: none;
}


.cont2 ul{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.cont2 li {
	font-family: Tahoma;
	font-size: 11px;
	color: #044A22;
	list-style-image: url(/images/css/bullet.gif);
		}
.foot2 {
	background-image: url(/images/css/table_foot2.gif);
	height: 16px;
	background-repeat: no-repeat;
}
.title2 {
	position:static;
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #B4AE60;
	padding-left: 15px;
	margin-bottom: -6px;
	font-size: 16px;
	text-align: left;
	overflow: visible;
}

/*************************************************************/
.tablosub {
	height: auto;
	width: 200px;
	position: relative;
	margin-left: 30px;
}
.headsub {
	background-image: url(/images/css/table_headsub.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 200px;
}
.contsub {
	height: auto;
	background-image: url(/images/css/table_bgsub.gif);
	background-repeat: repeat-y;
	padding-left: 20px;
	font-family: Tahoma;
	font-size: 12px;
	color: #044A22;
	text-align: left;
	width:auto;
	
}

.contsub ul{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.contsub li {
	font-family: Tahoma;
	font-size: 12px;
	color: #044A22;
	list-style-image: url(/images/css/bullet.gif);

		}
.contsub li a{
	color: #044A22;
	list-style-image: url(/images/css/bullet.gif);
	text-decoration: none;
		}
.contsub li a:hover{
	color: #FF0000;
	text-decoration: underline;
		}
.footsub {
	background-image: url(/images/css/table_footsub.gif);
	height: 16px;
	background-repeat: no-repeat;
}
/*************************************************************/
.foot {
	background-image: url(/images/css/table_foot.gif);
	height: 16px;
	width: 271px;
	background-repeat: no-repeat;
}
.title {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	color: #009240;
	margin-bottom: -5px;
	font-size: 24px;
	text-align: left;
	z-index: 100;
	letter-spacing: -0.1em;
}
#text{
	font-size: 3em; /* optional. just to increase the font size. */
	display: block;
	line-height: 1em;
	color: #666; /* shadow color */
	background-color: transparent;
	white-space: nowrap; /* wrapping breaks the effect */
}

#text:before,
#text:after{
	content: "text shadow"; /* generated text */
	display: block;
}

#text:before{
	margin-bottom: -1.05em;
	margin-left: 0.1ex;
	color: #ccc; /* shadow color */
	background-color: transparent;
}

#text:after{
	margin-top: -1.05em;
	margin-left: -0.1ex;
	color: #fff; /* text color */
	background-color: transparent;
}
form {
	margin: 0px;
	padding: 0px;
}

#events {
	width: 450px;
	font-family: Tahoma;
	font-size: 12px;
	color: #044A22;
	text-align: left;
}
#events img {
	padding: 3px;
	border: 3px solid #C5BF6A;
	background-color: #FFFFFF;
}

#events td{
	margin: 0px;
	padding: 0px;
}

