html, body {
	background-color: #DADEEB;
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS";
	font-size: 12px;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5 {
	font-family: "Arial", "Helvetica";
	margin: 0;
	padding: 0;
	text-align: left;
}

h2 {
	font-size: 16px;
	font-style: italic;
}

h3 {
	font-size: 18px;
}

p, #bodycopy {
	font-size: 15px;
	line-height: 1.3;
}

p {
	text-align: justify;
}

a, a:active, a:visited {
	color:#fff;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

#table {
	background-color: White;
	margin: 10px 0;
	width: 900px;
}

#table, td {
	background-color: White;
	border-collapse: collapse;
	padding: 0px;
	color: #444;
}

#th {
	background-color: #444;
	color: #d5d5d5;
	font-size: 14px;
	padding: 2px;
	text-align: left;
}

#td {
	font-size: 12px;
	padding: 2px;
}
.schedule_table {                 
        background-color: #ccc;
        margin: 10px 0;
	width: 900px;
}           

.schedule_table td {     
        background-color: #fff;   
        padding: 2px;
        color: #444;
        border-right: 12px groove #909070; border-bottom: 12px groove #909070;
	width: 900px;
}

