html {
	overflow: scroll;
}

body {
	margin: 0 0 0 0;
	background-color: #99cc99;
	font-family: Verdana, Geneva, sans-serif;
}

ol {
	font-size: 10px;
	color: #000000;
}

ul {
	margin-left: 15px;
	padding-left: 15px;
}

li {
	margin-top: 5px;0
}

ol.newstudents li {
	margin-top: 10px;
}

td {
	font-size: 10px;
	color: #000000;
}

p {
	margin-top: 0;
}

.text {
	font-size: 10px;
	color: #000000;
	margin-left: 13px;
}

.text_lg {
	font-size: 12px;
	color: #000;
}

.text_bold { 
	font-size: 12px; 
	color: #000000; 
	font-weight: bold;
}

.text_link { 
	font-size: 12px; 
	color: #003366; 
	font-weight: bold; 
}

.text_large_bold { 
	font-size: 14px; 
	color: #000000; 
	font-weight: bold;
}

.text_small { 
	font-size: 10px; 
	color: #000000; 
}

.text_small_link { 
	font-size: 10px; 
	color: #003366; 
}

.text_red {  
	color: #996666; 
	font-size: 10px; 
}

.text_bold_red { 
	font-size: 12px; 
	color: #FF3300; 
	font-weight: bold;
}

.text_white { 
	font-size: 10px; 
	color: #FFFFFF; 
}

.text_small_white { 
	font-size: 10px; 
	color: #FFFFFF; 
}

.text_bold_blue { 
	font-size: 12px; 
	color: #003366; 
	font-weight: bold;
}

td.indent1 {
	padding: 7px;
	background-repeat: no-repeat;
	background-position: right bottom;
}

p.instructors1 {
	font-size: 9px;
}

td.line1 {
	border-left: 1px dotted #FF6600;
}

td.line2 {
	border-bottom: 1px dotted #FF6600;
}

a:link, a:visited {
	color: #FF6600;
	text-decoration: underline;
}

a:hover, a:active {
	color: #CCCCCC;
	text-decoration: underline;
}

a.submenu1:link, a.submenu1:visited {
	font-size: 10px;
	color: #FF6600;
	text-decoration: underline;
}

a.submenu1:hover, a.submenu1:active {
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: underline;
}

a.white {
	color: #FFFFFF;
}

td.indent2 {
	padding-left: 15px;
}

.text_sm {
	font-size: 10px;
	color: #000000;
	margin-left: 13px;
}

td.border1 {
	border: 1px solid #FB641F;
	padding: 7px;
}

