a:link, a:visited {
		color: #CC3333;
        text-decoration: underline;
}

a:active, a:hover {
		color: #66CC00;
        text-decoration: underline;
}

a.clsFirstLevelNavigation {
        color: #66CC00;
        font-size: 10pt;
        font-weight: bold;
        text-decoration: underline;
}

a.clsFirstLevelNavigation:link, a.clsFirstLevelNavigation:visited {
        color: #CC3333;
        font-size: 10pt;
        font-weight: bold;
        text-decoration: underline;
}

a.clsFirstLevelNavigation:active {
        color: #66CC00;
        font-size: 10pt;
        font-weight: bold;
        text-decoration: underline;
}

a.clsFirstLevelNavigation:hover {
        color: #66CC00;
        font-size: 10pt;
        font-weight: bold;
        text-decoration: none;
}

a.clsFirstLevelNavigationActive:link, a.clsFirstLevelNavigationActive:visited, a.clsFirstLevelNavigationActive:active, a.clsFirstLevelNavigationActive:hover {
        color: #66CC00;
        font-size: 10pt;
        font-weight: bold;
        text-decoration: underline;
}

.clsInFocus {
        width: 100%;
        background-color: #D90102;
        color: #ffffff;
        border: 1px solid #D90102;
        padding-left: 5px;
        padding-right: 5px;
        font-weight: bold;
        font-size: 10pt;
}

.clsHeading {
        background-color: #101082;
        color: #ffffff;
        font-size: 8pt;
        font-weight: bold;
        padding: 2px;
        text-align: center;
}

.clsOption {
        background-color: #101082;
        color: #000000;
        font-size: 8pt;
        padding: 2px;
        text-align: center;
}

a.clsOption:link, a.clsOption:visited, a.clsOption:active, a.clsOption:hover {
        color: #ffffff;
        text-decoration: none;
}

td.clsInstitutionMenu {
		background-color: #333399;
}

h1{
	color:#CC3333;
	font-size: xx-large;
	font-weight: bold;
}
h2,h3,h4 {
		color: #CC3333;
}

.clsInstitutionLine {
		color: #CC3333;
}

.small {
		font-size: 8pt;
}

.white {
		font-size: 10pt;
		font-weight: bold;
		color: #FFFFFF
}

td.clsLeftMenu {
		background-color: #333399;
}
tr.BGa{
	background : #CCCCCC;
}
/*Classes specific to Events page display*/
.evtBookTitle{
	color:#000000;
	font-size: medium;
	font-style: italic;
}
.evtTitle{
	color:#000000;
	font-size: medium;
	font-style: normal;
}
.evtSubTitle{
	color:#000000;
	font-size:small;
	font-weight: bold;
	font-style: normal;
}
.evtBookSubTitle{
	color:#000000;
	font-size:small;
	font-weight: bold;
	font-style: italic;
}
.evtCredits{
	color: #009900;
	font-size: x-small;
	font-weight: normal;
}
.evtVenue{
	font-weight: bold;
}

