/* TIANS Conference Stylesheet */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*
A:link {
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
}
A:visited {
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
}
A:hover {
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: underline;
}
*/

a.mainnavbar {
	color: #695B4E;
	padding: 5px 2px;
	outline: none;
	width: 99%;
	display: block;
	text-decoration: none;
	background: url(../images/hdot.gif) repeat-x bottom;
}
a.mainnavbar:hover,
a.mainnavbar:active,
a.mainnavbar:focus {
	color: #695B4E;
	background: url(../images/hdot.gif) repeat-x bottom #E6E6E6;
}
a.mainnavbar#active_menu {
	color: #695B4E;
	font-weight: bold;
	background: url(../images/hdot.gif) repeat-x bottom #E7E6DF;
}

td {
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
}

td.footer {
	font-family: helvetica,arial;
	font-size: 8pt;
	font-weight: normal;
	color: #666666;
}

td.credit {
	font-family: helvetica,arial;
	font-size: 8pt;
	font-weight: normal;
	color: #666666;
}

td.agendaheader {
	font-family: helvetica,arial;
	font-size: 11pt;
	font-weight: bold;
	color: #333333;
}

.headline1 {
	font-family: helvetica,arial;
	font-size: 22pt;
	font-weight: normal;
	color: #ffffff;
}

.headline2 {
	font-family: helvetica,arial;
	font-size: 15pt;
	font-weight: normal;
	color: #ffffcc;
}


