
body
{
	font-family: "Trebuchet MS", Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
}
h1
{
	color: Purple;
}
h2
{
	color: Maroon;
}

h3.eventTitle
{
    font-size: 125%;
    color: #800040;
    border-bottom: thin double Gray;
    border-top: thin double Gray;
    background: #F5F5F5;
}

h1.danceStyle
{
	display: inline;
   color: Maroon;
   font-Size:115%;
}
hr.dashedLine
{
	background-color: transparent;
	height:0px;
	border-top: dashed 1px #D2DB87;
	margin-top: 3px;
}
a.imageLink:link, a.imageLink:visited, a.imageLink:hover
{
    text-decoration: none; border: none;
}

a.emptyNamedAnchor:link, a.emptyNamedAnchor:visited , a.emptyNamedAnchor:hover
{
	text-decoration: none; 
	border: none;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}
a:link
{
	color: Blue; 
}
a:visited
{
	color: Blue;
}
a:hover
{
	color: Red; 
}

.instructorDetails
{
	margin-left: 25px;
}

.veryImportant
{
	font-size: 175%; 
    color: Red; 
    line-height: 100%;
}

div.announcementBox
{
    border: medium double Red;
    background-color: #FFFFE0;
}

div.announcementBoxOff
{
    border: medium double White;
    background-color: White;
}

a.menuButton:link, a.menuButton:visited
{
	background-color: #DFD8EC;
	font-weight: bold;
	text-decoration: none;
	color: black;
    border-style: outset;
	border-width: thin;
	border-color: #AAAAAA #9E9E9E #9E9E9E #AAAAAA;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 1px;
	padding-bottom: 1px; 
	line-height: 200%;
}


a.menuButton:hover, a.menuButton:focus 
{
	background-color: #DFD8EC;
	font-weight: bold;
	text-decoration: none;
	color: red;
    border-style: outset;
	border-width: thin;
	border-color: #AAAAAA #9E9E9E #9E9E9E #AAAAAA;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 1px;
	padding-bottom: 1px;	
	line-height: 200%;
}

a.menuButton:active 
{
	background-color: #DFD8EC;
	font-weight: bold;
	text-decoration: none;
	color: red;
    border-style: inset;
	border-width: thin;
	border-color: #9E9E9E #AAAAAA #AAAAAA #9E9E9E;
	padding-left: 8px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 0px;
	line-height: 200%;
}

/*=================================*/

a.menuButtonCurrentPage:link, 
a.menuButtonCurrentPage:visited, 
a.menuButtonCurrentPage:active, 
a.menuButtonCurrentPage:hover, 
a.menuButtonCurrentPage:focus
{
	background-color: #D8E6EC;
	font-weight: bold;
	text-decoration: none;
	color: black;
    border-style: outset;
	border-width: thin;
	border-color: #9E9E9E #AAAAAA #AAAAAA #9E9E9E;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 1px;
	padding-bottom: 1px; 
	line-height: 200%;
	
}


