/* CSS Document */

div {
	font-family: 'Courier New', courier-new, sans-serif;
	font-size:0.8em;
	font-weight: bold;
}

div.slide {
	border-style: solid; 
	border-width: 1; 
	width:600; 
	height:400;
	vertical-align: middle;
}

i {
	font-style:normal;
	color:#ff0066;
}

#slideCont {
	margin: 10px;
/*
	border: solid 1px #000;
*/
	text-align: center;
}

table.menu {
/*
    border: solid 1px #000;
*/
	vertical-align:top;
}

th td {
/*
	 border: solid 1px #000;
*/
	 text-align: center;
 	 margin-left: auto; margin-right: auto;
	 width:70;
}

table.slide td {
	font-size:0.8em;
}

th a, a.textline, a.ext {
	 text-decoration: none;
	 font-weight: bold;
	 font-size:1.0em;
	 color: black;
}

a.ext {
	text-decoration: underline;
}

td img {
	border-width: 0;
}

tr.menu {
	vertical-align: top;
}

p.news {
	margin-left: 35px;
	margin-top: 0px;
}

.connect_widget .connect_widget_facebook_logo_menubar { display: none }