body {
	margin: 0;
	padding: 0;
	color: #000;
	background-image: url(images/_background.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

td, p {
	font-size: 12px;
}

img {
	border: 0;
}

table {
	border: 0;
}

a:link {
	text-decoration: underline;
	color: #039;
}

a:visited {
	text-decoration: underline;
	color: #039;
}

a:hover {
	text-decoration: none;
	color: #039;
}

a:active {
	text-decoration: none;
	color: #039;
}

.smallText {
	font-size: 10px;
	font-weight: normal;
}

.xSmallText {
	font-size: 9px;
	font-weight: normal;
}

.smallHeader {
	font-size: 16px;
	font-weight: bold;
}

.header {
	font-size: 20px;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1 {
	margin-bottom: .5em;
	font-size: 20px;
}

h2 {
	margin-bottom: .5em;
	font-size: 16px;
}

h3 {
	margin-bottom: .5em;
	font-size: 14px;
}

h4 {
	margin-bottom: .25em;
	font-size: 14px;
}

h5 {
	margin-bottom: .25em;
	font-size: 10px;
}

h6 {
	margin-bottom: .25em;
	font-size: 8px;
}

.bold {
	font-weight: bold;
}

.highlight {
	font-weight: bold;
	font-style: italic;
}

.block {
	display: block;
}

.leftJustify td {
	display: table-cell;
	text-align: left;
	padding-right: 1em;
	white-space: nowrap;
}

.space {
	display: block;
	margin: 2em 0;
}

.spaceTop {
	display: block;
	margin: 2em 0 0 0;
}

.spaceBottom {
	display: block;
	margin: 0 0 2em 0;
}

.smallSpaceTop {
	display: block;
	margin: 1em 0 0 0;
}

.smallSpaceBottom {
	display: block;
	margin: 0 0 1em 0;
}

.xSmallSpaceTop {
	display: block;
	margin: .25em 0 0 0;
}

.xSmallSpaceBottom {
	display: block;
	margin: 0 0 .5em 0;
}

.paddingRightBottom td {
	display: table-cell;
	padding: 0 3em .75em 0;
}

.teacherPhoto {
	display: block;
	float: left;
	border: 1px solid #000;
	padding: 1em 2em 1em 0;
}

.hidden {
	display: none;
}

.textbox, .dropdownlist, .checkbox, .radiobutton, .button, .fileUpload {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.button {
	color: #FFF;
	background-color: #039;
	padding: 1px;
	border: 1px solid #000;
}
