/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #990000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}
	
/* ID Styles */
	
#navigation a {
	font:10px arial;
	color: #f7ffe7;
	text-decoration:none;
	letter-spacing:0.1em;
	}
	
#navigation a:hover {
	color: #f7ffe7;
	text-decoration:underline;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	color: #f7ffe7;
	letter-spacing:0.3em;
	font-weight:lighter;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	}

.sidebarText {
	color: #f7ffe7;
	line-height:18px;
	font-family: georgia;
	font-size: 11px;
	}
#sidebarText a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #f7ffe7;
	text-decoration: none;
	font-weight: normal;
}

	
.bodyText {
	line-height:20px;
	color:#333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	vertical-align: top;
	}


.pageName {
	color: #9C0000;
	letter-spacing:0.1em;
	line-height:26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	}

.Stil1 {
	color: #9C0000;
	font-size: 14px;
	text-decoration: none;
	font-weight:bold;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.Stil2 {
	font-size: 11px;
	font-weight:bold;
	color: #9C0000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.Stil3 {
	font-size: 10px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

hr     {
	color: #9C0000;
        width: 90%;
	font-weight:bold;
	line-height: 20px;
}
	
.subHeader {
	font:14px georgia;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
.logosub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #f7ffe7;
	letter-spacing: 0.5em;
}

	
.navText {
	color: #f7ffe7;
	letter-spacing:.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}
	
	
#sidebarText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #f7ffe7;
	text-decoration: underline;
	font-weight: normal;
}
#sidebarText a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #f7ffe7;
	text-decoration: underline;
	font-weight: normal;
}

/* Thumbnail2 */

.thumbnail2{
position: relative;
z-index: 0;
}

.thumbnail2:hover{
background-color: transparent;
z-index: 5;
}

.thumbnail2 span{
position: absolute;
padding: 1px;
left: -30px;
border: px  gray;
visibility: hidden;
color: black;
text-decoration: none;
white-space:inherit;
min-width:100px;
}

.thumbnail2 span img{
border-width: 0;
padding: 5px;
}

.thumbnail2:hover span{
visibility: visible;
bottom: -30px;
left: 30px;
}
