/* Kwantlen Default Style Sheet Oct 2004 */
/* #FFFFFF = white */
/* #000000 = black */
/* #C8C8C8 = light grey */
/* #DFDFDF = medium grey */
/* #707070 = dk grey */
/* #FF0000 = Kwantlen red */
/* -------------------------------------------
   Kwantlen homepage does NOT use this CSS
   See /include/kwt-homepage.css
   ------------------------------------------- */

/* background: white is NOT marked as "!important" because it overrides the academic template gridlines DMH Dec 2004 */
BODY {
   background: white;
   font-family: Arial, Helvetica, sans-serif !important;
   margin: 0px;
   padding: 0px;
   text-align: left;
}

a:link, a:visited {
   color: #000000;  /* black */
   text-decoration: underline;
}

a:active {
   color: #FF0000;  /* Kwantlen red */
}



.alphalist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}

dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}

