.RegularText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


a {
	TEXT-DECORATION: none;
	color: #0066FF;
} 

a:hover
{
	TEXT-DECORATION: underline;
	color: #FF0000;
}



table.menu {
	background-color: white;
}
table.menu td {
	font-weight: bold;
}



table.secheader {
	background-color: #D7D7FF;
	font-size: 14px;	
}
table.secheader td {
	vertical-align: middle;
	height: 25px;
}


table.studios {
	background-color: white;
}
table.studios th {
	vertical-align: middle;
	height: 25px;
	background-color: #D7D7FF;
}
table.studios td {
	vertical-align: middle;
}


table.studio {
}
table.studio th {
	background-color: #E3E0DB;
}



table.calendar {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: outset outset outset outset;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: white;
}
table.calendar th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: #D7D7FF;
	-moz-border-radius: 0px 0px 0px 0px;
	height: 20px;
}
table.calendar td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: inset inset inset inset;
	border-color: #AAAAAA;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
	height: 30px;
	vertical-align: middle;
}


table.classes {


}
table.classes th {
	text-align: left;
	background-color: #E3E0DB;
}
