/* CSS Document */

/*styles for melodia choir*/
body, td, th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #000033;
}
body {
	background-color: #CCCCCC;
	background-image: url(../IMX/melodia-bg.png);
}
h3.sub_heading, p.centered_link {
	text-align: center;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: underline;
	color: #666666;
}
hr.feedback{
	width: 25%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #990000;
}
hr.separator_line{
	width: 50%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #990000;
}
img.logo {
	margin-bottom: 10px;
}
img.right_image{
	float: right;
}
/*footer styles*/

table.board_list{
	border:0;
	width: 100%;
	
}
table.board_list td{
	vertical-align: top;
	text-align:center;
	color:#2B3188;
}
table.board_list td h3 {
	font-size: 95%;
}

a.special_link:link, a.special_link:visited, span.special_link {
	font-size: 110%;
	font-weight: bold;
	color: #990000;
}

#special_feature{
	border: 1px solid #990000;
	padding: 3px;
	width: 85%;
	margin: 0 auto 0 auto;
}