body {
	margin: 0;
	text-align: center;
}

.centered_start {
	position: relative;
	width: 640px;
	height: 480px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #009900;
	text-align: center;
	overflow: hidden;
	background-color: #99CCFF;
	background-image: url(../images/bg.jpg);
	border: 1px solid #009933;
	font-size: 12px;
	margin: auto;
	top: 50px;
}

a:link {
	text-decoration: none;
	color: #006600;
}

a:visited {
	color: #006600;
	text-decoration: none;
}

a:hover {
	color: #009900;
	font-weight: bolder;
}

td {
	background-image: url(../images/greytrans.png);
	color: #006600;
	border: 1px solid #009900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img {
	border: 1px solid #009900;
}

.scroll {
	background-color: #aaccee;
	height: 430px;
	width: 95%;
	border: 1px solid #009900;
	overflow: auto;
	position: relative;
	top: 5px;
	background-image: url(../images/greytrans.png);
}

.curriculum {
	border-collapse: collapse;
	width: 100%;
}

.curriculum thead th {
	font-weight: bold;
	color: #006600;
	font-size: larger;
}

.curriculum td {
	font-weight: normal;
	vertical-align: top;
	border: 0px;
	padding: 5px;
	background-image: none;
	text-align: left;
}

.curriculum th {
	color: #006600;
	vertical-align: top;
	border: 0px;
	padding: 5px;
	background-image: none;
	text-align: left;
}