body {
	background: white;
}

table {
	border-style: none;
	border-spacing: 0px;
}

table.MainPageLayout {
	background: white url('images/main_bg.jpg');
	background-repeat: repeat-x;
	background-position: 0 314px;
}

table.Null {
	border-style: none;
	padding: 0px;
}
table.Null td {
	padding: 0px;
}

table tr#Even {
	background-color: #eaeaea;
}
table tr#Odd {
	background-color: #dadada;
}
table tr#Even:hover {
	background-color: #ddddff;
	cursor: pointer;
}
table tr#Odd:hover {
	background-color: #ddddff;
	cursor: pointer;
}

table.MainPageLayout {
	border-style: none;
	border-width: 0px;
}

table.IFrameTable {
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

table.StudentInfo {
	border-style: solid;
	border-color: black;
	border-width: 1px;
	width: 185px;
	height: 95px;
}

table.SideNav * {
	font-variant: small-caps;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	color: #113964;
}
table.SideNav td {
	padding: 3px;
}

td.Normal {
	padding: 5px;
}
