/* CSS Document */

body{
	font-family: arial;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
}
a:link {
	color: #003399;
	font: arial;
	font-size:12px;
	text-decoration:none;
}
a:hover {
	color: #003399;
	font:arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
a:visited {
  color: #003399;
  font:Verdana;
  font-size:12px;
  text-decoration:none;
} 
a:active {
	text-decoration: none;
}

p.footer {
	font:Verdana;
	font-size: 10px;
	color:#FFFFFF
}
.emphasis {
	font-weight: bold;
	text-decoration:underline;
}
.italic_emphasis {
 	font-style:italic	
}
.title {
	font-family: Century Gothic;
	font-size: 16px;
	font-weight:bold;
	color: #FFCC00
}
.title_lecture {
	font-family: Century Gothic;
	font-size: 16px;
	font-weight:bold;
	font-style:italic;
	color: #66CCFF;
}
.title_blue {
	font-family: Century Gothic;
	font-size: 14px;
	font-weight:bold;
	color: #66CCFF;
}
.title_dates {
	font-family: Century Gothic;
	font-size: 13px;
	font-weight:bold;
	color: #66CCFF;
}
.subtitles {
	font-family:Arial;
 	font-size: 16px;
	color:#000000;
	font-weight:bold;
}
.subtitles2 {
    font-family:Arial;
 	font-size: 13px;
	color:#000000;
	font-weight:bold;
}
.larger {
	font-family: Arial;
	font-size: 16px;
	font-weight:bold;
}
.ornate {
	font-family: Bradley Hand ITC;
	font-size: 18px;
	color: #000000;
	font-weight: bold;	
}
.title_nonitalic {
	font-family: Century Gothic;
	font-size: 15px;
	font-weight:bold;
	color: #66CCFF;
}
.small {
	font-family: arial;
	font-size: 10px;
	color: #000000;
}
#footer { 
      width:640px;
 }