/* TRANSLATIONS */

div.tranlations {
	color:#000000;
	font-size:13px;
	text-decoration:none;
	margin-bottom:7px;
}
div.tranlations a {
	color:#990000;
	text-decoration:none;
	font-weight:bold;	
	text-transform:capitalize;
}
div.tranlations a:hover {
	color:#0060AC;
	text-decoration:none;
	font-weight:bold;
}



/* INSTRUCTOR TABLES */

table.instructor tr td img,
img.instructor {
	margin:10px 10px 2px 10px;
	border:solid;
	border-color:#9A0000;
	border-width:1px;
}
table.instructor tr td a,
span.instructor,
a.instructor {
	font-size:small;
	text-decoration:none;
	color:#9A0000;
	font-weight:bold;
}
table.instructor tr td a:hover,
a.instructor:hover {
	color:#0060AC;
}
table.instructor tr td a:hover img {
	border-color:#0060AC;
}
div.dance-style {
	color:#000000;
	font-size:small;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:11px;
}
table.instructor tr td {
	text-align:center;
	width:33%;
}
