/* general styles */
body	{color: #666; 
		 font-size: 8.5pt; 
		 line-height: 12pt; 
		 font-family: verdana, arial, helvetica, geneva, sans-serif; 
		 background-color: white;
		 background-image: url(images/background1.gif);  /* purple border */
		 margin: 0pt
		 }
		 
a	{color: #666; 
	 font-size: 8.5pt; 
	 line-height: 12pt; 
	 text-decoration: none 
	 }
	 
p	{color: #666; 
	 font-size: 8.5pt; 
	 line-height: 12pt; 
	 font-family: verdana, arial, helvetica, geneva, sans-serif 
	 }

/* class for important (red) text */
.imp	{color: #900;}

/* link styles */
a:link		{ color: #339; font-weight: bold; text-decoration: none }
a:visited	{ color: #336; font-weight: bold; text-decoration: none }
a:active	{ color: #336; font-weight: bold; text-decoration: underline }
a:hover		{ color: #336; font-weight: bold; text-decoration: underline }

/* heading styles */
h1	{color: #900; font-size: 17pt; line-height: 20pt; font-family: verdana, arial, helvetica, geneva, sans-serif }
h2	{color: #900; font-size: 13pt; line-height: 16pt; font-family: verdana, arial, helvetica, geneva, sans-serif }
h3	{color: #666; font-style: normal; font-weight: normal; font-size: 10pt; line-height: 14pt; font-family: verdana, arial, helvetica, geneva, sans-serif }
h3.white {color: white; font-family: verdana, arial, helvetica, geneva, sans-serif }
h4	{color: #666; font-style: normal; font-weight: normal; font-size: 9pt; line-height: 13pt; font-family: verdana, arial, helvetica, geneva, sans-serif }
h5	{color: #666; font-weight: normal; font-size: 8pt; line-height: 10pt; text-align: center }

/* table styles */
td.norepeat {background-repeat: no-repeat;}

/* timetable styles */
table.timetable td {background-color: #ccccff;
		 	 		text-align: left;
		 	 		padding: 5px;
		 	 		border-collapse: separate;
					}

table.timetable th 	{text-align: center;
					 font-weight: normal;
					 padding: 5px;
					}

/* list styles */
dl	{ line-height: 130%; font-family: verdana, arial, helvetica, geneva, sans-serif; margin-top: 1em }
dt	{ font-weight: bold; line-height: 130%; font-family: verdana, arial, helvetica, geneva, sans-serif }
dd	{ line-height: 130%; font-family: verdana, arial, helvetica, geneva, sans-serif }
ul	{ font-size: 90%; line-height: 130%; font-family: verdana, arial, helvetica, geneva, sans-serif; list-style-type: square }
ol	{ line-height: 120%; font-family: verdana, arial, helvetica, geneva, sans-serif; list-style-type: decimal }
li	{ line-height: 130%; font-family: verdana, arial, helvetica, geneva, sans-serif }
