html * {
	margin: 0;
	padding: 0;
}

/* GENERAL */

body {
	background: #fff;
	color: #333;
	font: 11px verdana, arial, helvetica, sans-serif;
}

a:link, a:visited, a:hover {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

a img {
	border:0;
}

body {
	font-family:Helvetica,Verdana,Arial,sans-serif;
	color: #222222;
	font-weight: normal;
	padding: 0 15px 40px 15px;
	overflow-y: scroll;
	font-size: 12px;
	background-color:#FFF;
	line-height: 1.5em;
}

h1 {
	font-size: 24px;
	padding-left: 10px;
	margin: 15px 0 20px 10px;
	font-style:italic;
	border:0 !important;
	line-height:1.6em;
}

h2 {
	font-size: 16px;
	margin: 25px 0 15px 0;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom:10px;
}

h4 {
	font-size:12px;
	margin-bottom:5px;
}

p {
	margin: 5px 0 10px 0;
}

#sidebar, #loginStatus, .printButton {
	visibility:hidden;
	display:none;
}

#header {
	margin-bottom:2em;
}

#footer {
	margin-top:2em;
	text-align:center;
}

/* summary */

.studentSummary {
	list-style-type:none;
}

.studentSummary li {
	margin-left:0;
}

.studentSummary h3 .courseType {
	font-size:11px;
}