
        :link {
                Font-Family : Arial, Helvetica, sans-serif;
                Color : #0000EE ;
                Text-Decoration : None;
                font-size: 11px;
        }
        
        :visited {
                Color : #0000EE   ;
                Font-Family : Arial, Helvetica, sans-serif;
                Text-Decoration : None;
                font-size: 11px;
                font-weight: normal;
        }
        
        A:hover {
                Color : #0000EE   ;
                Font-Family : Arial, Helvetica, sans-serif;
                Text-Decoration : Underline;
                font-size: 11px;
                Color : #006600 ;
                Background-Color: #FFFFCC ;
        }

        body {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 11px;
								margin: 0;
								padding: 0;
                Color : #000000   ;
        }

        p {
                Color : #000000   ;
								font-family: Arial, Helvetica, sans-serif;
                font-size: 12px;
								line-height:18px;
                display: inline;
        }

        LI {
                Color : #99AA00   ;
								font-family: Arial, Helvetica, sans-serif;
                font-size: 12px;
        }

        B {
                Color : #000000   ;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 12px;
                font-weight: bold;
        }

        td {
                Color : #000000   ;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 12px;
								line-height: 18px;
        }

        .warning_text {
                font-family: Georgia, Verdana, Arial, sans-serif;
                font-size: 13px;
                font-weight: bold;
                Color : #FF0000 ;
        }

        .title_text {
                font-family: Georgia, Arial, sans-serif;
                font-size: 16px;
                font-weight: bold;
                Color : #196EAF ;
        }

        .login_block {
                Font-Family : Arial, Helvetica ;
                Font-Size : 12px ;
                Color : #196EAF ;
                Text-Decoration : None ;
                Padding : 5px;
                Background-Color: #EFEFEF;
                Border-Top : #0000DD Solid 1px ;
                Border-Bottom : #0000DD Solid 1px ;
                Border-Right : #0000DD Solid 1px ;
                Border-Left : #0000DD Solid 1px ;
        }

        .login_header {
                Font-Family : Arial, Helvetica ;
                Font-Size : 12px ;
                Color : #0000AA ;
                Text-Decoration : None ;
                Padding : 5px;
                Background-Color: #CECDFD;
        }


				.margin_table {
                Padding : 4px;
                Background-Color: #EFEFEF;
                Border-Top : #000099 Solid 1px ;
                Border-Bottom : #0000DD Solid 1px ;
                Border-Right : #000099 Solid 1px ;
                Border-Left : #0000DD Solid 1px ;
        }

        .main_table {
								width : 100%;
								line-height: 24px;
                position: relative;
                Padding : 5px;
								Margin-Left : 10px;
								Margin-Right : 10px;
                Background-Color: #ffffff;
                Border-Top : #000099 Solid 1px ;
                Border-Bottom : #0000DD Solid 1px ;
                Border-Right : #000099 Solid 1px ;
                Border-Left : #0000DD Solid 1px ;
        }

        .data_table {
                Padding : 2px;
                Background-Color: #FFFFFF;
                Border-Top : #009 Solid 1px ;
                Border-Bottom : #009 Solid 1px ;
                Border-Right : #009 Solid 1px ;
                Border-Left : #009 Solid 1px ;
        }

        .data_header {
                Font-Family : Georgia, Verdana, Arial, Helvetica ;
                Font-Size : 12px ;
                Font-Weight : Bold ;
                Color : #000000 ;
                Text-Decoration : None ;
                Padding : 3px;
                Background-Color: #FFFFDD;
        }

        .data_field {
                Font-Family : Verdana, Arial, Helvetica ;
                Font-Size : 11px ;
                Color : #333333 ;
                Text-Decoration : None ;
                Padding : 1px;
                Background-Color: #FFFFFF;
                Border : #DDDDFF Solid 1px ;
                Font-Weight : Bold ;
        }

        .data_field2 {
                Font-Family : Verdana, Arial, Helvetica ;
                Font-Size : 11px ;
                Color : #333333 ;
                Text-Decoration : None ;
                Padding : 1px;
                Background-Color: #EFEFFF;
                Border : #DDDDFF Solid 1px ;
                Font-Weight : Bold ;
        }

        .header_row {
                Font-Family : Verdana, Arial, Helvetica ;
                Font-Size : 13px ;
                Font-Weight : Bold ;
                Color : #EEEEEE ;
                Text-Decoration : None ;
                Padding : 0px 10px 0px 10px;
                Background-Color: #00A13C;
                Border-Top : #030 Solid 1px ;
                Border-Bottom : #030 Solid 1px ;
        }

        input.fontbutton {
                color:#F8BF00;
                font-family:'Verdana, Arial',helvetica,sans-serif;
                font-size:13px;
                font-weight:bold;
                background-color:#06293F;
                border:1px inset;
                border-top-color:#0000DD;
                border-left-color:#0000DD;
                border-right-color:#06293F;
                border-bottom-color:#06293F;
                Padding : 5px;
        }

        input.mainbutton {
                color:#FFFF99;
                font-family:'Verdana, Arial',helvetica,sans-serif;
                font-size:13px;
                font-weight:bold;
                background-color:#006600;
                border:1px inset #333333;
                Padding : 5px;
								cursor:pointer;
        }

        input.mainbutton:HOVER {
                color:#FFFFFF;
                font-family:'Verdana, Arial',helvetica,sans-serif;
                font-size:13px;
                font-weight:bold;
                background-color:#00AA00;
                border:1px solid #999999;
                Padding : 5px;
								cursor:pointer;
        }

        input.smallbutton {
                color:#F8BF00;
                font-family:'Verdana, Arial',helvetica,sans-serif;
                font-size:10px;
                font-weight:bold;
                background-color:#06293F;
                border:1px inset;
                border-top-color:#0000DD;
                border-left-color:#0000DD;
                border-right-color:#06293F;
                border-bottom-color:#06293F;
        }

        .top_menu_text {
                font-family: Arial, sans-serif;
                font-size: 11px;
                font-weight: bold;
                Color : #006600 ;
                Background-Color: #EEEEEE ;
                Padding-Right : 12px ;
                Padding-Left : 12px ;
        }
        .top_menu_text:HOVER {
                font-family: Arial, sans-serif;
                font-size: 11px;
                font-weight: bold;
                Color : #006600 ;
                Background-Color: #FFFFCC ;
                Padding-Right : 12px ;
                Padding-Left : 12px ;
        }

        .news_table {
                Padding : 2px;
                Background-Color: #EEEEEE;
                Border-Top : #aa9 Solid 1px ;
                Border-Bottom : #aa9 Solid 1px ;
                Border-Right : #aa9 Solid 1px ;
                Border-Left : #aa9 Solid 1px ;
        }

				.image_cell {
                Background-Color: #FFFFFF;
                Border-Top : #CC9 Solid 1px ;
                Border-Bottom : #669 Solid 2px ;
                Border-Left : #CC9 Solid 1px ;
        }

				.bio_cell {
                Background-Color: #FFFFFF;
                Border-Bottom : #669 Solid 2px ;
                Border-Top : #CC9 Solid 1px ;
                Border-Right : #669 Solid 2px ;
                Padding-Right : 10px ;
                Padding-Bottom : 10px ;
        }

        h2 {
                font-family: Georgia, Verdana, Arial, sans-serif;
                font-size: 18px;
                font-weight: bold;
                Color : #AA0000 ;
                display : inline ;
        }

		.menu_text:VISITED {
			font-family: Arial, sans-serif;
			padding: 0px 10px 2px 10px;
			line-height: 18px ;
			font-weight: 600;
			font-size: 12px;
			color: #CC3333;
			text-decoration: none;
		}

			.menu_text {
			font-family: Arial, sans-serif;
			padding: 0px 10px 2px 10px;
			line-height: 18px ;
			font-weight: 600;
			font-size: 12px;
			color: #CC3333;
			text-decoration: none;
		}
		
		.menu_text:HOVER {
			font-family: Arial, sans-serif;
			padding: 0px 10px 2px 10px;
			line-height: 18px ;
			font-weight: 600;
			font-size: 12px;
			color: #FFFFFF;
			text-decoration: none;
			background-color: #CC3333;
		}

	.event_date {
		Font-Family : Georgia;
		font-size : 14px;
		Color: #CC0000  ;
		font-weight : Bold ;
	 }
	.event_location {
		Font-Family : Tahoma, Arial;
		font-size : 12px;
		Color: #FFCC00  ;
		font-weight : Bold ;
	 }
	.event_description {
		Font-Family : Tahoma, Arial;
		font-size : 12px;
		Color: #D0D6D9  ;
	 }
	 
	.showing {
		Font-Family : Tahoma, Arial;
		font-size : 14px;
		Color: #CC0000  ;
	 }

	.showing:HOVER {
		Font-Family : Tahoma, Arial;
		font-size : 14px;
		Color: #FEFEFE  ;
		background-color: #333333;
	 }
	 
	.showing_selected {
		Font-Family : Tahoma, Arial;
		font-size : 14px;
		Color: #000000  ;
	 }

	 		.success_table {		
			background-color: #FFF9D7;
			color: #222222;
			font-size: 12px;
			padding: 10px;
			border: 2px solid #E2C822;
		}

		.error_table {		
			background-color: #FFEBE8;
			color: #222222;
			font-size: 12px;
			padding: 10px;
			border: 2px solid #DD3C10;
		}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* {padding: 0; margin: 0;} this breaks FF */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000000;
	opacity: 0.66;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position:fixed;
	*position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #000000;
	text-align:left;
	top:50%;
	*top:expression((parseInt(this.offsetHeight / 2) + parseInt(document.body.scrollTop) + 50)+'px');
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
	font-weight:900;
}

#TB_title{
	background-color : #333333 ;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	margin-bottom:1px;
}
#popupMask {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .66;
	background-color:transparent ;
	background-color: #000000;
	display:none;
}