/* CSS Document for all background styles */

@media print {
body {
	margin: 5px 10px 0px 10px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
a {color: #003399;}
a:hover {color: #993300;}

/****************************/
/*** Styles for Top Table ***/
/****************************/
.topTable {
	display: none;
}

/********************************/
/*** Styles for Content Table ***/
/********************************/
.contentTable {
	width: 100%;
}

.content1 {
	padding: 0px;
	width: 175px;
	text-align: left;
	vertical-align: text-top;
}

.courseMenuText {
	padding: 20px 0px 0px 5px;
	font-size: 16px;
	font-weight: bold;
}

/* See bottom of this stylesheet for this cell's print styles */
.content2 {
	padding: 20px 30px 0px 30px;
	text-align: left;
	vertical-align: text-top;
}

.pageName {
	font-size: 16px;
	font-weight: bold;
}

.content2 p {
	margin: 5px 0px 5px 0px;
}

.content2 img {
	margin: 5px 5px 5px 5px;
}

.content2 ul {
	margin: 5px 0px 5px 25px;
	list-style-type: disc;
}

.content2 ul ul {
	margin: 0px 0px 0px 25px;
	list-style-type: circle;
}

.content2 ul ul ul {
	margin: 0px 0px 0px 25px;
	list-style-type: square;
}

.content2 ol {
	margin: 5px 0px 5px 25px;
	list-style-type: decimal;
}

.content2 ol ol {
	margin: 0px 0px 0px 25px;
	list-style-type: upper-alpha;
}

.content2 ol ol ol {
	margin: 0px 0px 0px 25px;
	list-style-type: lower-roman;
}

.content3 {
	display: none;
}

/*******************************/
/*** Styles for Bottom Table ***/
/*******************************/
.bottomTable {
	display: none;
}
}