body {
	background: white url(bg.gif);
	color: #555555;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}
table {
	padding: 0px;
	border: 0px;
	text-align: ;
	vertical-align: top;
	margin: 0px;
	width: 800;
	background: white;
}
table.teach {
	padding: 0px;
	border: 0px;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	width: auto;
}
td {
	color: #555555;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10pt;
	text-align: left;
	vertical-align: top;
}

td.menu {
	background: #00A9F8;
	height: 30px;
	padding: 5px;
    color: #FFF;
	font-weight: bold;
	}
td.copy {
	background: #00A9F8;
	height: 40px;
	padding: 5px;
   color: #FFF;
	font-weight: bold;
	}
td.text {
	padding: 15px;
}

a.text:link {
   color: gray; 
	text-decoration: none;
}
a.text:visited {
   color: #000; 
	text-decoration: none;
}
a.text:active {
   color: #000; 
	text-decoration: none;
}
a.text:hover {
   color: #000; 
	text-decoration: underline;
}
div {
    color: #FFF; 
	text-decoration: none;
	font-weight: bold;
	background: #BBBBBB;
	padding: 7px 7px 9px 11px;
    margin: 3px 0px 0px 0px;
	width: 150px;
	border: 0px;
	cursor: pointer;
}

div:hover {
	color: #FFF; 
	text-decoration: none;
	font-weight: bold;
	background: #8BABFE;
	padding: 7px 7px 9px 11px;
    margin: 3px 0px 0px 0px;
	width: 150px;
	border: 0px;
	cursor: pointer;
}

a.menu:link {
    color: #FFF; 
	text-decoration: none;
	font-weight: bold;
}
a.menu:visited {
   color: #FFF; 
	text-decoration: none;
	font-weight: bold;
}
a.menu:active {
   color: #FFF; 
	text-decoration: none;
 font-weight: bold;
}
a.menu:hover {
   color: #FFF; 
	text-decoration: none;
	font-weight: bold;
}
img {
	border: 0px;
	margin: 5px;
	padding: 10px;
}

img.logo {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

hr {
    height: 2px;
	border: 0;
	color: #BBBBBB;
	background-color: #BBBBBB;
}

