﻿body
{
	font-family: Verdana,Arial;
	color: #AA8840;
}
h2
{
	font-size: 120%;
}
h3
{
	font-size: 90%;
}
p,li
{
	font-size: 80%;
}
.menuItem
{
	padding: 10px 10px 10px 10px;
	font-size: 80%;
	cursor: pointer;
	border: solid 1pt #BB9951;
}
.menuItem:hover
{
	font-weight: bold;
	background-color: #FFBB66; /* 255 - 187 - 66*/
}
.menuLink
{
	font-weight: normal;
	color: #BB9951; /*187 - 99 - 51*/
	text-decoration: none;
}
.menuLink:visited, .headLink:visited
{
	color: #BB9951; /*187 - 99 - 51*/
}
a.menuLink:hover, a.menuLink:visited:hover
{
	font-weight: bold;
	color: #BB9951;
}
.headLink
{
	color: #BB9951;
	text-decoration: none;
}
.headLink:hover
{
	text-decoration: underline;
}
.calTd
{
	padding: 5px;
	border: solid 1px #FFBB66;
	vertical-align: top;
}
.mkLink
{
	text-decoration: underline;
	color: #0066cc;
	cursor:pointer;
}
.mkLink:hover, a:hover, a:visited:hover
{
	color: Blue;
}
a, a:visited
{
	color: #0066cc;
}

#topMenu
{
	filter:alpha(opacity=95);
}
#subMenu
{
	filter:alpha(opacity=95);

}
#grdTopic td, #gvMain td
{
	font-size:80%;
	vertical-align:top;
	padding:5px 5px 5px 5px;
}
.songP
{
	margin:0;
	padding:0;
}