body, html, p, td {
  font-family: Verdana, Arial, sans-serif;
  font-size:11px;
}

p
{
 color: black;
 margin: 0px 0px 10px 0px;
 text-align: justify;
 font-size: 11px;
}


/* all page headers */
h1
{
 font-size: 17px;
 color:#3B627B;
 font-variant: small-caps;
}

/* bold 1st level headers in page text - one with the line above it */
h2
{
 font-size:12px;
 color:#000000;
 font-weight:600;
 padding-top: 8px;
}

h2.horizontalLine {
 border-top: 1px dashed #B5D0E6;
 margin-top: 20px;
 padding-top: 15px;
}


/* blue 2nd level headers in text */
h3 {
 font-size:12px;
 color:#3B627B;
 font-weight:600;
 padding-top: 10px;
}

/*normal in page links and right side links*/
a.links {
/*	color:#7E008C;*/
	color:#3B627B;	
	text-decoration:underline;
  font-family: Verdana, Arial, sans-serif;
}
a.links:link {
/*	color:#A300B5;*/
	color:#5D80C1;
}
a.links:visited {
	color:#7E008C;
}
a.links:hover {
	color:#7E008C;
	text-decoration:underline;
}

/*************** Layout directions ***************/

html, body{
 margin:0;
 padding:5px;
 background-color:#EEEEEE;
 font-family: Verdana, Arial, sans-serif;
 font-size:12px;
 text-align:center; 
}

#pagewidth, .pagewidth{
 position:relative;
 width:760px;
 margin-left:auto;
 margin-right:auto;
 border-style:solid;
 border-color:#CCCCCC; 
 border-width:1px 1px;
 background-color:#FFFFFF;
 text-align:left;  
}

.tableCellTime {
  width: 7%;
  border-right: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
}

.tableCellA, .tableCellB {
  width: 7%;
  border-right: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  background-color: #FFFFFF;
}

.tableCellCourse {
  width: 7%;
  border-right: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  background-color: #EBEBEB;
}

.tableCellEmpty {  
  width: 7%;
  border-right: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  background-color: #F6F6F6;
}


/* tables */
table.tableLayout {
	margin-top: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
	font-size: 12px;
}
table.tableLayout th {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #EBEBEB;
	background-color: #EEEEEE;
	font-weight:bold;
	font-size: 12px;
}
table.tableLayout td {
	border-width: 1px;
	padding: 5px;
	padding-right: 12px;
	border-style: solid;
	border-color: #EBEBEB;
	background-color: white;
	vertical-align: top;
	font-size: 12px;
}

