@import url(chromestyle.css);

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.maintable {
	background-color: #FFFFFF;
	border: 1px solid #A7A6A2;
}
.content {
	padding: 30px;
}

.footer {
	padding: 15px 30px 15px 30px;
	border-top: 1px solid #CCCCCC;
}

.footer table td a{
	color:#666666;
}
.subheadings {
	color: #FF0000;
}
.nav_link {
	font-weight: bold;
	color: #F2F0CA;
	text-decoration: none;
}
a:hover.nav_link{
	color: #FF0000;
	text-decoration: none;
}

.nav_link_selected {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a:hover.nav_link_selected {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}.photo {
	margin-left: 30px;
}
.presenters_title {
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.presenters_text {
	padding-top: 10px;
	padding-right: 10px;
}
