/* HTML elements */
body {
      background-color: #ffffff;
      font-family: Arial Helvetica, sans-serif;
      color: #4B4B25;
	  margin: 0px; }

a:link {color: #8080C0; text-decoration: none; }
a:visited {color: #8080C0; text-decoration: none; }
a:active {color: #8080C0; text-decoration: none; }
a:hover {color: #8080C0; text-decoration: underline; }

p {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000; }

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #330033;
	text-transform: uppercase; }

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000; }

ul{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
	list-style: disc outside url('images/dot.gif'); }

/* classes */
.sectionName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #330033; }
	
.smallSectionName {
	font-size: 9px;
	letter-spacing: 2px; }
	
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000; }
	
.timetableday {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000; }
	
.timetabletime {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000; }
	
.timetablelevel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #000000; }

.footertext {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666; }
	
.fineprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	text-align: right; }
	
.siteby {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666; }
	
.name {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #C38EC7;
	text-align: right; }
	
ul.level2list {
	list-style-type: none;
	list-style-image: none;
	line-height: 18px; 
	position: relative;
	left: -20px; }

ul.nodot {	
	/*font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 14px;
	list-style: disc outside url('images/dot.gif'); */
	line-height: 18px; 	
	list-style-type: none;
	list-style-image: none; } 
