body,td,th {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

body {
	background-color: #DDDDDD;
	text-align: center;	/* IE way to center blocks */
	margin: auto;		/* firefox way to center blocks */
	margin-top: 0px;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-style: normal;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #DC2727;
	text-decoration: none;
}

#centerframe {
	width: 750px;
	text-align: center;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #DB2726;
	width: 750px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: white;
}
#menu ul {
/*	background-color: #EEEEEE;*/
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	cursor: default;
	width: 750px;
}
#menu li {
/*	background-color: #EEEEEE;*/
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	border-left: 1px solid black;
	display: inline;
	cursor: default;
}
#menu li:first-child {
	border: none;
}
#menu li a {
	color: white;
	padding: 3px 26px;
}
#menu li a:hover {
	background-color: #FF9922;
}

#footer {
	margin-top: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	font-weight: normal;
	letter-spacing: 2px;
	background-color: #A81119;
	width: 750px;
}

.menusectiontitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF9922;
	text-decoration: underline;
}

.lefticon {
	position: absolute;
	margin-top: 40px;
	margin-left: 10px
}

.leftmenu {
	position: absolute;
	margin-top: 140px;
	margin-left: 20px;
	text-align: left;
	font-size: 24px;

	width: 110px;
	padding: 0;
	margin-bottom: 1em;
	color: #CCCCCC;
/*	font-weight: bold;*/
}

.leftmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

.leftmenu li {
	margin: 0;
}

.leftmenu li a {
	display: block;
	padding: 5px 2px 5px 2px;
	color: white;
	text-decoration: none;
	width: 130px;
	font-weight: bold;
}
/*	hack for IE5 or IE6, but breaks IE7
html>body .leftmenu li a {
	width: auto;
}
*/
.leftmenu li a:link {
	color: white;
}

.leftmenu li a:visited {
	color: white;
}

.leftmenu li a:hover {
	background-color: #FF9922;
}

#programa {
	margin-top: 0px;
	padding-top: 0px;
}

#programa h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
	color: #FC0000;
	margin-top: 10px;
	margin-bottom: 10px;
}

#programa h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: black;
	margin-top: 5px;
	margin-bottom: 2px;
}

#programa h2 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: black;
	margin-bottom: 2px;
	text-decoration: none;
}

#programa h2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: black;
	margin-bottom: 2px;
	text-decoration: none;
}

#programa h2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: black;
	margin-bottom: 2px;
	text-decoration: underline;
}

#programa p
{
	margin-top: 8px;
	margin-bottom: 8px;
}

.programa_title {
	float: right;
	font-weight: bold;
	font-size: 12px;
	color: #FC0000;
}

.programa_text {
	color: #777777;
}

.programa_text a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
/*	font-size: 11px;*/
	color: #777777;
	text-decoration: underline;
}

.programa_text a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
/*	font-size: 11px;*/
	color: #777777;
	text-decoration: underline;
}

.programa_text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
/*	font-size: 11px;*/
	color: black;
	text-decoration: underline;
}

.conferenciante {
	font-family: Arial, Helvetica, sans-serif;
	color: #777777;
	font-size: 11px;
	font-style: italic;
}

.conferenciante a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #777777;
	text-decoration: underline;
	font-style: italic;
}

.conferenciante a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #777777;
	text-decoration: underline;
	font-style: italic;
}

.conferenciante a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: black;
	text-decoration: underline;
	font-style: italic;
}

.participante {
	color: #444444;
	height: 200px;
}

.participante h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: black;
	margin-top: 0px;
	margin-bottom: 3px;
}

.participante h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #888888;
	margin-top: 0px;
	margin-bottom: 10px;
}

.foto_participante {
	float: right;
	margin: 0px 0px 15px 15px;
}

.webdesign {
	font-size: 10px;
	color: #AAAAAA;
}
a.webdesign:link { color: #AAAAAA; text-decoration: none; }
a.webdesign:visited { color: #AAAAAA; text-decoration: none; }
a.webdesign:hover {	color: #888888; text-decoration: none; }
a.webdesign:active { color: #444444; text-decoration: none; }

.jc_thumbnail {
	border-width: 1px;
	border-color: #0000FF;
/*	padding: 2px;*/
	margin: 2px 6px 2px 0px;
	cursor: pointer;
}

