a:link       { text-decoration: underline }

a:visited      { text-decoration: none }
a:hover      { text-decoration: underline }
.style1 {font-family: Arial, Helvetica, sans-serif}
.style2 {font-size: 16px}
.style7 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}



h3 {
	text-align:center;
	color:maroon;
	font-size:1.3em;
	font-family: Verdana, Helvetica, sans-serif;
}

h4 {
	text-align:center;
	color:maroon;
	font-size:1.0em;
	font-family: Verdana, Helvetica, sans-serif;
}

h5 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color:#A52A2A;
	text-align:left;
	margin-left:15px;

}

h6 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.84em;
	color:#000;
	text-align:left;
	margin-left:35px;
	padding: 0 0 0 0;
}

h7 {
	color:blue;
	font-size:0.95em;
	font-style: italic;
	text-align:center;	
	margin-left:15px;
	font-family: Verdana, Helvetica, sans-serif;
}

speaker {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color:#A52A2A;
	text-align:left;
}


div.class1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	color:#000;
	text-align:left;
	margin-left:15px;
	padding: 0 0 0 0;
}

.quicklist, .quicklist ul
{
	background-color: inherit;
	text-align:center;
	color:#fff;
	margin: 30 0 0 0;	
	padding: 0 0 0 0;
	list-style: none;
	width: 190px;
	height:20px;
	text-decoration: none;
	z-index: 2;
	font-family:Arial;
	font-weight: bold;
	font-size: 0.95em;
}


.quicklist ul
{
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 190px;
	color: #fff;
	background-color: #093576;
}

.quicklist li
{
	position: relative;
	background: inherit;
	height:25px;

}


.quicklist a
{
	display: block;
	padding: 0px;
	color: #fff;
	text-decoration:none;	
}


.quicklist a:hover, .quicklist a.highlighted:hover, .quicklist a:focus
{
	color:blue;	
	text-decoration:none;
	background-color:#999999;
}
.quicklist a.highlighted:hover, .quicklist a:focus
{
	color: #E96B10;
	background-color: inherit;
}
.quicklist a .subind
{
	float: right;
}

.boxed {
  border: 0px;
  background:#ffffff;
  width: 190px;
  height: 770px;
  padding-top:40px;
}


